Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1784 *pvCutIndices_lo = _simd_movemask_ps(_simd_castsi_ps(fetchInfo_lo.CutMask)); in ProcessDraw()
1787 *pvCutIndices_lo = _simd_movemask_ps(_simd_castsi_ps(fetchInfo_lo.CutMask)); in ProcessDraw()
1788 *pvCutIndices_hi = _simd_movemask_ps(_simd_castsi_ps(fetchInfo_hi.CutMask)); in ProcessDraw()
2010 *pvCutIndices = _simd_movemask_ps(_simd_castsi_ps(fetchInfo.CutMask)); in ProcessDraw()
Dstate.h591 …simdscalari CutMask; // OUT: vector mask of indices which have the cut inde… member