HomeSort by: relevance | last modified time | path
    Searched refs:dsdx (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_interp.c 131 float dsdx[4]; local
140 memset(dsdx, 0, sizeof(dsdx));
150 dsdx[j] = dadx[j] * oow;
158 dsdx[j] = dadx[j];
164 s0[0] += x * dsdx[0] + y * dsdy[0];
165 s0[1] += x * dsdx[1] + y * dsdy[1];
166 s0[2] += x * dsdx[2] + y * dsdy[2];
167 s0[3] += x * dsdx[3] + y * dsdy[3];
181 float b = s0[j] + (width - 1) * dsdx[j]
    [all...]
lp_linear_sampler.c 155 const int dsdx = samp->dsdx; local
163 s += dsdx;
178 const int dsdx = samp->dsdx; local
186 s += dsdx;
202 const int dsdx = samp->dsdx; local
217 s += dsdx;
234 const int dsdx = samp->dsdx local
269 const int dsdx = samp->dsdx; local
305 const int dsdx = samp->dsdx; local
452 const int dsdx = samp->dsdx; local
509 const int dsdx = samp->dsdx; local
753 float dsdx = dadx[schan->u.index+1][schan->swizzle]; local
795 int dsdx = samp->dsdx >= 0 ? samp->dsdx : -samp->dsdx; local
    [all...]
lp_linear_priv.h 25 int dsdx; /* 16.16 */ member in struct:lp_linear_sampler
lp_setup_rect.c 161 float dsdx, dsdy, dtdx, dtdy; local
165 dsdx = GET_DADX(inputs)[1][0]*texture->width;
185 if (util_is_approx(dsdx, 1.0f, 1.0f/LP_MAX_WIDTH) &&
193 debug_printf("dsdx = %f\n", dsdx);
lp_state_fs_linear.c 263 float s0, float dsdx, float dsdy,
275 samp->fdsdx = dsdx * texture->width * oow;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_xv_blit.c 61 CARD32 dsdx, dtdy; local
75 dsdx = (src_w << 20) / drw_w;
148 PUSH_DATA (push, dsdx);
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_span.h 194 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
s_span.c 418 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
422 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
440 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
444 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
489 const GLfloat dsdx = span->attrStepX[attr][0]; local
496 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
539 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
542 s += dsdx;
556 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
559 s += dsdx;
    [all...]
s_points.c 123 GLfloat s, dsdx; local
127 dsdx = 1.0F / size;
151 span.attrStepX[attr][0] = dsdx;
168 span.attrStepX[VARYING_SLOT_PNTC][0] = dsdx;
s_texfilter.c 1891 const GLfloat dsdx = span->attrStepX[attr][0]; local
1897 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
1920 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1936 s += dsdx;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_span.h 194 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
s_span.c 418 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
422 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
440 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
444 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
489 const GLfloat dsdx = span->attrStepX[attr][0]; local
496 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
539 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
542 s += dsdx;
556 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
559 s += dsdx;
    [all...]
s_points.c 123 GLfloat s, r, dsdx; local
127 dsdx = 1.0F / size;
158 span.attrStepX[attr][0] = dsdx;
175 span.attrStepX[VARYING_SLOT_PNTC][0] = dsdx;
s_texfilter.c 1891 const GLfloat dsdx = span->attrStepX[attr][0]; local
1897 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
1920 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1936 s += dsdx;
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_video.c 562 CARD32 dsdx, dtdy, size, point, srcpoint, format; local
564 dsdx = (src_w << 20) / drw_w;
615 NVDmaNext (pNv, dsdx);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 518 const float dsdx = fabsf(derivs[0][0][quad]); local
520 const float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
560 const float dsdx = fabsf(derivs[0][0][quad]); local
564 const float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
604 const float dsdx = fabsf(derivs[0][0][quad]); local
610 const float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
637 const float dsdx = fabsf(derivs[0][0][quad]); local
643 const float maxx = MAX2(dsdx, dsdy);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 504 const float dsdx = fabsf(derivs[0][0][quad]); local
506 const float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
546 const float dsdx = fabsf(derivs[0][0][quad]); local
550 const float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
590 const float dsdx = fabsf(derivs[0][0][quad]); local
596 const float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level);
623 const float dsdx = fabsf(derivs[0][0][quad]); local
629 const float maxx = MAX2(dsdx, dsdy);

Completed in 31 milliseconds