| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | eglcommon.h | 17 reshape_func resh,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.c | 110 LLVMValueRef *resl, LLVMValueRef *resh, 126 *resh = zero; 139 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh); 266 LLVMValueRef resl, resh; local in function:lp_build_blend 302 resh = lp_build_blend_func(&bldw, func, src_termh, dst_termh); 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, 126 *resh = zero; 139 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh); 266 LLVMValueRef resl, resh; local in function:lp_build_blend 302 resh = lp_build_blend_func(&bldw, func, src_termh, dst_termh); 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 1587 resh = lp_build_lerp_simple(&wide_bld, xh, v0h, v1h, 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 1478 resh = lp_build_lerp_simple(&wide_bld, xh, v0h, v1h, flags); 1480 res = lp_build_pack2_native(bld->gallivm, wide_type, type, resl, resh);
|