Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h259 EbvLaunchId, enumerator
484 case EbvLaunchId: return "LaunchIdNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8856 BuiltInVariable("gl_LaunchIDNV", EbvLaunchId, symbolTable); in add2ndGenerationSamplingImaging()
8857 BuiltInVariable("gl_LaunchIDEXT", EbvLaunchId, symbolTable); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp997 case glslang::EbvLaunchId: in TranslateBuiltInDecoration()