Lines Matching full:dsdx
361 // s = (x * dsdx)>>16 + ydsdy
362 // s = (x * dsdx)>>16 + (y*dsdy)>>16 + s0
374 CONTEXT_LOAD(s.reg, generated_vars.texture[i].dsdx);
599 int dsdx = scratches.obtain();
605 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
607 ADD(AL, 0, s.reg, s.reg, dsdx);
615 scratches.recycle(dsdx);
678 int dsdx = scratches.obtain();
680 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
682 ADD(AL, 0, s, s, dsdx);