Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp1636 … bool bWantClockwise = (m_outputPrimitive == D3D11_TESSELLATOR_OUTPUT_TRIANGLE_CW) ? true : false; in DefineClockwiseTriangle() local
1637 if( bWantClockwise ) in DefineClockwiseTriangle()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp1650 … bool bWantClockwise = (m_outputPrimitive == D3D11_TESSELLATOR_OUTPUT_TRIANGLE_CW) ? true : false; in DefineClockwiseTriangle() local
1651 if( bWantClockwise ) in DefineClockwiseTriangle()