Home
last modified time | relevance | path

Searched refs:vkStencil (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderTarget.cpp276 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() local
277 desc->fStencil.fFormat = vkStencil->vkFormat(); in getAttachmentsDescriptor()
278 desc->fStencil.fSamples = vkStencil->numSamples(); in getAttachmentsDescriptor()
380 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilImageResource() local
381 return vkStencil->imageResource(); in stencilImageResource()
391 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView() local
392 return vkStencil->stencilView(); in stencilAttachmentView()
DGrVkGpuCommandBuffer.cpp297 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in submit() local
301 vkStencil->setImageLayout(fGpu, in submit()
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.cpp399 const GrVkImage* vkStencil = static_cast<const GrVkImage*>(stencil); in getAttachmentsDescriptor() local
400 desc->fStencil.fFormat = vkStencil->imageFormat(); in getAttachmentsDescriptor()
401 desc->fStencil.fSamples = vkStencil->numSamples(); in getAttachmentsDescriptor()
DGrVkOpsRenderPass.cpp114 auto* vkStencil = fFramebuffer->stencilAttachment(); in setAttachmentLayouts() local
115 SkASSERT(vkStencil); in setAttachmentLayouts()
120 vkStencil->setImageLayout(fGpu, in setAttachmentLayouts()