Lines Matching refs:GrVkImage
13 #include "src/gpu/vk/GrVkImage.h"
55 GrVkImage* colorAttachment() const {
64 GrVkImage* resolveAttachment() const {
73 // Returns the GrVkImage of the non-msaa attachment. If the color attachment has 1 sample,
77 GrVkImage* nonMSAAAttachment() const;
81 GrVkImage* externalAttachment() const {
124 sk_sp<GrVkImage> colorAttachment,
125 sk_sp<GrVkImage> resolveImage,
144 GrVkImage* dynamicMSAAAttachment();
145 GrVkImage* msaaAttachment();
165 // GrVkImage::Resource object (which occurs after the GPU has finished all work on it).
167 // Forward the release proc on to the GrVkImage of the release attachment if we have one,
169 GrVkImage* attachment =
176 sk_sp<GrVkImage> fColorAttachment;
177 sk_sp<GrVkImage> fResolveAttachment;
178 sk_sp<GrVkImage> fDynamicMSAAAttachment;