Lines Matching defs:attachment
73 // Returns the GrVkImage of the non-msaa attachment. If the color attachment has 1 sample,
74 // then the color attachment will be returned. Otherwise, the resolve attachment is returned.
75 // Note that in this second case the resolve attachment may be null if this was created by
79 // Returns the attachment that is used for all external client facing operations. This will be
80 // either a wrapped color attachment or the resolve attachment for created VkImages.
108 // Reconstruct the render target attachment information from the programInfo. This includes
167 // Forward the release proc on to the GrVkImage of the release attachment if we have one,
168 // otherwise the color attachment.
169 GrVkImage* attachment =
171 attachment->setResourceRelease(std::move(releaseHelper));
180 // We can have a renderpass with and without resolve attachment, stencil attachment,
181 // input attachment dependency, advanced blend dependency, and loading from resolve. All 5 of