Home
last modified time | relevance | path

Searched refs:orig_dst (Results 1 – 13 of 13) sorted by relevance

/external/pixman/test/
Dalphamap.c151 pixman_image_t *src, *dst, *orig_dst, *alpha, *orig_alpha; in run_test() local
175 orig_dst = make_image (df); in run_test()
177 pixman_image_composite (PIXMAN_OP_SRC, orig_dst, NULL, dst, in run_test()
188 pixman_image_set_alpha_map (orig_dst, orig_alpha, doff, doff); in run_test()
219 oda = get_alpha (orig_dst, k, j, doff, doff); in run_test()
249 odr = get_red (orig_dst, k, j, doff, doff); in run_test()
277 pixman_image_set_alpha_map (orig_dst, NULL, 0, 0); in run_test()
281 pixman_image_unref (orig_dst); in run_test()
/external/chromium_org/third_party/icu/source/common/
Duinvchar.c542 uint8_t *orig_dst = dst; in uprv_aestrncpy() local
557 return orig_dst; in uprv_aestrncpy()
563 uint8_t *orig_dst = dst; in uprv_eastrncpy() local
582 return orig_dst; in uprv_eastrncpy()
/external/icu/icu4c/source/common/
Duinvchar.c569 uint8_t *orig_dst = dst; in uprv_aestrncpy() local
584 return orig_dst; in uprv_aestrncpy()
590 uint8_t *orig_dst = dst; in uprv_eastrncpy() local
609 return orig_dst; in uprv_eastrncpy()
/external/tcpdump/missing/
Dinet_ntop.c70 const char *orig_dst = dst; in inet_ntop_v4() local
95 return orig_dst; in inet_ntop_v4()
/external/libnl/lib/netfilter/
Dct_obj.c133 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; in ct_dump_tuples() local
138 orig_dst = nfnl_ct_get_dst(ct, 0); in ct_dump_tuples()
154 if (orig_src && orig_dst && reply_src && reply_dst && in ct_dump_tuples()
157 !nl_addr_cmp(orig_dst, reply_src)) in ct_dump_tuples()
162 dump_addr(p, orig_dst, orig_dport); in ct_dump_tuples()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_rdopt.c2573 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf()
2577 xd->plane[i].dst.buf = orig_dst[i]; in restore_dst_buf()
2614 uint8_t *orig_dst[MAX_MB_PLANE]; in handle_inter_mode() local
2673 orig_dst[i] = xd->plane[i].dst.buf; in handle_inter_mode()
2731 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2757 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2776 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2806 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2905 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2920 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2678 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf()
2682 xd->plane[i].dst.buf = orig_dst[i]; in restore_dst_buf()
2719 uint8_t *orig_dst[MAX_MB_PLANE]; in handle_inter_mode() local
2778 orig_dst[i] = xd->plane[i].dst.buf; in handle_inter_mode()
2837 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2863 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2882 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2912 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
3011 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
3026 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp756 fs_reg orig_dst; in emit_texture_gen4() local
866 orig_dst = dst; in emit_texture_gen4()
901 emit(BRW_OPCODE_MOV, orig_dst, dst); in emit_texture_gen4()
902 orig_dst.reg_offset++; in emit_texture_gen4()
Dbrw_vec4.h430 dst_reg orig_dst,
Dbrw_vec4_visitor.cpp2475 src_reg temp, dst_reg orig_dst, in emit_scratch_write() argument
2478 int reg_offset = base_offset + orig_dst.reg_offset; in emit_scratch_write()
2479 src_reg index = get_scratch_offset(inst, orig_dst.reladdr, reg_offset); in emit_scratch_write()
2482 orig_dst.writemask)); in emit_scratch_write()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp756 fs_reg orig_dst; in emit_texture_gen4() local
866 orig_dst = dst; in emit_texture_gen4()
901 emit(BRW_OPCODE_MOV, orig_dst, dst); in emit_texture_gen4()
902 orig_dst.reg_offset++; in emit_texture_gen4()
Dbrw_vec4.h430 dst_reg orig_dst,
Dbrw_vec4_visitor.cpp2475 src_reg temp, dst_reg orig_dst, in emit_scratch_write() argument
2478 int reg_offset = base_offset + orig_dst.reg_offset; in emit_scratch_write()
2479 src_reg index = get_scratch_offset(inst, orig_dst.reladdr, reg_offset); in emit_scratch_write()
2482 orig_dst.writemask)); in emit_scratch_write()