Home
last modified time | relevance | path

Searched refs:lp_const_scale (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c112 lp_const_scale(struct lp_type type) in lp_const_scale() function
218 double scale = lp_const_scale(type); in lp_const_eps()
312 double dscale = lp_const_scale(type); in lp_build_const_elem()
Dlp_bld_const.h62 lp_const_scale(struct lp_type type);
Dlp_bld_conv.c604 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); in lp_build_conv()
715 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); in lp_build_conv()
836 double dst_scale = lp_const_scale(dst_type); in lp_build_conv()
947 double src_scale = lp_const_scale(src_type); in lp_build_conv()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c62 double scale = lp_const_scale(type); in read_elem()
145 double scale = lp_const_scale(type); in write_elem()