Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp464 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
474 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
595 if (reflection.options & EShReflectionAllBlockVariables) { in addDereferencedUniform()
1147 if (options & EShReflectionAllBlockVariables) in buildUniformStageMask()
/third_party/glslang/gtests/
DVkRelaxed.FromFile.cpp72 reflectionOptions |= EShReflectionAllBlockVariables; in verifyIOMapping()
DGlslMapIO.FromFile.cpp72 reflectionOptions |= EShReflectionAllBlockVariables; in verifyIOMapping()
/third_party/glslang/glslang/Public/
DShaderLang.h284EShReflectionAllBlockVariables = (1 << 4), // reflect all variables in blocks, even if they are i… enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp761 ReflectOptions |= EShReflectionAllBlockVariables; in ProcessArguments()