HomeSort by: relevance | last modified time | path
    Searched refs:step1 (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaFillPoly.c 212 int step1 = 0, step2 = 0, sign1 = 0, sign2 = 0; local
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
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/
nir_opt_algebraic.py 980 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/
nir_opt_algebraic.py 2197 step1 = ('ior', ('ishl', u, 16), ('ushr', u, 16))
2198 step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8))

Completed in 7 milliseconds