Home
last modified time | relevance | path

Searched refs:store_iview (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c533 struct radv_image_view store_iview = {0}; in radv_expand_depth_stencil_compute() local
573 &store_iview, cmd_buffer->device, in radv_expand_depth_stencil_compute()
612 .imageView = radv_image_view_to_handle(&store_iview), in radv_expand_depth_stencil_compute()
620 radv_image_view_finish(&store_iview); in radv_expand_depth_stencil_compute()
Dradv_meta_fast_clear.c719 struct radv_image_view store_iview = {0}; in radv_decompress_dcc_compute() local
765 &store_iview, cmd_buffer->device, in radv_decompress_dcc_compute()
804 .imageView = radv_image_view_to_handle(&store_iview), in radv_decompress_dcc_compute()
812 radv_image_view_finish(&store_iview); in radv_decompress_dcc_compute()