Searched refs:vHalfWidth (Results 1 – 1 of 1) sorted by relevance
1442 Float<SIMD_T> vHalfWidth = SIMD_T::mul_ps(vPointSize, SIMD_T::set1_ps(0.5f)); in BinPostSetupPointsImpl() local1443 Integer<SIMD_T> vHalfWidthi = fpToFixedPointVertical<SIMD_T>(vHalfWidth); in BinPostSetupPointsImpl()1734 Float<SIMD_T> vHalfWidth = SIMD_T::set1_ps(rastState.lineWidth / 2.0f); in BinPostSetupLinesImpl() local1735 Integer<SIMD_T> vHalfWidthi = fpToFixedPointVertical<SIMD_T>(vHalfWidth); in BinPostSetupLinesImpl()