Searched refs:src_att (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_resolve.c | 587 struct radv_subpass_attachment src_att = subpass->color_attachments[i]; in radv_cmd_buffer_resolve_subpass_hw() local 593 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; in radv_cmd_buffer_resolve_subpass_hw() 620 .color_attachments = (struct radv_subpass_attachment[]){src_att, dest_att}, in radv_cmd_buffer_resolve_subpass_hw() 659 struct radv_subpass_attachment src_att = *subpass->depth_stencil_attachment; in radv_cmd_buffer_resolve_subpass() local 661 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; in radv_cmd_buffer_resolve_subpass() 718 struct radv_subpass_attachment src_att = subpass->color_attachments[i]; in radv_cmd_buffer_resolve_subpass() local 731 cmd_buffer->state.attachments[src_att.attachment].iview; in radv_cmd_buffer_resolve_subpass() 776 struct radv_subpass_attachment src_att = subpass->color_attachments[i]; in radv_decompress_resolve_subpass_src() local 782 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; in radv_decompress_resolve_subpass_src() 792 radv_decompress_resolve_src(cmd_buffer, src_image, src_att.layout, ®ion); in radv_decompress_resolve_subpass_src()
|
D | radv_meta_resolve_cs.c | 791 struct radv_subpass_attachment src_att = subpass->color_attachments[i]; in radv_cmd_buffer_resolve_subpass_cs() local 797 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; in radv_cmd_buffer_resolve_subpass_cs() 822 src_att.layout, dst_iview->image, dst_iview->vk.format, in radv_cmd_buffer_resolve_subpass_cs() 852 struct radv_subpass_attachment src_att = *subpass->depth_stencil_attachment; in radv_depth_stencil_resolve_subpass_cs() local 853 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; in radv_depth_stencil_resolve_subpass_cs() 863 radv_decompress_resolve_src(cmd_buffer, src_image, src_att.layout, ®ion); in radv_depth_stencil_resolve_subpass_cs()
|
D | radv_meta_resolve_fs.c | 914 struct radv_subpass_attachment src_att = subpass->color_attachments[i]; in radv_cmd_buffer_resolve_subpass_fs() local 921 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; in radv_cmd_buffer_resolve_subpass_fs() 960 struct radv_subpass_attachment src_att = *subpass->depth_stencil_attachment; in radv_depth_stencil_resolve_subpass_fs() local 961 struct radv_image_view *src_iview = cmd_buffer->state.attachments[src_att.attachment].iview; in radv_depth_stencil_resolve_subpass_fs() 971 radv_decompress_resolve_src(cmd_buffer, src_image, src_att.layout, ®ion); in radv_depth_stencil_resolve_subpass_fs()
|
/third_party/mesa3d/src/mesa/main/ |
D | fbobject.c | 3601 struct gl_renderbuffer_attachment *src_att = &fb->Attachment[src]; in reuse_framebuffer_texture_attachment() local 3603 assert(src_att->Texture != NULL); in reuse_framebuffer_texture_attachment() 3604 assert(src_att->Renderbuffer != NULL); in reuse_framebuffer_texture_attachment() 3606 _mesa_reference_texobj(&dst_att->Texture, src_att->Texture); in reuse_framebuffer_texture_attachment() 3607 _mesa_reference_renderbuffer(&dst_att->Renderbuffer, src_att->Renderbuffer); in reuse_framebuffer_texture_attachment() 3608 dst_att->Type = src_att->Type; in reuse_framebuffer_texture_attachment() 3609 dst_att->Complete = src_att->Complete; in reuse_framebuffer_texture_attachment() 3610 dst_att->TextureLevel = src_att->TextureLevel; in reuse_framebuffer_texture_attachment() 3611 dst_att->CubeMapFace = src_att->CubeMapFace; in reuse_framebuffer_texture_attachment() 3612 dst_att->Zoffset = src_att->Zoffset; in reuse_framebuffer_texture_attachment() [all …]
|