Lines Matching defs:iPixel
127 getSample_A(const uint8_t *p, int32_t iPixel, in getSample_A()
137 getSample_L(const uint8_t *p, int32_t iPixel, in getSample_L()
147 getSample_LA(const uint8_t *p, int32_t iPixel, in getSample_LA()
157 getSample_RGB(const uint8_t *p, int32_t iPixel, in getSample_RGB()
167 getSample_565(const uint8_t *p, int32_t iPixel, in getSample_565()
177 getSample_RGBA(const uint8_t *p, int32_t iPixel, in getSample_RGBA()
269 uint32_t iPixel, uint32_t next, in getBilinearSample1D()
348 getNearestSample(const Allocation_t *alloc, uint32_t iPixel, rs_data_kind dk, in getNearestSample()
385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk, in getNearestSample()
430 int32_t iPixel = floor(pixelUV); in sample_LOD_LinearPixel() local
459 int32_t iPixel = floor(uv * (float)(sourceW)); in sample_LOD_NearestPixel() local
525 int2 iPixel = convert_int2(floor(uv * dimF)); in sample_LOD_NearestPixel() local