Lines Matching defs:attachmentsDescriptor
49 AttachmentsDescriptor* attachmentsDescriptor,
57 return Create(gpu, attachmentFlags, attachmentsDescriptor, kBasicLoadStoreOps,
62 return Create(gpu, attachmentFlags, attachmentsDescriptor, kDiscardLoadStoreOps,
75 AttachmentsDescriptor attachmentsDescriptor = compatibleRenderPass.fAttachmentsDescriptor;
78 return Create(gpu, attachmentFlags, &attachmentsDescriptor, colorOp, resolveOp, stencilOp,
84 AttachmentsDescriptor* attachmentsDescriptor,
123 uint32_t numAttachments = attachmentsDescriptor->fAttachmentCount;
161 attachmentsDescriptor->fColor.fLoadStoreOps = colorOp;
164 attachmentsDescriptor->fColor,
214 attachmentsDescriptor->fResolve.fLoadStoreOps = resolveOp;
221 attachmentsDescriptor->fResolve,
264 attachmentsDescriptor->fStencil.fLoadStoreOps = stencilOp;
266 attachmentsDescriptor->fStencil,
323 return new GrVkRenderPass(gpu, renderPass, attachmentFlags, *attachmentsDescriptor,
459 const AttachmentsDescriptor& attachmentsDescriptor,
465 b->add32(attachmentsDescriptor.fColor.fFormat);
466 b->add32(attachmentsDescriptor.fColor.fSamples);
469 b->add32(attachmentsDescriptor.fResolve.fFormat);
470 b->add32(attachmentsDescriptor.fResolve.fSamples);
473 b->add32(attachmentsDescriptor.fStencil.fFormat);
474 b->add32(attachmentsDescriptor.fStencil.fSamples);