Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
D420.frag44 // if turns on EShReflectionSharedStd140SSBO, SPIR-V would be different
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp1066 if((reflection.options & EShReflectionSharedStd140SSBO) && in visitSymbol()
1187 (options & EShReflectionSharedStd140SSBO))) { in addStage()
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h279 EShReflectionSharedStd140SSBO = (1 << 7), // Apply std140/shared rules for ubo to ssbo enumerator
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp567 ReflectOptions |= EShReflectionSharedStd140SSBO; in ProcessArguments()