Home
last modified time | relevance | path

Searched refs:supportsDepthClipControl (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DShaderVk.cpp94 if (!contextVk->getFeatures().supportsDepthClipControl.enabled) in compile()
H A Dvk_renderer.cpp3381 if (mFeatures.supportsDepthClipControl.enabled) in enableDeviceExtensionsNotPromoted()
4851 ANGLE_FEATURE_CONDITION(&mFeatures, supportsDepthClipControl, in initFeatures()
H A Dvk_cache_utils.cpp2473 hasShaders && context->getFeatures().supportsDepthClipControl.enabled}, in OutputAllPipelineState()
3354 context->getFeatures().supportsDepthClipControl.enabled; in initDefaults()
3894 if (context->getFeatures().supportsDepthClipControl.enabled) in initializePipelineShadersState()
H A DContextVk.cpp6016 if (getFeatures().supportsDepthClipControl.enabled) in syncState()
7184 getFeatures().supportsDepthClipControl.enabled ? 0 : !mState.isClipDepthModeZeroToOne(); in handleDirtyGraphicsDriverUniforms()
/aosp_15_r20/external/angle/include/platform/autogen/
H A DFeaturesVk_autogen.h395 FeatureInfo supportsDepthClipControl = { member