Home
last modified time | relevance | path

Searched refs:sampleY (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.cpp1941 const int sampleY = wrap(sampler.wrapT, y0 + offsets[i].y(), h); in fetchGatherArray2DOffsets() local
1944 if (deInBounds32(sampleX, 0, w) && deInBounds32(sampleY, 0, h)) in fetchGatherArray2DOffsets()
1945 pixel = lookup(src, sampleX, sampleY, depth); in fetchGatherArray2DOffsets()