Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp55 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()
200 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) { in isCompatible()
205 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) { in isCompatible()
222 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags); in isCompatible()
[all …]
DGrVkRenderPass.h133 AttachmentsDescriptor fAttachmentsDescriptor; variable