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.cpp662 typename SIMD_T::Float vRecipW0 = SIMD_T::set1_ps(1.0f); in BinTrianglesImpl() local
1511 typename SIMD_T::Float vRecipW0 = SIMD_T::div_ps(SIMD_T::set1_ps(1.0f), prim[0].w); in BinPointsImpl() local
1620 typename SIMD_T::Float &vRecipW0 = recipW[0]; in BinPostSetupLinesImpl() local