Searched refs:vkStencil (Results 1 – 5 of 5) sorted by relevance
274 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() local275 desc->fStencil.fFormat = vkStencil->vkFormat(); in getAttachmentsDescriptor()276 desc->fStencil.fSamples = vkStencil->numSamples(); in getAttachmentsDescriptor()387 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilImageResource() local388 return vkStencil->imageResource(); in stencilImageResource()398 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView() local399 return vkStencil->stencilView(); in stencilAttachmentView()
323 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in copySurfaceAsDraw() local328 vkStencil->setImageLayout(gpu, in copySurfaceAsDraw()
238 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in submit() local242 vkStencil->setImageLayout(fGpu, in submit()
360 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in getAttachmentsDescriptor() local361 desc->fStencil.fFormat = vkStencil->imageFormat(); in getAttachmentsDescriptor()362 desc->fStencil.fSamples = vkStencil->numSamples(); in getAttachmentsDescriptor()457 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in stencilImageResource() local458 return vkStencil->imageResource(); in stencilImageResource()468 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in stencilAttachmentView() local469 return vkStencil->framebufferView(); in stencilAttachmentView()
113 auto* vkStencil = fFramebuffer->stencilAttachment(); in setAttachmentLayouts() local114 SkASSERT(vkStencil); in setAttachmentLayouts()119 vkStencil->setImageLayout(fGpu, in setAttachmentLayouts()