Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h278 __m128i xdcdy = _mm_set1_epi32(dcdy); in TRI_16() local
281 cstep4[j][1] = _mm_add_epi32(cstep4[j][0], xdcdy); in TRI_16()
282 cstep4[j][2] = _mm_add_epi32(cstep4[j][1], xdcdy); in TRI_16()
283 cstep4[j][3] = _mm_add_epi32(cstep4[j][2], xdcdy); in TRI_16()
352 __m128i xdcdy = _mm_set1_epi32(dcdy); in TRI_4() local
355 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in TRI_4()
356 __m128i cstep2 = _mm_add_epi32(cstep1, xdcdy); in TRI_4()
357 __m128i cstep3 = _mm_add_epi32(cstep2, xdcdy); in TRI_4()
Dlp_rast_tri.c156 __m128i xdcdy = _mm_set1_epi32(dcdy); in build_masks() local
160 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in build_masks()
161 __m128i cstep2 = _mm_add_epi32(cstep1, xdcdy); in build_masks()
162 __m128i cstep3 = _mm_add_epi32(cstep2, xdcdy); in build_masks()
197 __m128i xdcdy = _mm_set1_epi32(dcdy); in build_mask_linear() local
201 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in build_mask_linear()
202 __m128i cstep2 = _mm_add_epi32(cstep1, xdcdy); in build_mask_linear()
203 __m128i cstep3 = _mm_add_epi32(cstep2, xdcdy); in build_mask_linear()