Home
last modified time | relevance | path

Searched refs:removeInvariantAndCentroidForESSL3 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DShaderGL.cpp178 if (features.removeInvariantAndCentroidForESSL3.enabled) in compile()
180 options->removeInvariantAndCentroidForESSL3 = true; in compile()
H A Drenderergl_utils.cpp2345 ANGLE_FEATURE_CONDITION(features, removeInvariantAndCentroidForESSL3, in InitializeFeatures()
/aosp_15_r20/external/angle/include/platform/autogen/
H A DFeaturesGL_autogen.h137 FeatureInfo removeInvariantAndCentroidForESSL3 = { member
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h199 uint64_t removeInvariantAndCentroidForESSL3 : 1; member
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp359 mCompileOptions.removeInvariantAndCentroidForESSL3) in mapQualifierToString()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.cpp195 if (compileOptions.removeInvariantAndCentroidForESSL3 && shaderVersion >= 300 && in RemoveInvariant()