Searched refs:sampleY (Results 1 – 1 of 1) sorted by relevance
1941 const int sampleY = wrap(sampler.wrapT, y0 + offsets[i].y(), h); in fetchGatherArray2DOffsets() local1944 if (deInBounds32(sampleX, 0, w) && deInBounds32(sampleY, 0, h)) in fetchGatherArray2DOffsets()1945 pixel = lookup(src, sampleX, sampleY, depth); in fetchGatherArray2DOffsets()