Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DShaderGL.cpp143 if (features.initFragmentOutputVariables.enabled) in compile()
145 options->initFragmentOutputVariables = true; in compile()
H A Drenderergl_utils.cpp2537 ANGLE_FEATURE_CONDITION(features, initFragmentOutputVariables, IsAdreno42xOr3xx(functions)); in InitializeFeatures()
/aosp_15_r20/external/angle/include/platform/autogen/
H A DFeaturesGL_autogen.h431 FeatureInfo initFragmentOutputVariables = { member
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h412 uint64_t initFragmentOutputVariables : 1; member
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.cpp1178 compileOptions.initFragmentOutputVariables && mShaderType == GL_FRAGMENT_SHADER; in checkAndSimplifyAST()