Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h174 EbvBaseInstance, enumerator
382 case EbvBaseInstance: return "BaseInstance"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7368 BuiltInVariable("gl_BaseInstanceARB", EbvBaseInstance, symbolTable);
7373 BuiltInVariable("gl_BaseInstance", EbvBaseInstance, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp752 case glslang::EbvBaseInstance: in TranslateBuiltInDecoration()