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

/frameworks/rs/driver/runtime/
H A Drs_sample.c127 getSample_A(const uint8_t *p, int32_t iPixel, argument
129 float p0 = getElementAt1(p, iPixel);
137 getSample_L(const uint8_t *p, int32_t iPixel, argument
139 float p0 = getElementAt1(p, iPixel);
147 getSample_LA(const uint8_t *p, int32_t iPixel, argument
149 float2 p0 = getElementAt2(p, iPixel);
157 getSample_RGB(const uint8_t *p, int32_t iPixel, argument
159 float3 p0 = getElementAt3(p, iPixel);
167 getSample_565(const uint8_t *p, int32_t iPixel, argument
169 float3 p0 = getElementAt565(p, iPixel);
177 getSample_RGBA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
268 getBilinearSample1D(const Allocation_t *alloc, float2 weights, uint32_t iPixel, uint32_t next, rs_data_kind dk, rs_data_type dt, uint32_t lod) argument
348 getNearestSample(const Allocation_t *alloc, uint32_t iPixel, rs_data_kind dk, rs_data_type dt, uint32_t lod) argument
385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk, rs_data_type dt, uint32_t lod) argument
430 int32_t iPixel = (int32_t)(pixelUV); local
459 int32_t iPixel = (int32_t)(uv * (float)(sourceW)); local
525 int2 iPixel = convert_int2(uv * dimF); local
[all...]

Completed in 5 milliseconds