OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cstep4
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h
265
__m128i
cstep4
[NR_PLANES][4];
local
280
cstep4
[j][0] = _mm_setr_epi32(0, dcdx, dcdx*2, dcdx*3);
281
cstep4
[j][1] = _mm_add_epi32(
cstep4
[j][0], xdcdy);
282
cstep4
[j][2] = _mm_add_epi32(
cstep4
[j][1], xdcdy);
283
cstep4
[j][3] = _mm_add_epi32(
cstep4
[j][2], xdcdy);
289
outmask |= sign_bits4(
cstep4
[j], c + cox);
319
mask &= ~sign_bits4(
cstep4
[j], cx)
[
all
...]
Completed in 107 milliseconds