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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c222 struct radv_image_view vrs_iview; local in function:radv_copy_vrs_htile
246 radv_image_view_init(&vrs_iview, cmd_buffer->device,
273 .imageView = radv_image_view_to_handle(&vrs_iview),
299 radv_image_view_finish(&vrs_iview);
H A Dradv_cmd_buffer.c5754 struct radv_image_view *vrs_iview = cmd_buffer->state.attachments[idx].iview; local in function:radv_cmd_buffer_begin_subpass
5777 radv_copy_vrs_htile(cmd_buffer, vrs_iview->image, &extent, ds_image, &htile_buffer, true);
5797 radv_copy_vrs_htile(cmd_buffer, vrs_iview->image, &extent, ds_image, htile_buffer, false);

Completed in 13 milliseconds