Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h201 EbvPatchVertices, enumerator
409 case EbvPatchVertices: return "PatchVertices"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7586 BuiltInVariable("gl_PatchVerticesIn", EbvPatchVertices, symbolTable);
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9420 case EbvPatchVertices: in isInputBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp786 case glslang::EbvPatchVertices: return spv::BuiltInPatchVertices; in TranslateBuiltInDecoration()