Searched refs:util_float_to_half (Results 1 – 8 of 8) sorted by relevance
21 rh = util_float_to_half(f.f); in main()
166 half_buffer[i] = util_float_to_half((float) rand_double()); in main()
188 PUSH_DATA (push, (util_float_to_half(rgba[0]) << 0) | in nv30_validate_blend_colour()189 (util_float_to_half(rgba[1]) << 16)); in nv30_validate_blend_colour()191 PUSH_DATA (push, (util_float_to_half(rgba[2]) << 0) | in nv30_validate_blend_colour()192 (util_float_to_half(rgba[3]) << 16)); in nv30_validate_blend_colour()
47 util_float_to_half(float f) in util_float_to_half() function
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \346 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F); in do_row()363 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F); in do_row()380 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F); in do_row()396 dst[i] = util_float_to_half((aj + ak + bj + bk) * 0.25F); in do_row()
260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0); in lp_build_one()307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0); in lp_build_const_elem()
514 OUT_CB(util_float_to_half(c.color[2]) | in r300_set_blend_color()515 (util_float_to_half(c.color[3]) << 16)); in r300_set_blend_color()516 OUT_CB(util_float_to_half(c.color[0]) | in r300_set_blend_color()517 (util_float_to_half(c.color[1]) << 16)); in r300_set_blend_color()654 dsa->alpha_value = util_float_to_half(state->alpha.ref_value); in r300_create_dsa_state()
110 #define TO_16_FLOAT(x) util_float_to_half(x)