Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_halffloat.c216 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
Digt_halffloat.h26 void igt_half_to_float(const uint16_t *h, float *f, unsigned int num);
Digt_fb.c2976 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()