Searched refs:src_att (Results 1 – 3 of 3) sorted by relevance
2851 struct gl_renderbuffer_attachment *src_att = &fb->Attachment[src]; in reuse_framebuffer_texture_attachment() local2853 assert(src_att->Texture != NULL); in reuse_framebuffer_texture_attachment()2854 assert(src_att->Renderbuffer != NULL); in reuse_framebuffer_texture_attachment()2856 _mesa_reference_texobj(&dst_att->Texture, src_att->Texture); in reuse_framebuffer_texture_attachment()2857 _mesa_reference_renderbuffer(&dst_att->Renderbuffer, src_att->Renderbuffer); in reuse_framebuffer_texture_attachment()2858 dst_att->Type = src_att->Type; in reuse_framebuffer_texture_attachment()2859 dst_att->Complete = src_att->Complete; in reuse_framebuffer_texture_attachment()2860 dst_att->TextureLevel = src_att->TextureLevel; in reuse_framebuffer_texture_attachment()2861 dst_att->CubeMapFace = src_att->CubeMapFace; in reuse_framebuffer_texture_attachment()2862 dst_att->Zoffset = src_att->Zoffset; in reuse_framebuffer_texture_attachment()[all …]
594 VkAttachmentReference src_att = subpass->color_attachments[i]; in radv_cmd_buffer_resolve_subpass() local607 .color_attachments = (VkAttachmentReference[]) { src_att, dest_att }, in radv_cmd_buffer_resolve_subpass()
1562 uint32_t src_att = subpass->color_attachments[i]; in anv_cmd_buffer_resolve_subpass() local1579 struct anv_image_view *src_iview = fb->attachments[src_att]; in anv_cmd_buffer_resolve_subpass()