Searched refs:stencilAttachmentPixelFormat (Results 1 – 4 of 4) sorted by relevance
470 pipelineDescriptor.stencilAttachmentPixelFormat = (MTLPixelFormat) reader->readInt();530 pipelineDescriptor.stencilAttachmentPixelFormat = mtlCaps->getStencilPixelFormat(desc);532 writer->writeInt(pipelineDescriptor.stencilAttachmentPixelFormat);
163 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc.outputDescriptor, stencilAttachmentPixelFormat);625 ANGLE_PROP_EQ(*this, rhs, stencilAttachmentPixelFormat);787 outputDescriptor.stencilAttachmentPixelFormat =
223 uint16_t stencilAttachmentPixelFormat : 16; member
1372 if (descriptor.depthAttachmentPixelFormat == descriptor.stencilAttachmentPixelFormat)1391 if (descriptor.stencilAttachmentPixelFormat != MTLPixelFormatInvalid)1394 context->getDisplay()->getNativeFormatCaps(descriptor.stencilAttachmentPixelFormat);