HomeSort by relevance Sort by last modified time
    Searched refs:fAttachmentsDescriptor (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 33 target.getAttachmentsDescriptor(&fAttachmentsDescriptor, &fAttachmentFlags);
35 uint32_t numAttachments = fAttachmentsDescriptor.fAttachmentCount;
59 fAttachmentsDescriptor.fColor.fFormat,
60 fAttachmentsDescriptor.fColor.fSamples,
78 fAttachmentsDescriptor.fResolve.fFormat,
79 fAttachmentsDescriptor.fResolve.fSamples,
93 fAttachmentsDescriptor.fStencil.fFormat,
94 fAttachmentsDescriptor.fStencil.fSamples,
204 if (fAttachmentsDescriptor.fColor != desc.fColor) {
209 if (fAttachmentsDescriptor.fResolve != desc.fResolve)
    [all...]
GrVkRenderPass.h 83 AttachmentsDescriptor fAttachmentsDescriptor;

Completed in 2349 milliseconds