Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2549 const bool tessellationWidePoints = (m_isWidePointCase) && (!m_hasGeometryStage); in genTessellationControlSource() local
2555 << ((tessellationWidePoints) ? ("${TESSELLATION_POINT_SIZE_REQUIRE}\n") : ("")) in genTessellationControlSource()
2636 const bool tessellationWidePoints = (m_isWidePointCase) && (!m_hasGeometryStage); in genTessellationEvaluationSource() local
2641 << ((tessellationWidePoints) ? ("${TESSELLATION_POINT_SIZE_REQUIRE}\n") : ("")) in genTessellationEvaluationSource()
2660 …" highp float pointSize = " << ((tessellationWidePoints) ? ("(tess_ctrl_color[0].g > 0.0) ? (5.0) … in genTessellationEvaluationSource()
2663 if (tessellationWidePoints) in genTessellationEvaluationSource()