Home
last modified time | relevance | path

Searched refs:EShReflectionSeparateBuffers (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dreflection.h188 if ((options & EShReflectionSeparateBuffers) && storage == EvqBuffer) in GetBlockMapForStorage()
194 if ((options & EShReflectionSeparateBuffers) && storage == EvqBuffer) in GetVariableMapForStorage()
Dreflection.cpp460 if ((reflection.options & EShReflectionSeparateBuffers) && terminalType->isAtomic()) in blowUpActiveAggregate()
/third_party/glslang/glslang/Public/
DShaderLang.h275EShReflectionSeparateBuffers = (1 << 3), // buffer variables and buffer blocks are reflected se… enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp557 ReflectOptions |= EShReflectionSeparateBuffers; in ProcessArguments()