Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DShaderLang.h274EShReflectionIntermediateIO = (1 << 2), // reflect inputs and outputs to program, even with no… enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp555 ReflectOptions |= EShReflectionIntermediateIO; in ProcessArguments()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp2075 if (opts & EShReflectionIntermediateIO) { in buildReflection()