Lines Matching defs:usePointMode
173 int referenceVertexCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* innerLevels, const float* outerLevels);
174 int referencePrimitiveCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* innerLevels, const float* outerLevels);
175 int numVerticesPerPrimitive (const TessPrimitiveType primitiveType, const bool usePointMode);
209 static inline const char* getOutputTopologyName (const TessPrimitiveType type, const Winding winding, const bool usePointMode)
211 if (usePointMode)
278 static inline const char* getGeometryShaderInputPrimitiveTypeShaderName (const TessPrimitiveType type, const bool usePointMode)
280 if (usePointMode)
298 static inline const char* getGeometryShaderOutputPrimitiveTypeShaderName (const TessPrimitiveType type, const bool usePointMode)
300 if (usePointMode)
440 struct PointMode<CaseDef, decltype(CaseDef().usePointMode)>
445 if (caseDef.usePointMode)