Searched refs:wrapI (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 298 static uint32_t wrapI(rs_sampler_value wrap, int32_t coord, int32_t size) { in wrapI() function 446 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW); in sample_LOD_LinearPixel() 447 uint32_t location = wrapI(wrapS, iPixel, sourceW); in sample_LOD_LinearPixel() 460 uint32_t location = wrapI(wrapS, iPixel, sourceW); in sample_LOD_NearestPixel() 504 int nx = wrapI(wrapS, iPixelU + 1, sourceW); in sample_LOD_LinearPixel() 505 int ny = wrapI(wrapT, iPixelV + 1, sourceH); in sample_LOD_LinearPixel() 506 int lx = wrapI(wrapS, iPixelU, sourceW); in sample_LOD_LinearPixel() 507 int ly = wrapI(wrapT, iPixelV, sourceH); in sample_LOD_LinearPixel() 528 location.x = wrapI(wrapS, iPixel.x, sourceW); in sample_LOD_NearestPixel() 529 location.y = wrapI(wrapT, iPixel.y, sourceH); in sample_LOD_NearestPixel()
|