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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c619 struct radv_image_view store_iview = {0}; local in function:radv_expand_depth_stencil_compute
659 &store_iview, cmd_buffer->device,
698 .imageView = radv_image_view_to_handle(&store_iview),
706 radv_image_view_finish(&store_iview);
H A Dradv_meta_fast_clear.c806 struct radv_image_view store_iview = {0}; local in function:radv_decompress_dcc_compute
852 &store_iview, cmd_buffer->device,
891 .imageView = radv_image_view_to_handle(&store_iview),
899 radv_image_view_finish(&store_iview);

Completed in 4 milliseconds