Searched refs:dtdx (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp367 // t = (x * dtdx)>>16 + ydtdy
368 // t = (x * dtdx)>>16 + (y*dtdy)>>16 + t0
380 CONTEXT_LOAD(t.reg, generated_vars.texture[i].dtdx);
604 int dtdx = scratches.obtain(); local
610 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx);
612 ADD(AL, 0, t.reg, t.reg, dtdx);
620 scratches.recycle(dtdx);
683 int dtdx = scratches.obtain(); local
685 CONTEXT_LOAD(dtdx, generated_var
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp671 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
718 tc[i].t += ti.dtdx;
987 m_t = (xs * ti.dtdx) + ti.ydtdy;
989 m_dt = ti.dtdx;
1039 return (c->state.texture[0].iterators.dtdx == 0);
1081 GGLfixed t = (xs * ti.dtdx) + ti.ydtdy;
1678 ti.dsdx = ti.dsdy = ti.dtdx = ti.dtdy = 0;
1706 ti.dtdx = t.shade.idtdx << tscale;
1710 ti.dtdx = t.shade.idtdx >> -tscale;
1722 gen.dtdx
2009 int32_t sq, tq, dsdx, dtdx; local
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h394 GGLfixed dtdx; member in struct:android::texture_iterators_t::__anon327::__anon328
485 int32_t dtdx; member in struct:android::generated_tex_vars_t

Completed in 277 milliseconds