Searched refs:tsrc_iview (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_resolve_cs.c | 997 struct radv_image_view tsrc_iview; in radv_depth_stencil_resolve_subpass_cs() local 998 radv_image_view_init(&tsrc_iview, cmd_buffer->device, in radv_depth_stencil_resolve_subpass_cs() 1029 emit_depth_stencil_resolve(cmd_buffer, &tsrc_iview, &tdst_iview, in radv_depth_stencil_resolve_subpass_cs()
|
D | radv_meta_resolve_fs.c | 1258 struct radv_image_view tsrc_iview; in radv_depth_stencil_resolve_subpass_fs() local 1259 radv_image_view_init(&tsrc_iview, cmd_buffer->device, in radv_depth_stencil_resolve_subpass_fs() 1274 emit_depth_stencil_resolve(cmd_buffer, &tsrc_iview, dst_iview, in radv_depth_stencil_resolve_subpass_fs()
|