Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h261 EbvInstanceCustomIndex, enumerator
486 case EbvInstanceCustomIndex: return "InstanceCustomIndexNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8862 BuiltInVariable("gl_InstanceCustomIndexNV", EbvInstanceCustomIndex,symbolTable); in add2ndGenerationSamplingImaging()
8863 BuiltInVariable("gl_InstanceCustomIndexEXT", EbvInstanceCustomIndex,symbolTable); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1015 case glslang::EbvInstanceCustomIndex: in TranslateBuiltInDecoration()