HomeSort by: relevance | last modified time | path
    Searched refs:step2 (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
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
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/
nir_opt_algebraic.py 981 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/
nir_opt_algebraic.py 2198 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 13 milliseconds