Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h249 EbvLaunchId, enumerator
453 case EbvLaunchId: return "LaunchIdNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8417 BuiltInVariable("gl_LaunchIDNV", EbvLaunchId, symbolTable);
8418 BuiltInVariable("gl_LaunchIDEXT", EbvLaunchId, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp957 case glslang::EbvLaunchId: in TranslateBuiltInDecoration()