Searched refs:src_scale (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c947 double src_scale = lp_const_scale(src_type); local in function:lp_build_conv
966 if (src_scale != 1.0) {
967 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, 1.0/src_scale);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c977 double src_scale = lp_const_scale(src_type); local in function:lp_build_conv
996 if (src_scale != 1.0) {
997 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, 1.0/src_scale);

Completed in 4 milliseconds