Lines Matching refs:usePointMode

474 …tString (TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode=false)  in getTessellationEvaluationInLayoutString()  argument
479 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
483 …EvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
487 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
491 …tionEvaluationInLayoutString (TessPrimitiveType primType, Winding winding, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
495 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
499 …tring getTessellationEvaluationInLayoutString (TessPrimitiveType primType, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
502 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
506 static inline deUint32 outputPrimitiveTypeGL (TessPrimitiveType tessPrimType, bool usePointMode) in outputPrimitiveTypeGL() argument
508 if (usePointMode) in outputPrimitiveTypeGL()
982 …Count (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* i… in referencePrimitiveCount() argument
984 …return usePointMode ? referencePointModePrimitiveCount (primitiveType, spacingMode, innerLevels, … in referencePrimitiveCount()
988 …Count (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* i… in referenceVertexCount() argument
990 return referencePrimitiveCount(primitiveType, spacingMode, usePointMode, innerLevels, outerLevels) in referenceVertexCount()
991 * numVerticesPerPrimitive(outputPrimitiveTypeGL(primitiveType, usePointMode)); in referenceVertexCount()
996 …Count (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* l… in multiplePatchReferenceVertexCount() argument
1000 …result += referenceVertexCount(primitiveType, spacingMode, usePointMode, &levels[6*patchNdx + 0], … in multiplePatchReferenceVertexCount()
3484 …r* description, TessPrimitiveType primType, SpacingMode spacing, bool usePointMode, WindingUsage w… in PrimitiveSetInvarianceCase() argument
3488 , m_usePointMode (usePointMode) in PrimitiveSetInvarianceCase()
3798 …* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode) in InvariantPrimitiveSetCase() argument
3799 …: PrimitiveSetInvarianceCase(context, name, description, primType, spacing, usePointMode, winding … in InvariantPrimitiveSetCase()
3853 bool usePointMode; member
3856 …bool point, const SharedPtr<const ShaderProgram>& prog) : winding(w), usePointMode(point), program… in Program()
3858 … string() + "winding mode " + getWindingShaderName(winding) + ", " + (usePointMode ? "" : "don't "… in description()
3888 const bool usePointMode = usePointModeI != 0; in init() local
3892 m_programs.push_back(Program(winding, usePointMode, in init()
3925 … + getTessellationEvaluationInLayoutString(m_primitiveType, m_spacing, winding, usePointMode) + in init()
4025 …ler.renderAndGetPrimitives(programGL, outputPrimitiveTypeGL(m_primitiveType, program.usePointMode), in iterate()
4027 …multiplePatchReferenceVertexCount(m_primitiveType, m_spacing, program.usePointMode, &patchTessLeve… in iterate()
4048 …umVertices = referenceVertexCount(m_primitiveType, m_spacing, program.usePointMode, innerLevels, o… in iterate()
4127 …* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode) in SymmetricOuterEdgeCase() argument
4132 , m_usePointMode (usePointMode) in SymmetricOuterEdgeCase()
4410 …* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode) in OuterEdgeVertexSetIndexIndependenceCase() argument
4415 , m_usePointMode (usePointMode) in OuterEdgeVertexSetIndexIndependenceCase()
4904 …* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode) in TessCoordComponentInvarianceCase() argument
4909 , m_usePointMode (usePointMode) in TessCoordComponentInvarianceCase()
5090 …* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode) in TessCoordComponentRangeCase() argument
5091 …sCoordComponentInvarianceCase(context, name, description, primType, spacing, winding, usePointMode) in TessCoordComponentRangeCase()
5121 …* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode) in OneMinusTessCoordComponentCase() argument
5122 …sCoordComponentInvarianceCase(context, name, description, primType, spacing, winding, usePointMode) in OneMinusTessCoordComponentCase()
5159 …* description, TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode) in PrimitiveDiscardCase() argument
5164 , m_usePointMode (usePointMode) in PrimitiveDiscardCase()
7460 const bool usePointMode = usePointModeI != 0; in init() local
7465 + (usePointMode ? "_point_mode" : "")).c_str(), "", in init()
7466 primitiveType, spacing, winding, usePointMode)); in init()
7523 const bool usePointMode = usePointModeI != 0; in init() local
7524 const string primSpacWindPointName = primSpacWindName + (usePointMode ? "_point_mode" : ""); in init()
7526 …e (m_context, primSpacWindPointName.c_str(), "", primitiveType, spacing, winding, usePointMode)); in init()
7527 … (m_context, primSpacWindPointName.c_str(), "", primitiveType, spacing, winding, usePointMode)); in init()
7528 …se (m_context, primSpacWindPointName.c_str(), "", primitiveType, spacing, winding, usePointMode)); in init()
7529 …se (m_context, primSpacWindPointName.c_str(), "", primitiveType, spacing, winding, usePointMode)); in init()
7533 primitiveType, spacing, winding, usePointMode)); in init()