Home
last modified time | relevance | path

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

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