Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.cpp1328 typename SIMD_T::Float vPointSize; in BinPostSetupPointsImpl() local
1334 vPointSize = size[0][VERTEX_SGV_POINT_SIZE_COMP]; in BinPostSetupPointsImpl()
1338 vPointSize = SIMD_T::set1_ps(rastState.pointSize); in BinPostSetupPointsImpl()
1347 typename SIMD_T::Float vHalfWidth = SIMD_T::mul_ps(vPointSize, SIMD_T::set1_ps(0.5f)); in BinPostSetupPointsImpl()
1403 SIMD_T::store_ps(reinterpret_cast<float *>(aPointSize), vPointSize); in BinPostSetupPointsImpl()