Searched defs:tessLevel (Results 1 – 4 of 4) sorted by relevance
444 std::string GridRenderCase::getTessellationControlSource (int tessLevel) in getTessellationControlSource()466 std::string GridRenderCase::getTessellationEvaluationSource (int tessLevel) in getTessellationEvaluationSource()
2582 std::string GridRenderCase::getTessellationControlSource (int tessLevel) in getTessellationControlSource()2604 std::string GridRenderCase::getTessellationEvaluationSource (int tessLevel) in getTessellationEvaluationSource()2632 …string GridRenderCase::getGeometryShaderSource (int numPrimitives, int numInstances, int tessLevel) in getGeometryShaderSource()
1257 const glw::GLfloat tessLevel = 2.8f; // will be rounded up in renderTestPattern() local1762 const glw::GLfloat tessLevel = 2.8f; // will be rounded up in renderTestPattern() local2595 const glw::GLfloat tessLevel = 0.8f; // will be rounded up in renderTestPattern() local
562 static inline float getClampedTessLevel (SpacingMode mode, float tessLevel) in getClampedTessLevel()592 static int getClampedRoundedTessLevel (SpacingMode mode, float tessLevel) in getClampedRoundedTessLevel()1225 static bool verifyFractionalSpacingSingle (TestLog& log, SpacingMode spacingMode, float tessLevel, … in verifyFractionalSpacingSingle()1363 float tessLevel; member