Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c532 struct radv_image_view load_iview = {0}; in radv_expand_depth_stencil_compute() local
559 &load_iview, cmd_buffer->device, in radv_expand_depth_stencil_compute()
600 .imageView = radv_image_view_to_handle(&load_iview), in radv_expand_depth_stencil_compute()
619 radv_image_view_finish(&load_iview); in radv_expand_depth_stencil_compute()
Dradv_meta_fast_clear.c718 struct radv_image_view load_iview = {0}; in radv_decompress_dcc_compute() local
751 &load_iview, cmd_buffer->device, in radv_decompress_dcc_compute()
792 .imageView = radv_image_view_to_handle(&load_iview), in radv_decompress_dcc_compute()
811 radv_image_view_finish(&load_iview); in radv_decompress_dcc_compute()