Home
last modified time | relevance | path

Searched refs:fAttachmentsDescriptor (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp75 AttachmentsDescriptor attachmentsDescriptor = compatibleRenderPass.fAttachmentsDescriptor; in Create()
335 , fAttachmentsDescriptor(descriptor) in GrVkRenderPass()
380 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
385 if (!fAttachmentsDescriptor.fResolve.isCompatible(desc.fResolve)) { in isCompatible()
390 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
421 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags, in isCompatible()
435 if (fAttachmentsDescriptor.fColor.fLoadStoreOps != colorOps) { in equalLoadStoreOps()
440 if (fAttachmentsDescriptor.fResolve.fLoadStoreOps != resolveOps) { in equalLoadStoreOps()
445 if (fAttachmentsDescriptor.fStencil.fLoadStoreOps != stencilOps) { in equalLoadStoreOps()
453 GenKey(b, fAttachmentFlags, fAttachmentsDescriptor, fSelfDepFlags, in genKey()
DGrVkRenderPass.h193 AttachmentsDescriptor fAttachmentsDescriptor; variable