Home
last modified time | relevance | path

Searched refs:orig_src (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp1477 dst_reg temp, src_reg orig_src, in emit_scratch_read() argument
1480 assert(orig_src.offset % REG_SIZE == 0); in emit_scratch_read()
1481 int reg_offset = base_offset + orig_src.offset / REG_SIZE; in emit_scratch_read()
1482 src_reg index = get_scratch_offset(block, inst, orig_src.reladdr, in emit_scratch_read()
1485 if (type_sz(orig_src.type) < 8) { in emit_scratch_read()
1491 index = get_scratch_offset(block, inst, orig_src.reladdr, reg_offset + 1); in emit_scratch_read()
1705 dst_reg temp, src_reg orig_src, in emit_pull_constant_load() argument
1708 assert(orig_src.offset % 16 == 0); in emit_pull_constant_load()
1717 bool is_64bit = type_sz(orig_src.type) == 8; in emit_pull_constant_load()
1724 src_reg src = orig_src; in emit_pull_constant_load()
Dbrw_vec4.h295 src_reg orig_src,
301 src_reg orig_src,
/external/libnl/lib/netfilter/
Dct_obj.c135 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; in ct_dump_tuples() local
139 orig_src = nfnl_ct_get_src(ct, 0); in ct_dump_tuples()
156 if (orig_src && orig_dst && reply_src && reply_dst && in ct_dump_tuples()
158 !nl_addr_cmp(orig_src, reply_dst) && in ct_dump_tuples()
162 dump_addr(p, orig_src, orig_sport); in ct_dump_tuples()
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c82 const struct tgsi_full_src_register *orig_src, in reg_src() argument
86 get_swiz(swiz, &orig_src->Register); in reg_src()
87 *src = *orig_src; in reg_src()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c86 const struct tgsi_full_src_register *orig_src, in reg_src() argument
90 get_swiz(swiz, &orig_src->Register); in reg_src()
91 *src = *orig_src; in reg_src()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1656 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore() argument
1659 x->plane[0].src = orig_src; in mi_buf_restore()
1934 const struct buf_2d orig_src = x->plane[0].src; in rd_pick_best_sub8x8_mode() local
2029 mi_buf_restore(x, orig_src, orig_pre); in rd_pick_best_sub8x8_mode()
2052 mi_buf_restore(x, orig_src, orig_pre); in rd_pick_best_sub8x8_mode()
Dvp9_pickmode.c2365 const struct buf_2d orig_src = p->src; in vp9_pick_inter_mode_sub8x8() local
2479 p->src = orig_src; in vp9_pick_inter_mode_sub8x8()