Searched refs:resh (Results 1 - 3 of 3) 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() 127 *resh = zero; in lp_build_mul_norm_expand() 140 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh); in lp_build_mul_norm_expand() 267 LLVMValueRef resl, resh; in lp_build_blend() local 303 resh = lp_build_blend_func(&bldw, func, src_termh, dst_termh); 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/node/deps/npm/node_modules/http-cache-semantics/ |
H A D | index.js | 482 this._resHeaders = obj.resh; 500 resh: this._resHeaders,
|
/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 1454 resh = lp_build_lerp_simple(&wide_bld, xh, v0h, v1h, flags); in lp_build_lerp() 1456 res = lp_build_pack2_native(bld->gallivm, wide_type, type, resl, resh); in lp_build_lerp()
|
Completed in 7 milliseconds