turnip: fix integer render targets
authorJonathan Marek <jonathan@marek.ca>
Tue, 19 Nov 2019 04:01:18 +0000 (23:01 -0500)
committerEric Anholt <eric@anholt.net>
Wed, 27 Nov 2019 00:01:19 +0000 (16:01 -0800)
commit62ff90cc5e444d173a92cb26da38a2ff252731df
tree50fc4e6c68f8578e71916287debf1cacff3c809b
parenta8965c076b468a90a62360d18496d8f75b5c193c
turnip: fix integer render targets

Add missing required bits.  Fixes at least:

dEQP-VK.pipeline.render_to_image.dedicated_allocation.1d.small.r16g16_sint_d24_unorm_s8_uint
dEQP-VK.pipeline.render_to_image.dedicated_allocation.2d.mipmap.r16g16_sint_d24_unorm_s8_uint
dEQP-VK.renderpass.dedicated_allocation.attachment.4.401
dEQP-VK.renderpass2.suballocation.formats.r16_uint.load.draw
dEQP-VK.synchronization.op.single_queue.barrier.write_draw_read_copy_image_to_buffer.image_128x128_r16_uint

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/freedreno/vulkan/tu_cmd_buffer.c