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);
595 int dtdx = scratches.obtain(); local
597 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx);
599 ADD(AL, 0, t.reg, t.reg, dtdx);
607 scratches.recycle(dtdx);
666 int dtdx = scratches.obtain(); local
668 CONTEXT_LOAD(dtdx, generated_var
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp650 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
697 tc[i].t += ti.dtdx;
966 m_t = (xs * ti.dtdx) + ti.ydtdy;
968 m_dt = ti.dtdx;
1018 return (c->state.texture[0].iterators.dtdx == 0);
1060 GGLfixed t = (xs * ti.dtdx) + ti.ydtdy;
1657 ti.dsdx = ti.dsdy = ti.dtdx = ti.dtdy = 0;
1685 ti.dtdx = t.shade.idtdx << tscale;
1689 ti.dtdx = t.shade.idtdx >> -tscale;
1701 gen.dtdx
1988 int32_t sq, tq, dsdx, dtdx; local
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h374 GGLfixed dtdx; member in struct:android::texture_iterators_t::__anon318::__anon319
465 int32_t dtdx; member in struct:android::generated_tex_vars_t

Completed in 60 milliseconds