Searched refs:EShReflectionSharedStd140SSBO (Results 1 – 4 of 4) sorted by relevance
44 // if turns on EShReflectionSharedStd140SSBO, SPIR-V would be different
1063 if((reflection.options & EShReflectionSharedStd140SSBO) && in visitSymbol()1182 (options & EShReflectionSharedStd140SSBO))) { in addStage()
279 EShReflectionSharedStd140SSBO = (1 << 7), // Apply std140/shared rules for ubo to ssbo enumerator
567 ReflectOptions |= EShReflectionSharedStd140SSBO; in ProcessArguments()