HomeSort by relevance Sort by last modified time
    Searched refs:dvdx (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 196 GLfloat dvdx = tPlane[0] / tPlane[2] * invQ * height; local
199 GLfloat r2 = dvdx * dvdx + dvdy * dvdy;
s_texfilter.c 1916 GLfloat dvdx = texH * ((t + dtdx) \/ (q + dqdx) - t * invQ); local
    [all...]
s_span.c 419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); local
422 GLfloat x = SQRTF(dudx * dudx + dvdx * dvdx);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 196 GLfloat dvdx = tPlane[0] / tPlane[2] * invQ * height; local
199 GLfloat r2 = dvdx * dvdx + dvdy * dvdy;
s_texfilter.c 1916 GLfloat dvdx = texH * ((t + dtdx) \/ (q + dqdx) - t * invQ); local
    [all...]
s_span.c 419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ); local
422 GLfloat x = SQRTF(dudx * dudx + dvdx * dvdx);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 617 GGLcolor ADJUST_COLOR_ITERATOR(GGLcolor v, GGLcolor dvdx, int len)
619 const int32_t end = dvdx * (len-1) + v;
1951 int32_t dvdx = v1 - v0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1832 float dvdx = (t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1832 float dvdx = (t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; local
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 400 GGLfixed dvdx; member in struct:android::texture_iterators_t::__anon63522::__anon63524
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 92 const int dvdx = parts.argb_dx[i].reg; local
93 CONTEXT_LOAD(dvdx, generated_vars.argb[i].dx);
94 MLA(AL, 0, c, x.reg, dvdx, c);
103 MLA(AL, 1, end, dvdx, end, c);
    [all...]

Completed in 197 milliseconds