Searched defs:dx (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp35 // (intToFixedCenter(x) * dx)>>16 + x0
36 // ((x<<16 + 0x8000) * dx)>>16 + x0
37 // ((x<<16)*dx + (0x8000*dx))>>16 + x0
38 // ( (x*dx) + dx>>1 ) + x0
39 // (x*dx) + (dx>>1 + x0)
90 CONTEXT_LOAD(dvdx, generated_vars.argb[i].dx);
200 int dx local
[all...]
H A DGGLAssembler.cpp640 int dx = parts.argb_dx[i].reg; local
647 dx = scratches.obtain();
648 CONTEXT_LOAD(dx, generated_vars.argb[i].dx);
652 ADD(AL, 0, c, c, dx);
660 scratches.recycle(dx);
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h379 int32_t dx; member in struct:android::texture_shade_t::__anon1741::__anon1743
494 int32_t dx; member in struct:android::generated_vars_t::__anon1747
/system/core/libpixelflinger/
H A Dtrap.cpp357 const GGLcoord dx = abs(v0[0] - v1[0]); local
366 ((dx > dy) ? ny : nx) = halfWidth;
385 const GGLcoord dx = v0[0] - v1[0]; local
388 GGLcoord ny = dx;
695 const int dx = bot[0] - x1; local
706 if (ggl_likely(ymin <= ymax && dx)) {
707 edge->x_incr = gglDivQ16(dx, dy);
881 const int dx = bot[0] - x1; local
891 if (ggl_likely(ymin <= ymax && dx)) {
892 edge->x_incr = gglDivQ16(dx, d
1069 GGLfixed dx = l_max - l_min; local
1089 int32_t dx = TRI_FROM_FIXED(l_min_i - l_min) + TRI_ONE; local
1122 GGLfixed dx = r_max - r_min; local
1131 int32_t dx = TRI_FROM_FIXED(r_min_i - r_min) + TRI_ONE; local
[all...]

Completed in 76 milliseconds