Searched refs:lp_build_smallfloat_to_float (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 281 lp_build_smallfloat_to_float(struct gallivm_state *gallivm, in lp_build_smallfloat_to_float() function 413 dst[0] = lp_build_smallfloat_to_float(gallivm, f32_type, src, 6, 5, 0, false); in lp_build_r11g11b10_to_float() 414 dst[1] = lp_build_smallfloat_to_float(gallivm, f32_type, src, 6, 5, 11, false); in lp_build_r11g11b10_to_float() 415 dst[2] = lp_build_smallfloat_to_float(gallivm, f32_type, src, 5, 5, 22, false); in lp_build_r11g11b10_to_float()
|
D | lp_bld_format.h | 220 lp_build_smallfloat_to_float(struct gallivm_state *gallivm,
|
D | lp_bld_conv.c | 134 return lp_build_smallfloat_to_float(gallivm, f32_type, h, 10, 5, 0, true); in lp_build_half_to_float()
|