Searched refs:sourceH (Results 1 – 1 of 1) sorted by relevance
471 int sourceH = alloc->mHal.drvState.lod[lod].dimY; in sample_LOD_LinearPixel() local474 float pixelV = uv.y * sourceH; in sample_LOD_LinearPixel()501 int ny = wrapI(wrapT, iPixelV + 1, sourceH); in sample_LOD_LinearPixel()503 int ly = wrapI(wrapT, iPixelV, sourceH); in sample_LOD_LinearPixel()516 int sourceH = alloc->mHal.drvState.lod[lod].dimY; in sample_LOD_NearestPixel() local520 dimF.y = (float)(sourceH); in sample_LOD_NearestPixel()525 location.y = wrapI(wrapT, iPixel.y, sourceH); in sample_LOD_NearestPixel()