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.h338 __m128i cstep4[NR_PLANES][4]; in TRI_16() local
353 cstep4[j][0] = _mm_setr_epi32(0, dcdx, dcdx*2, dcdx*3); in TRI_16()
354 cstep4[j][1] = _mm_add_epi32(cstep4[j][0], xdcdy); in TRI_16()
355 cstep4[j][2] = _mm_add_epi32(cstep4[j][1], xdcdy); in TRI_16()
356 cstep4[j][3] = _mm_add_epi32(cstep4[j][2], xdcdy); in TRI_16()
362 outmask |= sign_bits4(cstep4[j], c + cox); in TRI_16()
392 mask &= ~sign_bits4(cstep4[j], cx); in TRI_16()