Home | History | Annotate | Download | only in runtime

Lines Matching refs:sourceW

429     int32_t sourceW = alloc->mHal.drvState.lod[lod].dimX;
430 float pixelUV = uv * (float)(sourceW);
447 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW);
448 uint32_t location = wrapI(wrapS, iPixel, sourceW);
459 int32_t sourceW = alloc->mHal.drvState.lod[lod].dimX;
460 int32_t iPixel = (int32_t)(uv * (float)(sourceW));
461 uint32_t location = wrapI(wrapS, iPixel, sourceW);
475 int sourceW = alloc->mHal.drvState.lod[lod].dimX;
478 float pixelU = uv.x * sourceW;
505 int nx = wrapI(wrapS, iPixelU + 1, sourceW);
507 int lx = wrapI(wrapS, iPixelU, sourceW);
520 int sourceW = alloc->mHal.drvState.lod[lod].dimX;
524 dimF.x = (float)(sourceW);
529 location.x = wrapI(wrapS, iPixel.x, sourceW);