Searched refs:lp_build_clamped_float_to_unsigned_norm (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_alpha.c | 80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha); in lp_build_alpha_test() 81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref); in lp_build_alpha_test()
|
D | lp_bld_depth.c | 733 z_src = lp_build_clamped_float_to_unsigned_norm(gallivm, in lp_build_depth_stencil_test()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.h | 51 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm,
|
D | lp_bld_conv.c | 152 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm, in lp_build_clamped_float_to_unsigned_norm() function 549 tmp[i] = lp_build_clamped_float_to_unsigned_norm(gallivm, in lp_build_conv()
|