Home
last modified time | relevance | path

Searched refs:usePointMode (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp113 inline PointModeUsage getPointModeUsage (const bool usePointMode) in getPointModeUsage() argument
115 return usePointMode ? POINT_MODE_USAGE_USE : POINT_MODE_USAGE_DONT_USE; in getPointModeUsage()
158 …string getProgramName (const std::string& baseName, const Winding winding, const bool usePointMode) in getProgramName() argument
161 str << baseName << "_" << getWindingShaderName(winding) << (usePointMode ? "_point_mode" : ""); in getProgramName()
165 inline std::string getProgramName (const std::string& baseName, const bool usePointMode) in getProgramName() argument
168 str << baseName << (usePointMode ? "_point_mode" : ""); in getProgramName()
172 inline std::string getProgramDescription (const Winding winding, const bool usePointMode) in getProgramDescription() argument
175 …str << "winding mode " << getWindingShaderName(winding) << ", " << (usePointMode ? "" : "don't ") … in getProgramDescription()
475 bool usePointMode; member
504 …rimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* l… in multiplePatchReferencePrimitiveCount() argument
[all …]
DvktTessellationUtil.hpp231 …rimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* i…
232 …rimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* i…
233 … numVerticesPerPrimitive (const TessPrimitiveType primitiveType, const bool usePointMode);
267 …etOutputTopologyName (const TessPrimitiveType type, const Winding winding, const bool usePointMode) in getOutputTopologyName() argument
269 if (usePointMode) in getOutputTopologyName()
336 …tGeometryShaderInputPrimitiveTypeShaderName (const TessPrimitiveType type, const bool usePointMode) in getGeometryShaderInputPrimitiveTypeShaderName() argument
338 if (usePointMode) in getGeometryShaderInputPrimitiveTypeShaderName()
356 …GeometryShaderOutputPrimitiveTypeShaderName (const TessPrimitiveType type, const bool usePointMode) in getGeometryShaderOutputPrimitiveTypeShaderName() argument
358 if (usePointMode) in getGeometryShaderOutputPrimitiveTypeShaderName()
492 struct PointMode<CaseDef, decltype(CaseDef().usePointMode)>
[all …]
DvktTessellationUtil.cpp777 int numVerticesPerPrimitive (const TessPrimitiveType primitiveType, const bool usePointMode) in numVerticesPerPrimitive() argument
779 if (usePointMode) in numVerticesPerPrimitive()
793 …rimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* i… in referencePrimitiveCount() argument
795 …return usePointMode ? referencePointModePrimitiveCount (primitiveType, spacingMode, innerLevels, … in referencePrimitiveCount()
801 …rimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* i… in referenceVertexCount() argument
803 return referencePrimitiveCount(primitiveType, spacingMode, usePointMode, innerLevels, outerLevels) in referenceVertexCount()
804 * numVerticesPerPrimitive(primitiveType, usePointMode); in referenceVertexCount()
DvktTessellationPrimitiveDiscardTests.cpp61 bool usePointMode; member
312 const deUint32 numVariants = caseDef.usePointMode ? 2 : 1; in initPrograms()
315 const bool needPointSizeWrite = caseDef.usePointMode && variant == 1; in initPrograms()
328 << (caseDef.usePointMode ? ", point_mode" : "") << ") in;\n" in initPrograms()
475 …ace(), context.getPhysicalDevice()).shaderTessellationAndGeometryPointSize && caseDef.usePointMode; in test()
626 + (caseDef.usePointMode ? "_point_mode" : "") in createPrimitiveDiscardTests()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp476 …tString (TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
481 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
485 …EvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
489 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
493 …tionEvaluationInLayoutString (TessPrimitiveType primType, Winding winding, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
497 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
501 …tring getTessellationEvaluationInLayoutString (TessPrimitiveType primType, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
504 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
508 static inline deUint32 outputPrimitiveTypeGL (TessPrimitiveType tessPrimType, bool usePointMode) in outputPrimitiveTypeGL() argument
510 if (usePointMode) in outputPrimitiveTypeGL()
[all …]