Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h359 __m128i cstep4[NR_PLANES][4]; in TRI_16() local
374 cstep4[j][0] = _mm_setr_epi32(0, dcdx, dcdx*2, dcdx*3); in TRI_16()
375 cstep4[j][1] = _mm_add_epi32(cstep4[j][0], xdcdy); in TRI_16()
376 cstep4[j][2] = _mm_add_epi32(cstep4[j][1], xdcdy); in TRI_16()
377 cstep4[j][3] = _mm_add_epi32(cstep4[j][2], xdcdy); in TRI_16()
383 outmask |= sign_bits4(cstep4[j], c + cox); in TRI_16()
413 mask &= ~sign_bits4(cstep4[j], cx); in TRI_16()