Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp274 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() local
275 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() local
388 return vkStencil->imageResource(); in stencilImageResource()
398 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView() local
399 return vkStencil->stencilView(); in stencilAttachmentView()
DGrVkCopyManager.cpp323 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in copySurfaceAsDraw() local
328 vkStencil->setImageLayout(gpu, in copySurfaceAsDraw()
DGrVkGpuCommandBuffer.cpp237 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in submit() local
241 vkStencil->setImageLayout(fGpu, in submit()
/external/skqp/src/gpu/vk/
DGrVkRenderTarget.cpp274 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() local
275 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() local
388 return vkStencil->imageResource(); in stencilImageResource()
398 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView() local
399 return vkStencil->stencilView(); in stencilAttachmentView()
DGrVkCopyManager.cpp323 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in copySurfaceAsDraw() local
328 vkStencil->setImageLayout(gpu, in copySurfaceAsDraw()
DGrVkGpuCommandBuffer.cpp238 GrVkStencilAttachment* vkStencil = (GrVkStencilAttachment*)stencil; in submit() local
242 vkStencil->setImageLayout(fGpu, in submit()