Searched refs:resl (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend.c | 111 LLVMValueRef *resl, LLVMValueRef *resh, in lp_build_mul_norm_expand() 126 *resl = zero; in lp_build_mul_norm_expand() 139 *resl = lp_build_mul_norm(bld->gallivm, wide_type, al, bl); in lp_build_mul_norm_expand() 267 LLVMValueRef resl, resh; in lp_build_blend() local 302 resl = lp_build_blend_func(&bldw, func, src_terml, dst_terml); in lp_build_blend() 311 return lp_build_pack2_native(bld->gallivm, wide_type, bld->type, resl, resh); in lp_build_blend() 109 lp_build_mul_norm_expand(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b, LLVMValueRef *resl, LLVMValueRef *resh, boolean signedness_differs) lp_build_mul_norm_expand() argument
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_video.c | 505 res->resl = 0; in uvc_video_tran_nocp() 668 j = (reserve->resl > NOCP_RESERVE_MAX) ? NOCP_RESERVE_MAX : reserve->resl; in uvc_nocp_continue() 692 reserve->resl = res; in uvc_nocp_continue() 706 reserve->resl = j; in uvc_nocp_continue()
|
H A D | f_uvc.h | 759 uint32_t resl; /* reserved data length */ member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 1428 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; in lp_build_lerp() local 1453 resl = lp_build_lerp_simple(&wide_bld, xl, v0l, v1l, flags); in lp_build_lerp() 1456 res = lp_build_pack2_native(bld->gallivm, wide_type, type, resl, resh); in lp_build_lerp()
|
Completed in 9 milliseconds