Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy_vrs_htile.c219 struct radv_image_view vrs_iview; in radv_copy_vrs_htile() local
243 radv_image_view_init(&vrs_iview, cmd_buffer->device, in radv_copy_vrs_htile()
270 .imageView = radv_image_view_to_handle(&vrs_iview), in radv_copy_vrs_htile()
296 radv_image_view_finish(&vrs_iview); in radv_copy_vrs_htile()
Dradv_cmd_buffer.c6403 struct radv_image_view *vrs_iview = cmd_buffer->state.attachments[idx].iview; in radv_cmd_buffer_begin_subpass() local
6428 radv_copy_vrs_htile(cmd_buffer, vrs_iview->image, &extent, ds_image, &htile_buffer, true); in radv_cmd_buffer_begin_subpass()
6448 … radv_copy_vrs_htile(cmd_buffer, vrs_iview->image, &extent, ds_image, htile_buffer, false); in radv_cmd_buffer_begin_subpass()