Lines Matching refs:m_tessellationOutput

832 	const TessellationOutputType	m_tessellationOutput;  member in deqp::gles31::Functional::__anon934a963b0111::FeedbackPrimitiveTypeCase
850 , m_tessellationOutput (tessellationOutput) in FeedbackPrimitiveTypeCase()
890 << getTessellationOutputDescription(m_tessellationOutput, m_tessellationPointMode) in init()
892 << getGeometryInputDescription(m_tessellationOutput, m_tessellationPointMode) in init()
897 …<< "Primitive generator emits " << getTessellationOutputDescription(m_tessellationOutput, m_tessel… in init()
1361 if (m_tessellationOutput == TESSELLATION_OUT_TRIANGLES) in getNumTessellatedPrimitives()
1363 else if (m_tessellationOutput == TESSELLATION_OUT_QUADS) in getNumTessellatedPrimitives()
1365 else if (m_tessellationOutput == TESSELLATION_OUT_ISOLINES) in getNumTessellatedPrimitives()
1370 if (m_tessellationOutput == TESSELLATION_OUT_TRIANGLES) in getNumTessellatedPrimitives()
1372 else if (m_tessellationOutput == TESSELLATION_OUT_QUADS) in getNumTessellatedPrimitives()
1374 else if (m_tessellationOutput == TESSELLATION_OUT_ISOLINES) in getNumTessellatedPrimitives()
1385 …const int numInputVertices = (m_tessellationPointMode) ? (1) : (m_tessellationOutput == TESSELLAT… in getGeometryAmplification()
1441 if (m_tessellationOutput == TESSELLATION_OUT_TRIANGLES) in getTessellationControlSource()
1446 else if (m_tessellationOutput == TESSELLATION_OUT_QUADS) in getTessellationControlSource()
1453 else if (m_tessellationOutput == TESSELLATION_OUT_ISOLINES) in getTessellationControlSource()
1471 …<< ((m_tessellationOutput == TESSELLATION_OUT_TRIANGLES) ? ("triangles") : (m_tessellationOutput =… in getTessellationEvaluationSource()
1489 if (m_tessellationOutput == TESSELLATION_OUT_TRIANGLES) in getTessellationEvaluationSource()
1495 …else if (m_tessellationOutput == TESSELLATION_OUT_QUADS || m_tessellationOutput == TESSELLATION_OU… in getTessellationEvaluationSource()
1508 …metryInputPrimitive = (m_tessellationPointMode) ? ("points") : (m_tessellationOutput == TESSELLA… in getGeometrySource()
1510 …const int numInputVertices = (m_tessellationPointMode) ? (1) : (m_tessellationOutput == TESSE… in getGeometrySource()