Home
last modified time | relevance | path

Searched refs:EShReflectionAllIOVariables (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/Public/
DShaderLang.h286EShReflectionAllIOVariables = (1 << 6), // reflect all input/output variables, even if they ar… enumerator
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp1193 else if ((options & EShReflectionAllIOVariables) && in addStage()
/third_party/glslang/StandAlone/
DStandAlone.cpp765 ReflectOptions |= EShReflectionAllIOVariables; in ProcessArguments()