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);
594 int dsdx = scratches.obtain();
596 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
598 ADD(AL, 0, s.reg, s.reg, dsdx);
606 scratches.recycle(dsdx);
665 int dsdx = scratches.obtain();
667 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
669 ADD(AL, 0, s, s, dsdx);