Home
last modified time | relevance | path

Searched refs:EbvVertexId (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h179 EbvVertexId, enumerator
408 case EbvVertexId: return "VertexId"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7722 SpecialQualifier("gl_VertexID", EvqVertexId, EbvVertexId, symbolTable); in add2ndGenerationSamplingImaging()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9541 case EbvVertexId: in isInputBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp704 case glslang::EbvVertexId: return spv::BuiltInVertexId; in TranslateBuiltInDecoration()