Searched refs:vkStencil (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 249 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() local 250 desc->fStencil.fFormat = vkStencil->vkFormat(); in getAttachmentsDescriptor() 251 desc->fStencil.fSamples = vkStencil->numSamples(); in getAttachmentsDescriptor() 358 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilImageResource() local 359 return vkStencil->imageResource(); in stencilImageResource() 368 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView() local 369 return vkStencil->stencilView(); in stencilAttachmentView()
|
D | GrVkCopyManager.cpp | 315 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in copySurfaceAsDraw() local 316 vkStencil->setImageLayout(gpu, in copySurfaceAsDraw()
|
D | GrVkGpuCommandBuffer.cpp | 193 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in submit() local 194 vkStencil->setImageLayout(fGpu, in submit()
|
D | GrVkGpu.cpp | 1634 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in clearStencil() local 1641 vkStencil->setImageLayout(this, in clearStencil() 1658 fCurrentCmdBuffer->clearDepthStencilImage(this, vkStencil, &vkStencilColor, 1, &subRange); in clearStencil()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 249 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() local 250 desc->fStencil.fFormat = vkStencil->vkFormat(); in getAttachmentsDescriptor() 251 desc->fStencil.fSamples = vkStencil->numSamples(); in getAttachmentsDescriptor() 358 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilImageResource() local 359 return vkStencil->imageResource(); in stencilImageResource() 368 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView() local 369 return vkStencil->stencilView(); in stencilAttachmentView()
|
D | GrVkGpuCommandBuffer.cpp | 186 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in submit() local 187 vkStencil->setImageLayout(fGpu, in submit()
|
D | GrVkGpu.cpp | 1595 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in clearStencil() local 1602 vkStencil->setImageLayout(this, in clearStencil() 1619 fCurrentCmdBuffer->clearDepthStencilImage(this, vkStencil, &vkStencilColor, 1, &subRange); in clearStencil()
|