Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp1053 if (reflection.options & EShReflectionSharedStd140UBO) { in visitSymbol()
1180 (options & EShReflectionSharedStd140UBO)) || in addStage()
/third_party/glslang/glslang/Public/
DShaderLang.h280 EShReflectionSharedStd140UBO = (1 << 8), // Apply std140/shared rules for ubo to ssbo enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp565 ReflectOptions |= EShReflectionSharedStd140UBO; in ProcessArguments()