diff options
author | Dave Airlie <[email protected]> | 2017-12-29 08:52:07 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-12-29 09:37:05 +1000 |
commit | 09612a62e169c7d918e6578408166c1f32db8bc4 (patch) | |
tree | 7ecc8ab7a85f2588f2d7acc7471b4cf24a9da970 /src/amd/vulkan/radv_private.h | |
parent | d08f2678145018763570900f38e4c95b67378df0 (diff) |
radv/gfx9: fix 3d image clears on compute queues
This fixes some of the broken:
dEQP-VK.synchronization.op.multi_queue.*64x64x8* tests.
Fixes: e38685cc62e 'Revert "radv: disable support for VEGA for now."'
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index a8270483014..05ad480c578 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -449,6 +449,7 @@ struct radv_meta_state { VkPipelineLayout img_p_layout; VkDescriptorSetLayout img_ds_layout; VkPipeline pipeline; + VkPipeline pipeline_3d; } cleari; struct { |