Searched defs:TessPrimitiveType (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp158 enum TessPrimitiveType enum in namespace:vkt::tessellation
226 int numOuterTessellationLevels (const TessPrimitiveType primitiveType);
227 std::string getTessellationLevelsString (const TessLevels& tessLevels, const TessPrimitiveType primitiveType);
229 bool isPatchDiscarded (const TessPrimitiveType primitiveType, const float* outerLevels);
233 int referenceVertexCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* innerLevels, const float* outerLevels);
234 int referencePrimitiveCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* innerLevels, const float* outerLevels);
235 int numVerticesPerPrimitive (const TessPrimitiveType primitiveType, const bool usePointMode);
237 static inline const char* getTessPrimitiveTypeShaderName (const TessPrimitiveType type)
275 static inline const char* getGeometryShaderInputPrimitiveTypeShaderName (const TessPrimitiveType type, const bool usePointMode)
295 static inline const char* getGeometryShaderOutputPrimitiveTypeShaderName (const TessPrimitiveType typ
[all...]

Completed in 47 milliseconds