Searched refs:v1l (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 1561 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; local in function:lp_build_lerp 1578 lp_build_unpack2_native(bld->gallivm, type, wide_type, v1, &v1l, &v1h); 1586 resl = lp_build_lerp_simple(&wide_bld, xl, v0l, v1l, flags);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 1452 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; local in function:lp_build_lerp 1469 lp_build_unpack2_native(bld->gallivm, type, wide_type, v1, &v1l, &v1h); 1477 resl = lp_build_lerp_simple(&wide_bld, xl, v0l, v1l, flags);
|
Completed in 109 milliseconds