Searched refs:lp_const_scale (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_const.h | 62 lp_const_scale(struct lp_type type);
|
| H A D | lp_bld_const.c | 77 * Same as lp_const_scale(), but in terms of shifts. 112 lp_const_scale(struct lp_type type) function in typeref:typename:double 218 double scale = lp_const_scale(type); 312 double dscale = lp_const_scale(type);
|
| H A D | lp_bld_conv.c | 604 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); 715 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); 836 double dst_scale = lp_const_scale(dst_type); 947 double src_scale = lp_const_scale(src_type);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_const.c | 77 * Same as lp_const_scale(), but in terms of shifts. 112 lp_const_scale(struct lp_type type) function in typeref:typename:double 218 double scale = lp_const_scale(type); 312 double dscale = lp_const_scale(type);
|
| H A D | lp_bld_const.h | 62 lp_const_scale(struct lp_type type);
|
| H A D | lp_bld_conv.c | 632 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); 745 const_scale = lp_build_const_vec(gallivm, src_type, lp_const_scale(dst_type)); 866 double dst_scale = lp_const_scale(dst_type); 977 double src_scale = lp_const_scale(src_type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_main.c | 62 double scale = lp_const_scale(type); 145 double scale = lp_const_scale(type);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_main.c | 62 double scale = lp_const_scale(type); 145 double scale = lp_const_scale(type);
|
Completed in 8 milliseconds