Searched refs:tsrc_iview (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_resolve_cs.c522 struct radv_image_view tsrc_iview; local in function:radv_cmd_buffer_resolve_subpass_cs
523 radv_image_view_init(&tsrc_iview, cmd_buffer->device,
554 &tsrc_iview,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_resolve_cs.c882 struct radv_image_view tsrc_iview; local in function:radv_depth_stencil_resolve_subpass_cs
883 radv_image_view_init(&tsrc_iview, cmd_buffer->device,
918 emit_depth_stencil_resolve(cmd_buffer, &tsrc_iview, &tdst_iview,
943 radv_image_view_finish(&tsrc_iview);
H A Dradv_meta_resolve_fs.c1163 struct radv_image_view tsrc_iview; local in function:radv_depth_stencil_resolve_subpass_fs
1164 radv_image_view_init(&tsrc_iview, cmd_buffer->device,
1181 emit_depth_stencil_resolve(cmd_buffer, &tsrc_iview, dst_iview,
1186 radv_image_view_finish(&tsrc_iview);

Completed in 6 milliseconds