Home
last modified time | relevance | path

Searched refs:stencilAttachmentPixelFormat (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm470 pipelineDescriptor.stencilAttachmentPixelFormat = (MTLPixelFormat) reader->readInt();
530 pipelineDescriptor.stencilAttachmentPixelFormat = mtlCaps->getStencilPixelFormat(desc);
532 writer->writeInt(pipelineDescriptor.stencilAttachmentPixelFormat);
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm163 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc.outputDescriptor, stencilAttachmentPixelFormat);
625 ANGLE_PROP_EQ(*this, rhs, stencilAttachmentPixelFormat);
787 outputDescriptor.stencilAttachmentPixelFormat =
Dmtl_state_cache.h223 uint16_t stencilAttachmentPixelFormat : 16; member
Dmtl_utils.mm1372 if (descriptor.depthAttachmentPixelFormat == descriptor.stencilAttachmentPixelFormat)
1391 if (descriptor.stencilAttachmentPixelFormat != MTLPixelFormatInvalid)
1394 context->getDisplay()->getNativeFormatCaps(descriptor.stencilAttachmentPixelFormat);