Searched refs:dsdx (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_span.h194 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
H A Ds_span.c414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy, argument
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...]
H A Ds_points.c124 GLfloat s, r, dsdx; local
128 dsdx = 1.0F / size;
159 span.attrStepX[attr][0] = dsdx;
176 span.attrStepX[FRAG_ATTRIB_PNTC][0] = dsdx;
H A Ds_texfilter.c1886 const GLfloat dsdx = span->attrStepX[attr][0]; local
1892 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
1915 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1931 s += dsdx;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c494 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);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 768 milliseconds