Home
last modified time | relevance | path

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

/third_party/glslang/Test/
D420.frag44 // if turns on EShReflectionSharedStd140SSBO, SPIR-V would be different
D400.frag33 // if turns on EShReflectionSharedStd140SSBO, SPIR-V would be different
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp1064 if((reflection.options & EShReflectionSharedStd140SSBO) && in visitSymbol()
1185 (options & EShReflectionSharedStd140SSBO))) { in addStage()
/third_party/glslang/glslang/Public/
DShaderLang.h287 EShReflectionSharedStd140SSBO = (1 << 7), // Apply std140/shared rules for ubo to ssbo enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp769 ReflectOptions |= EShReflectionSharedStd140SSBO; in ProcessArguments()