Searched refs:attachmentsDescriptor (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 49 AttachmentsDescriptor* attachmentsDescriptor, in CreateSimple() argument 57 return Create(gpu, attachmentFlags, attachmentsDescriptor, kBasicLoadStoreOps, in CreateSimple() 62 return Create(gpu, attachmentFlags, attachmentsDescriptor, kDiscardLoadStoreOps, in CreateSimple() 75 AttachmentsDescriptor attachmentsDescriptor = compatibleRenderPass.fAttachmentsDescriptor; in Create() local 78 return Create(gpu, attachmentFlags, &attachmentsDescriptor, colorOp, resolveOp, stencilOp, in Create() 84 AttachmentsDescriptor* attachmentsDescriptor, in Create() argument 123 uint32_t numAttachments = attachmentsDescriptor->fAttachmentCount; in Create() 160 attachmentsDescriptor->fColor.fLoadStoreOps = colorOp; in Create() 163 attachmentsDescriptor->fColor, in Create() 212 attachmentsDescriptor->fResolve.fLoadStoreOps = resolveOp; in Create() [all …]
|
D | GrVkCaps.cpp | 1842 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc() local 1845 &attachmentsDescriptor, in makeDesc() 1847 SkASSERT(rp->isCompatible(attachmentsDescriptor, attachmentFlags, selfDepFlags, in makeDesc() 1852 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc() local 1855 &attachmentsDescriptor, in makeDesc() 1861 GrVkRenderPass::GenKey(&b, attachmentFlags, attachmentsDescriptor, selfDepFlags, in makeDesc()
|
D | GrVkResourceProvider.cpp | 601 const GrVkRenderPass::AttachmentsDescriptor& attachmentsDescriptor, in isCompatible() argument 608 return fRenderPasses[0]->isCompatible(attachmentsDescriptor, attachmentFlags, selfDepFlags, in isCompatible()
|
D | GrVkGpu.cpp | 1880 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in compile() local 1883 &attachmentsDescriptor, &attachmentFlags); in compile() 1899 &attachmentsDescriptor, attachmentFlags, selfDepFlags, loadFromResolve)); in compile()
|