Lines Matching refs:fAttachmentsDescriptor
55 uint32_t numAttachments = fAttachmentsDescriptor.fAttachmentCount; in init()
79 fAttachmentsDescriptor.fColor.fLoadStoreOps = colorOp; in init()
81 fAttachmentsDescriptor.fColor, in init()
102 fAttachmentsDescriptor.fStencil.fLoadStoreOps = stencilOp; in init()
104 fAttachmentsDescriptor.fStencil, in init()
152 fAttachmentsDescriptor = compatibleRenderPass.fAttachmentsDescriptor; in init()
162 target.getAttachmentsDescriptor(&fAttachmentsDescriptor, &fAttachmentFlags); in init()
202 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
207 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
226 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags); in isCompatible()
238 if (fAttachmentsDescriptor.fColor.fLoadStoreOps != colorOps) { in equalLoadStoreOps()
243 if (fAttachmentsDescriptor.fStencil.fLoadStoreOps != stencilOps) { in equalLoadStoreOps()
253 b->add32(fAttachmentsDescriptor.fColor.fFormat); in genKey()
254 b->add32(fAttachmentsDescriptor.fColor.fSamples); in genKey()
257 b->add32(fAttachmentsDescriptor.fStencil.fFormat); in genKey()
258 b->add32(fAttachmentsDescriptor.fStencil.fSamples); in genKey()