Searched refs:igt_half_to_float (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_halffloat.c | 216 void igt_half_to_float(const uint16_t *h, float *f, unsigned int num) 227 void igt_half_to_float(const uint16_t *h, float *f, unsigned int num) in igt_half_to_float() function
|
D | igt_halffloat.h | 26 void igt_half_to_float(const uint16_t *h, float *f, unsigned int num);
|
D | igt_fb.c | 2976 igt_half_to_float(fp16_tmp, rgb.d, 4); in convert_fp16_to_float() 2987 igt_half_to_float(fp16, ptr, cvt->dst.fb->width * 4); in convert_fp16_to_float()
|