Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DShaderVk.cpp129 if (contextVk->getFeatures().avoidOpSelectWithMismatchingRelaxedPrecision.enabled) in compile()
131 options->avoidOpSelectWithMismatchingRelaxedPrecision = true; in compile()
H A Dvk_renderer.cpp4722 ANGLE_FEATURE_CONDITION(&mFeatures, avoidOpSelectWithMismatchingRelaxedPrecision, in initFeatures()
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h457 uint64_t avoidOpSelectWithMismatchingRelaxedPrecision : 1; member
/aosp_15_r20/external/angle/include/platform/autogen/
H A DFeaturesVk_autogen.h1151 FeatureInfo avoidOpSelectWithMismatchingRelaxedPrecision = { member
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp5088 if (mCompileOptions.avoidOpSelectWithMismatchingRelaxedPrecision) in visitTernary()