Home
last modified time | relevance | path

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

/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()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp360 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in getAttachmentsDescriptor() local
361 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() local
458 return vkStencil->imageResource(); in stencilImageResource()
468 const GrVkAttachment* vkStencil = static_cast<const GrVkAttachment*>(stencil); in stencilAttachmentView() local
469 return vkStencil->framebufferView(); in stencilAttachmentView()
DGrVkOpsRenderPass.cpp113 auto* vkStencil = fFramebuffer->stencilAttachment(); in setAttachmentLayouts() local
114 SkASSERT(vkStencil); in setAttachmentLayouts()
119 vkStencil->setImageLayout(fGpu, in setAttachmentLayouts()