Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp218 const bool strictArraySuffix = (reflection.options & EShReflectionStrictArraySuffix); in countAggregateMembers()
258 const bool strictArraySuffix = (reflection.options & EShReflectionStrictArraySuffix); in blowUpActiveAggregate()
/third_party/glslang/glslang/Public/
DShaderLang.h280EShReflectionStrictArraySuffix = (1 << 0), // reflection will follow stricter rules for array-of-… enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp753 ReflectOptions |= EShReflectionStrictArraySuffix; in ProcessArguments()