Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
Dmtl_utils.mm1372 if (descriptor.depthAttachmentPixelFormat == descriptor.stencilAttachmentPixelFormat)
1374 if (descriptor.depthAttachmentPixelFormat != MTLPixelFormatInvalid)
1377 context->getDisplay()->getNativeFormatCaps(descriptor.depthAttachmentPixelFormat);
1384 if (descriptor.depthAttachmentPixelFormat != MTLPixelFormatInvalid)
1387 context->getDisplay()->getNativeFormatCaps(descriptor.depthAttachmentPixelFormat);
Dmtl_state_cache.mm162 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc.outputDescriptor, depthAttachmentPixelFormat);
624 return ANGLE_PROP_EQ(*this, rhs, depthAttachmentPixelFormat) &&
783 outputDescriptor.depthAttachmentPixelFormat =
Dmtl_state_cache.h222 uint16_t depthAttachmentPixelFormat : 16; member
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLRenderer.mm267 pipelineDescriptor.depthAttachmentPixelFormat = MTLPixelFormatInvalid;