turnip: simplify tu_cs sub-streams usage
authorChia-I Wu <olvaffe@gmail.com>
Mon, 25 Feb 2019 22:38:34 +0000 (14:38 -0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 11 Mar 2019 17:02:13 +0000 (10:02 -0700)
commit57327626dc754be46841997c5c2f777e7f326c40
tree35b7a7bea463f9cad71914c53af0b35cc5a80cf3
parent59419bb691b2ba6af55146004bf876e7c7face82
turnip: simplify tu_cs sub-streams usage

Let tu_cs_begin_sub_stream imply tu_cs_reserve_space, and
tu_cs_end_sub_stream imply tu_cs_sanity_check.  Callers are no
longer required to call them (but can still do if they choose to).
src/freedreno/vulkan/tu_cmd_buffer.c
src/freedreno/vulkan/tu_cs.c