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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c618 struct radv_image_view load_iview = {0}; local in function:radv_expand_depth_stencil_compute
645 &load_iview, cmd_buffer->device,
686 .imageView = radv_image_view_to_handle(&load_iview),
705 radv_image_view_finish(&load_iview);
H A Dradv_meta_fast_clear.c805 struct radv_image_view load_iview = {0}; local in function:radv_decompress_dcc_compute
838 &load_iview, cmd_buffer->device,
879 .imageView = radv_image_view_to_handle(&load_iview),
898 radv_image_view_finish(&load_iview);

Completed in 4 milliseconds