Searched refs:lp_build_clamped_float_to_unsigned_norm (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_alpha.c | 79 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha); in lp_build_alpha_test() 80 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref); in lp_build_alpha_test()
|
H A D | lp_bld_depth.c | 1043 z_src = lp_build_clamped_float_to_unsigned_norm(gallivm, in lp_build_depth_stencil_test()
|
H A D | lp_state_fs.c | 1817 result = lp_build_clamped_float_to_unsigned_norm(gallivm, flt_type, in scale_bits()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_conv.h | 54 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm,
|
H A D | lp_bld_conv.c | 267 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm, in lp_build_clamped_float_to_unsigned_norm() function 861 tmp[i] = lp_build_clamped_float_to_unsigned_norm(gallivm, in lp_build_conv()
|
H A D | lp_bld_format_soa.c | 907 chan = lp_build_clamped_float_to_unsigned_norm(gallivm, type, width, rgba); in lp_build_insert_soa_chan()
|