Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:dsdx

365             // s = (x * dsdx)>>16 + ydsdy
366 // s = (x * dsdx)>>16 + (y*dsdy)>>16 + s0
378 CONTEXT_LOAD(s.reg, generated_vars.texture[i].dsdx);
603 int dsdx = scratches.obtain();
609 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
611 ADD(AL, 0, s.reg, s.reg, dsdx);
619 scratches.recycle(dsdx);
682 int dsdx = scratches.obtain();
684 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
686 ADD(AL, 0, s, s, dsdx);