Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp466 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
476 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
597 if (reflection.options & EShReflectionAllBlockVariables) { in addDereferencedUniform()
1144 if (options & EShReflectionAllBlockVariables) in buildUniformStageMask()
/third_party/glslang/glslang/Public/
DShaderLang.h276EShReflectionAllBlockVariables = (1 << 4), // reflect all variables in blocks, even if they are i… enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp559 ReflectOptions |= EShReflectionAllBlockVariables; in ProcessArguments()