Searched refs:step1 (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
261 Setup (c,x1,vertex1,dx1,dy1,e1,sign1,step1,DX1)
265 Step(x1,dx1,dy1,e1,sign1,step1)
290 Step(x1,dx1,dy1,e1,sign1,step1)
309 FixError(x1,dx1,dy1,e1,sign1,step1,h);
323 Step(x1,dx1,dy1,e1,sign1,step1)
366 int step1 = 0, step2 = 0, sign1 = 0, sign2 = 0; local in function:XAAFillPolygonHelper
384 Setup (c,x1,vertex1,dx1,dy1,e1,sign1,step1,DX1)
388 Step(x1,dx1,dy1,e1,sign1,step1)
413 Step(x1,dx1,dy1,e1,sign1,step1)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_algebraic.py980 step1 = ('ior', ('ishl', u, 16), ('ushr', u, 16))
981 step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_algebraic.py2197 step1 = ('ior', ('ishl', u, 16), ('ushr', u, 16))
2198 step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8))

Completed in 8 milliseconds