Searched refs:resl (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.c | 110 LLVMValueRef *resl, LLVMValueRef *resh, 125 *resl = zero; 138 *resl = lp_build_mul_norm(bld->gallivm, wide_type, al, bl); 266 LLVMValueRef resl, resh; local in function:lp_build_blend 301 resl = lp_build_blend_func(&bldw, func, src_terml, dst_terml); 310 return lp_build_pack2_native(bld->gallivm, wide_type, bld->type, resl, resh); 108 lp_build_mul_norm_expand(struct lp_build_context * bld,LLVMValueRef a,LLVMValueRef b,LLVMValueRef * resl,LLVMValueRef * resh,boolean signedness_differs) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.c | 110 LLVMValueRef *resl, LLVMValueRef *resh, 125 *resl = zero; 138 *resl = lp_build_mul_norm(bld->gallivm, wide_type, al, bl); 266 LLVMValueRef resl, resh; local in function:lp_build_blend 301 resl = lp_build_blend_func(&bldw, func, src_terml, dst_terml); 310 return lp_build_pack2_native(bld->gallivm, wide_type, bld->type, resl, resh); 108 lp_build_mul_norm_expand(struct lp_build_context * bld,LLVMValueRef a,LLVMValueRef b,LLVMValueRef * resl,LLVMValueRef * resh,boolean signedness_differs) argument
|
| /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 1586 resl = lp_build_lerp_simple(&wide_bld, xl, v0l, v1l, flags); 1589 res = lp_build_pack2_native(bld->gallivm, wide_type, type, resl, resh);
|
| /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 1477 resl = lp_build_lerp_simple(&wide_bld, xl, v0l, v1l, flags); 1480 res = lp_build_pack2_native(bld->gallivm, wide_type, type, resl, resh);
|
Completed in 19 milliseconds