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

  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_span.h 195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
s_fragprog.c 124 const GLfloat texW = (GLfloat) swImg->WidthScale;
132 texW, texH,
s_span.c 419 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
422 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
424 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
441 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
453 maxU = MAX2(dsdx2, dsdy2) * texW;
485 GLfloat texW, texH;
516 texW = swImg->WidthScale;
521 texW = 1.0;
540 dqdx, dqdy, texW, texH,
557 dqdx, dqdy, texW, texH
    [all...]
s_texfilter.c 1889 GLfloat texW, texH;
1914 texW = swImg->WidthScale;
1920 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1922 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_span.h 195 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
s_fragprog.c 124 const GLfloat texW = (GLfloat) swImg->WidthScale;
132 texW, texH,
s_span.c 419 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
422 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
424 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
441 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
453 maxU = MAX2(dsdx2, dsdy2) * texW;
485 GLfloat texW, texH;
516 texW = swImg->WidthScale;
521 texW = 1.0;
540 dqdx, dqdy, texW, texH,
557 dqdx, dqdy, texW, texH
    [all...]
s_texfilter.c 1889 GLfloat texW, texH;
1914 texW = swImg->WidthScale;
1920 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1922 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa_render.c 432 info->accel_state->texW[unit] = w;
849 info->accel_state->texW[unit] = w;
1345 info->accel_state->texW[unit] = 1;
1365 info->accel_state->texW[unit] = w;
1373 info->accel_state->texW[unit] = 1;
1394 info->accel_state->texW[unit] = w;
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[1])
    [all...]
radeon_render.c 412 info->accel_state->texW[0] = width;
638 fl = (float)srcx / info->accel_state->texW[0];
639 fr = (float)(srcx + width) / info->accel_state->texW[0];
778 info->accel_state->texW[0] = width;
980 fl = (float)srcx / info->accel_state->texW[0];
981 fr = (float)(srcx + width) / info->accel_state->texW[0];
radeon_commonfuncs.c 62 info->accel_state->texW[0] = info->accel_state->texH[0] =
63 info->accel_state->texW[1] = info->accel_state->texH[1] = 1;
radeon.h 663 unsigned short texW[2];
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_exa_render.c 396 info->accel_state->texW[unit] = w;
794 info->accel_state->texW[unit] = w;
1275 info->accel_state->texW[unit] = 1;
1295 info->accel_state->texW[unit] = w;
1303 info->accel_state->texW[unit] = 1;
1324 info->accel_state->texW[unit] = w;
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[1])
    [all...]
radeon_accel.c 211 info->accel_state->texW[0] = info->accel_state->texH[0] =
212 info->accel_state->texW[1] = info->accel_state->texH[1] = 1;
radeon.h 405 unsigned short texW[2];

Completed in 33 milliseconds