Home
last modified time | relevance | path

Searched defs:vRecipW0 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.cpp686 Float<SIMD_T> vRecipW0 = SIMD_T::set1_ps(1.0f); in BinTrianglesImpl() local
1615 Float<SIMD_T> vRecipW0 = SIMD_T::div_ps(SIMD_T::set1_ps(1.0f), prim[0].w); in BinPointsImpl() local
1699 Float<SIMD_T>& vRecipW0 = recipW[0]; in BinPostSetupLinesImpl() local