Home
last modified time | relevance | path

Searched refs:EShReflectionAllBlockVariables (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.cpp464 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
474 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
595 if (reflection.options & EShReflectionAllBlockVariables) { in addDereferencedUniform()
1166 if (options & EShReflectionAllBlockVariables) in buildUniformStageMask()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp464 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
474 if ((reflection.options & EShReflectionAllBlockVariables) && active) { in blowUpActiveAggregate()
595 if (reflection.options & EShReflectionAllBlockVariables) { in addDereferencedUniform()
1166 if (options & EShReflectionAllBlockVariables) in buildUniformStageMask()
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DVkRelaxed.FromFile.cpp72 reflectionOptions |= EShReflectionAllBlockVariables; in verifyIOMapping()
H A DGlslMapIO.FromFile.cpp73 reflectionOptions |= EShReflectionAllBlockVariables; in verifyIOMapping()
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DVkRelaxed.FromFile.cpp72 reflectionOptions |= EShReflectionAllBlockVariables; in verifyIOMapping()
DGlslMapIO.FromFile.cpp72 reflectionOptions |= EShReflectionAllBlockVariables; in verifyIOMapping()
/aosp_15_r20/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h284EShReflectionAllBlockVariables = (1 << 4), // reflect all variables in blocks, even if they are i… enumerator
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Public/
H A DShaderLang.h288EShReflectionAllBlockVariables = (1 << 4), // reflect all variables in blocks, even if they are i… enumerator
/aosp_15_r20/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp761 ReflectOptions |= EShReflectionAllBlockVariables; in ProcessArguments()
/aosp_15_r20/external/angle/third_party/glslang/src/StandAlone/
H A DStandAlone.cpp764 ReflectOptions |= EShReflectionAllBlockVariables; in ProcessArguments()