Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h251 EbvInstanceCustomIndex, enumerator
455 case EbvInstanceCustomIndex: return "InstanceCustomIndexNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8423 BuiltInVariable("gl_InstanceCustomIndexNV", EbvInstanceCustomIndex,symbolTable);
8424 BuiltInVariable("gl_InstanceCustomIndexEXT", EbvInstanceCustomIndex,symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp973 case glslang::EbvInstanceCustomIndex: in TranslateBuiltInDecoration()