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