Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h212 EbvPatchVertices, enumerator
444 case EbvPatchVertices: return "PatchVertices"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8109 BuiltInVariable("gl_PatchVerticesIn", EbvPatchVertices, symbolTable); in identifyBuiltIns()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9540 case EbvPatchVertices: in isInputBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp794 case glslang::EbvPatchVertices: return spv::BuiltInPatchVertices; in TranslateBuiltInDecoration()