Searched refs:tsrc_iview (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_resolve_fs.c | 987 struct radv_image_view tsrc_iview; in radv_depth_stencil_resolve_subpass_fs() local 988 radv_image_view_init(&tsrc_iview, cmd_buffer->device, in radv_depth_stencil_resolve_subpass_fs() 1005 emit_depth_stencil_resolve(cmd_buffer, &tsrc_iview, dst_iview, in radv_depth_stencil_resolve_subpass_fs() 1010 radv_image_view_finish(&tsrc_iview); in radv_depth_stencil_resolve_subpass_fs()
|
D | radv_meta_resolve_cs.c | 872 struct radv_image_view tsrc_iview; in radv_depth_stencil_resolve_subpass_cs() local 873 radv_image_view_init(&tsrc_iview, cmd_buffer->device, in radv_depth_stencil_resolve_subpass_cs() 908 emit_depth_stencil_resolve(cmd_buffer, &tsrc_iview, &tdst_iview, in radv_depth_stencil_resolve_subpass_cs() 933 radv_image_view_finish(&tsrc_iview); in radv_depth_stencil_resolve_subpass_cs()
|