Searched refs:lp_build_rgb9_to_float_helper (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 423 lp_build_rgb9_to_float_helper(struct gallivm_state *gallivm, in lp_build_rgb9_to_float_helper() function 499 dst[0] = lp_build_rgb9_to_float_helper(gallivm, f32_type, src, scale, 0); in lp_build_rgb9e5_to_float() 500 dst[1] = lp_build_rgb9_to_float_helper(gallivm, f32_type, src, scale, 9); in lp_build_rgb9e5_to_float() 501 dst[2] = lp_build_rgb9_to_float_helper(gallivm, f32_type, src, scale, 18); in lp_build_rgb9e5_to_float()
|