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.h265 __m128i cstep4[NR_PLANES][4]; in TRI_16() local
280 cstep4[j][0] = _mm_setr_epi32(0, dcdx, dcdx*2, dcdx*3); in TRI_16()
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()
289 outmask |= sign_bits4(cstep4[j], c + cox); in TRI_16()
319 mask &= ~sign_bits4(cstep4[j], cx); in TRI_16()