Searched refs:wrapI (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_sample.c298 static uint32_t wrapI(rs_sampler_value wrap, int32_t coord, int32_t size) { function
446 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW);
447 uint32_t location = wrapI(wrapS, iPixel, sourceW);
460 uint32_t location = wrapI(wrapS, iPixel, sourceW);
504 int nx = wrapI(wrapS, iPixelU + 1, sourceW);
505 int ny = wrapI(wrapT, iPixelV + 1, sourceH);
506 int lx = wrapI(wrapS, iPixelU, sourceW);
507 int ly = wrapI(wrapT, iPixelV, sourceH);
528 location.x = wrapI(wrapS, iPixel.x, sourceW);
529 location.y = wrapI(wrap
[all...]

Completed in 28 milliseconds