HomeSort by relevance Sort by last modified time
    Searched full:wrapi (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/driver/runtime/
rs_sample.c 298 static uint32_t wrapI(rs_sampler_value wrap, int32_t coord, int32_t size) {
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(wrapT, iPixel.y, sourceH)
    [all...]

Completed in 77 milliseconds