Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c155 __m128i cstep0 = _mm_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); in build_masks() local
160 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in build_masks()
167 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks()
179 cstep0 = _mm_add_epi32(cstep0, cio4); in build_masks()
184 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks()
196 __m128i cstep0 = _mm_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); in build_mask_linear() local
201 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in build_mask_linear()
207 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_mask_linear()
226 __m128i cstep0 = _mm_add_epi32(cstep[0], cio4); in sign_bits4() local
233 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in sign_bits4()
Dlp_rast_tri_tmp.h354 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3); in TRI_4() local
355 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in TRI_4()
359 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in TRI_4()