• Home
  • Raw
  • Download

Lines Matching refs:GrVkAttachment

54                                    sk_sp<GrVkAttachment> colorAttachment,  in GrVkRenderTarget()
55 sk_sp<GrVkAttachment> resolveAttachment, in GrVkRenderTarget()
101 GrVkAttachment* nonMSAAAttachment = this->nonMSAAAttachment(); in setFlags()
122 sk_sp<GrVkAttachment> wrappedAttachment = in MakeWrappedRenderTarget()
123 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeWrappedRenderTarget()
130 sk_sp<GrVkAttachment> colorAttachment; in MakeWrappedRenderTarget()
165 sk_sp<GrVkAttachment> colorAttachment = in MakeSecondaryCBRenderTarget()
166 GrVkAttachment::MakeWrapped(gpu, dimensions, info, std::move(mutableState), in MakeSecondaryCBRenderTarget()
192 GrVkAttachment* GrVkRenderTarget::nonMSAAAttachment() const { in nonMSAAAttachment()
200 GrVkAttachment* GrVkRenderTarget::dynamicMSAAAttachment() { in dynamicMSAAAttachment()
204 const GrVkAttachment* nonMSAAColorAttachment = this->colorAttachment(); in dynamicMSAAAttachment()
221 sk_sp<GrVkAttachment>(static_cast<GrVkAttachment*>(msaaAttachment.release())); in dynamicMSAAAttachment()
225 GrVkAttachment* GrVkRenderTarget::msaaAttachment() { in msaaAttachment()
323 GrVkAttachment* resolve = withResolve ? this->resolveAttachment() : nullptr; in createFramebuffer()
324 GrVkAttachment* colorAttachment = in createFramebuffer()
328 GrVkAttachment* stencil = in createFramebuffer()
329 withStencil ? static_cast<GrVkAttachment*>(this->getStencilAttachment()) in createFramebuffer()
342 const GrVkAttachment* colorAttachment = in getAttachmentsDescriptor()
360 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in getAttachmentsDescriptor()
448 const GrVkAttachment* beAttachment = this->externalAttachment(); in getBackendRenderTarget()
457 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in stencilImageResource()
468 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in stencilAttachmentView()