Lines Matching defs:mode
160 float getClampedTessLevel (const SpacingMode mode, const float tessLevel);
161 int getRoundedTessLevel (const SpacingMode mode, const float clampedTessLevel);
162 int getClampedRoundedTessLevel (const SpacingMode mode, const float tessLevel);
163 void getClampedRoundedTriangleTessLevels (const SpacingMode mode, const float* innerSrc, const float* outerSrc, int* innerDst, int* outerDst);
164 void getClampedRoundedQuadTessLevels (const SpacingMode mode, const float* innerSrc, const float* outerSrc, int* innerDst, int* outerDst);
165 void getClampedRoundedIsolineTessLevels (const SpacingMode mode, const float* outerSrc, int* outerDst);
222 static inline const char* getSpacingModeShaderName (SpacingMode mode, bool forSpirv = false)
232 if (mode >= SPACINGMODE_LAST)
238 return spacingName[mode][forSpirv].c_str();
241 static inline const char* getPartitioningShaderName (SpacingMode mode)
243 switch (mode)
249 DE_FATAL("Unexpected spacing mode.");
348 TCU_THROW(NotSupportedError, "VK_KHR_portability_subset: Tessellation point mode is not supported by this implementation");