Searched refs:step2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaFillPoly.c212 int step1 = 0, step2 = 0, sign1 = 0, sign2 = 0; local in function:XAAFillPolygonSolid
273 Setup (c,x2,vertex2,dx2,dy2,e2,sign2,step2,DX2)
278 Step(x2,dx2,dy2,e2,sign2,step2)
291 Step(x2,dx2,dy2,e2,sign2,step2)
310 FixError(x2,dx2,dy2,e2,sign2,step2,h);
324 Step(x2,dx2,dy2,e2,sign2,step2)
366 int step1 = 0, step2 = 0, sign1 = 0, sign2 = 0; local in function:XAAFillPolygonHelper
396 Setup (c,x2,vertex2,dx2,dy2,e2,sign2,step2,DX2)
401 Step(x2,dx2,dy2,e2,sign2,step2)
414 Step(x2,dx2,dy2,e2,sign2,step2)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_algebraic.py981 step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8))
982 step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_algebraic.py2198 step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8))
2199 step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4))

Completed in 10 milliseconds