Searched refs:texH (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.h195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
H A Ds_fragprog.c125 const GLfloat texH = (GLfloat) swImg->HeightScale; local in function:fetch_texel_deriv
132 texW, texH,
H A Ds_span.c419 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
423 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
425 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
441 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
454 maxV = MAX2(dtdx2, dtdy2) * texH;
485 GLfloat texW, texH; local in function:interpolate_texcoords
517 texH = swImg->HeightScale;
522 texH = 1.0;
540 dqdx, dqdy, texW, texH,
557 dqdx, dqdy, texW, texH,
418 _swrast_compute_lambda(GLfloat dsdx,GLfloat dsdy,GLfloat dtdx,GLfloat dtdy,GLfloat dqdx,GLfloat dqdy,GLfloat texW,GLfloat texH,GLfloat s,GLfloat t,GLfloat q,GLfloat invQ) argument
[all...]
H A Ds_texfilter.c1889 GLfloat texW, texH; local in function:sample_lambda_2d_aniso
1915 texH = swImg->HeightScale;
1921 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
1923 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.h195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
H A Ds_fragprog.c125 const GLfloat texH = (GLfloat) swImg->HeightScale; local in function:fetch_texel_deriv
132 texW, texH,
H A Ds_span.c419 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
423 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
425 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
441 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
454 maxV = MAX2(dtdx2, dtdy2) * texH;
485 GLfloat texW, texH; local in function:interpolate_texcoords
517 texH = swImg->HeightScale;
522 texH = 1.0;
540 dqdx, dqdy, texW, texH,
557 dqdx, dqdy, texW, texH,
418 _swrast_compute_lambda(GLfloat dsdx,GLfloat dsdy,GLfloat dtdx,GLfloat dtdy,GLfloat dqdx,GLfloat dqdy,GLfloat texW,GLfloat texH,GLfloat s,GLfloat t,GLfloat q,GLfloat invQ) argument
[all...]
H A Ds_texfilter.c1889 GLfloat texW, texH; local in function:sample_lambda_2d_aniso
1915 texH = swImg->HeightScale;
1921 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
1923 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c433 info->accel_state->texH[unit] = h;
850 info->accel_state->texH[unit] = h;
1346 info->accel_state->texH[unit] = 1;
1366 info->accel_state->texH[unit] = h;
1374 info->accel_state->texH[unit] = 1;
1395 info->accel_state->texH[unit] = h;
2480 xFixedToFloat(srcTopLeft.x) / info->accel_state->texW[0], xFixedToFloat(srcTopLeft.y) / info->accel_state->texH[0],
2481 xFixedToFloat(maskTopLeft.x) / info->accel_state->texW[1], xFixedToFloat(maskTopLeft.y) / info->accel_state->texH[1]);
2484 xFixedToFloat(srcBottomLeft.x) / info->accel_state->texW[0], xFixedToFloat(srcBottomLeft.y) / info->accel_state->texH[0],
2485 xFixedToFloat(maskBottomLeft.x) / info->accel_state->texW[1], xFixedToFloat(maskBottomLeft.y) / info->accel_state->texH[
[all...]
H A Dradeon_render.c413 info->accel_state->texH[0] = height;
640 ft = (float)srcy / info->accel_state->texH[0];
641 fb = (float)(srcy + height) / info->accel_state->texH[0];
779 info->accel_state->texH[0] = height;
982 ft = (float)srcy / info->accel_state->texH[0];
983 fb = (float)(srcy + height) / info->accel_state->texH[0];
H A Dradeon_commonfuncs.c62 info->accel_state->texW[0] = info->accel_state->texH[0] =
63 info->accel_state->texW[1] = info->accel_state->texH[1] = 1;
H A Dradeon.h664 unsigned short texH[2]; member in struct:radeon_accel_state
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c397 info->accel_state->texH[unit] = h;
795 info->accel_state->texH[unit] = h;
1276 info->accel_state->texH[unit] = 1;
1296 info->accel_state->texH[unit] = h;
1304 info->accel_state->texH[unit] = 1;
1325 info->accel_state->texH[unit] = h;
2329 xFixedToFloat(srcTopLeft.x) / info->accel_state->texW[0], xFixedToFloat(srcTopLeft.y) / info->accel_state->texH[0],
2330 xFixedToFloat(maskTopLeft.x) / info->accel_state->texW[1], xFixedToFloat(maskTopLeft.y) / info->accel_state->texH[1]);
2333 xFixedToFloat(srcBottomLeft.x) / info->accel_state->texW[0], xFixedToFloat(srcBottomLeft.y) / info->accel_state->texH[0],
2334 xFixedToFloat(maskBottomLeft.x) / info->accel_state->texW[1], xFixedToFloat(maskBottomLeft.y) / info->accel_state->texH[
[all...]
H A Dradeon_accel.c211 info->accel_state->texW[0] = info->accel_state->texH[0] =
212 info->accel_state->texW[1] = info->accel_state->texH[1] = 1;
H A Dradeon.h406 unsigned short texH[2]; member in struct:radeon_accel_state

Completed in 31 milliseconds