Searched refs:vkStencil (Results 1 – 3 of 3) sorted by relevance
248 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() local249 desc->fStencil.fFormat = vkStencil->vkFormat(); in getAttachmentsDescriptor()250 desc->fStencil.fSamples = vkStencil->numSamples() ? vkStencil->numSamples() : 1; in getAttachmentsDescriptor()352 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilImageResource() local353 return vkStencil->imageResource(); in stencilImageResource()362 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView() local363 return vkStencil->stencilView(); in stencilAttachmentView()
143 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in onSubmit() local144 vkStencil->setImageLayout(fGpu, in onSubmit()
1463 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in clearStencil() local1469 vkStencil->setImageLayout(this, in clearStencil()1486 fCurrentCmdBuffer->clearDepthStencilImage(this, vkStencil, &vkStencilColor, 1, &subRange); in clearStencil()