Searched refs:tessellationWidePoints (Results 1 – 1 of 1) sorted by relevance
2549 const bool tessellationWidePoints = (m_isWidePointCase) && (!m_hasGeometryStage); in genTessellationControlSource() local2555 << ((tessellationWidePoints) ? ("${TESSELLATION_POINT_SIZE_REQUIRE}\n") : ("")) in genTessellationControlSource()2636 const bool tessellationWidePoints = (m_isWidePointCase) && (!m_hasGeometryStage); in genTessellationEvaluationSource() local2641 << ((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()