Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri.c176 __m128i cstep0 = _mm_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); in build_masks_sse() local
181 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in build_masks_sse()
188 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks_sse()
200 cstep0 = _mm_add_epi32(cstep0, cio4); in build_masks_sse()
205 cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_masks_sse()
217 __m128i cstep0 = _mm_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); in build_mask_linear_sse() local
222 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in build_mask_linear_sse()
228 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in build_mask_linear_sse()
247 __m128i cstep0 in sign_bits4() local
502 __m128i cstep0 = vec_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); build_masks_ppc() local
542 __m128i cstep0 = vec_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); build_mask_linear_ppc() local
[all...]
H A Dlp_rast_tri_tmp.h454 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3); in TRI_4() local
455 __m128i cstep1 = _mm_add_epi32(cstep0, xdcdy); in TRI_4()
459 __m128i cstep01 = _mm_packs_epi32(cstep0, cstep1); in TRI_4()

Completed in 2 milliseconds