Searched refs:supportsDepthClipControl (Results 1 – 5 of 5) sorted by relevance
94 if (!contextVk->getFeatures().supportsDepthClipControl.enabled) in compile()
3381 if (mFeatures.supportsDepthClipControl.enabled) in enableDeviceExtensionsNotPromoted()4851 ANGLE_FEATURE_CONDITION(&mFeatures, supportsDepthClipControl, in initFeatures()
2473 hasShaders && context->getFeatures().supportsDepthClipControl.enabled}, in OutputAllPipelineState()3354 context->getFeatures().supportsDepthClipControl.enabled; in initDefaults()3894 if (context->getFeatures().supportsDepthClipControl.enabled) in initializePipelineShadersState()
6016 if (getFeatures().supportsDepthClipControl.enabled) in syncState()7184 getFeatures().supportsDepthClipControl.enabled ? 0 : !mState.isClipDepthModeZeroToOne(); in handleDirtyGraphicsDriverUniforms()
395 FeatureInfo supportsDepthClipControl = { member