Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_sample.c298 static uint32_t wrapI(rs_sampler_value wrap, int32_t coord, int32_t size) { in wrapI() function
444 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW); in sample_LOD_LinearPixel()
445 uint32_t location = wrapI(wrapS, iPixel, sourceW); in sample_LOD_LinearPixel()
458 uint32_t location = wrapI(wrapS, iPixel, sourceW); in sample_LOD_NearestPixel()
500 int nx = wrapI(wrapS, iPixelU + 1, sourceW); in sample_LOD_LinearPixel()
501 int ny = wrapI(wrapT, iPixelV + 1, sourceH); in sample_LOD_LinearPixel()
502 int lx = wrapI(wrapS, iPixelU, sourceW); in sample_LOD_LinearPixel()
503 int ly = wrapI(wrapT, iPixelV, sourceH); in sample_LOD_LinearPixel()
524 location.x = wrapI(wrapS, iPixel.x, sourceW); in sample_LOD_NearestPixel()
525 location.y = wrapI(wrapT, iPixel.y, sourceH); in sample_LOD_NearestPixel()