HomeSort by relevance Sort by last modified time
    Searched defs:dsdx (Results 1 - 19 of 19) sorted by null

  /system/core/libpixelflinger/
raster.cpp 196 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt local
198 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
201 texcoords[1] = dsdx;
scanline.cpp 670 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
709 tc[i].s += ti.dsdx;
2009 int32_t sq, tq, dsdx, dtdx; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 124 GLfloat s, r, dsdx; local
128 dsdx = 1.0F / size;
159 span.attrStepX[attr][0] = dsdx;
176 span.attrStepX[FRAG_ATTRIB_PNTC][0] = dsdx;
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
440 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
485 const GLfloat dsdx = span->attrStepX[attr][0]; local
492 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
538 s += dsdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
555 s += dsdx;
    [all...]
s_texfilter.c 1886 const GLfloat dsdx = span->attrStepX[attr][0]; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 124 GLfloat s, r, dsdx; local
128 dsdx = 1.0F / size;
159 span.attrStepX[attr][0] = dsdx;
176 span.attrStepX[FRAG_ATTRIB_PNTC][0] = dsdx;
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
440 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
485 const GLfloat dsdx = span->attrStepX[attr][0]; local
492 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
538 s += dsdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
555 s += dsdx;
    [all...]
s_texfilter.c 1886 const GLfloat dsdx = span->attrStepX[attr][0]; local
    [all...]
  /frameworks/native/include/private/gui/
LayerState.h 58 matrix.dsdx = matrix.dtdy = 1.0f;
67 float dsdx; member in struct:android::layer_state_t::matrix22_t
  /frameworks/base/services/input/
SpriteController.h 33 inline SpriteTransformationMatrix() : dsdx(1.0f), dtdx(0.0f), dsdy(0.0f), dtdy(1.0f) { }
34 inline SpriteTransformationMatrix(float dsdx, float dtdx, float dsdy, float dtdy) :
35 dsdx(dsdx), dtdx(dtdx), dsdy(dsdy), dtdy(dtdy) { }
37 float dsdx; member in struct:android::SpriteTransformationMatrix
43 return dsdx == other.dsdx
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 370 float dsdx = (float)screen_w/src_crop_width; local
375 if(dsdx > scaleLimitMax ||
377 dsdx < 1/scaleLimitMin ||
379 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
380 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
384 if(dsdx > copybitsMaxScale ||
386 dsdx < 1/copybitsMinScale ||
390 ALOGE("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
393 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
406 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 370 float dsdx = (float)screen_w/src_crop_width; local
375 if(dsdx > scaleLimitMax ||
377 dsdx < 1/scaleLimitMin ||
379 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
380 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
384 if(dsdx > copybitsMaxScale ||
386 dsdx < 1/copybitsMinScale ||
390 ALOGE("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
393 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
406 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 365 // s = (x * dsdx)>>16 + ydsdy
366 // s = (x * dsdx)>>16 + (y*dsdy)>>16 + s0
378 CONTEXT_LOAD(s.reg, generated_vars.texture[i].dsdx);
603 int dsdx = scratches.obtain(); local
609 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
611 ADD(AL, 0, s.reg, s.reg, dsdx);
619 scratches.recycle(dsdx);
682 int dsdx = scratches.obtain(); local
684 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx)
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 725 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt local
727 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
730 texcoords[1] = dsdx;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 393 float dsdx = (float)screen_w/src_crop_width; local
398 if(dsdx > scaleLimitMax ||
400 dsdx < 1/scaleLimitMin ||
402 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
403 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
408 if(dsdx > copybitsMaxScale ||
410 dsdx < 1/copybitsMinScale ||
414 ALOGD("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
417 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
430 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
Session.java 427 float dsdx, float dtdx, float dsdy, float dtdy) {
433 alpha, offx, offy, dsdx, dtdx, dsdy, dtdy); local
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 494 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
509 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
528 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 494 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
509 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
528 float dsdx = fabsf(s[QUAD_BOTTOM_RIGHT] - s[QUAD_BOTTOM_LEFT]); local
534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 390 GGLfixed dsdx; member in struct:android::texture_iterators_t::__anon62615::__anon62616
484 int32_t dsdx; member in struct:android::generated_tex_vars_t

Completed in 560 milliseconds