Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h830 bool setVertexSpacing(TVertexSpacing s) in setVertexSpacing()
837 TVertexSpacing getVertexSpacing() const { return vertexSpacing; } in getVertexSpacing()
1181 TVertexSpacing vertexSpacing;
/third_party/glslang/glslang/Include/
DTypes.h348 enum TVertexSpacing { enum
1247 static const char* getVertexSpacingString(TVertexSpacing spacing) in getVertexSpacingString()
1297 TVertexSpacing spacing;
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp1865 TVertexSpacing partitioning = EvsNone; in handleEntryPointAttributes()