Home
last modified time | relevance | path

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

/third_party/glslang/gtests/
DVkRelaxed.FromFile.cpp70 reflectionOptions |= EShReflectionIntermediateIO; in verifyIOMapping()
DGlslMapIO.FromFile.cpp70 reflectionOptions |= EShReflectionIntermediateIO; in verifyIOMapping()
/third_party/glslang/glslang/Public/
DShaderLang.h282EShReflectionIntermediateIO = (1 << 2), // reflect inputs and outputs to program, even with no… enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp757 ReflectOptions |= EShReflectionIntermediateIO; in ProcessArguments()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp2110 if (opts & EShReflectionIntermediateIO) { in buildReflection()