Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1473 dst_reg temp, src_reg orig_src, in emit_scratch_read() argument
1476 assert(orig_src.offset % REG_SIZE == 0); in emit_scratch_read()
1477 int reg_offset = base_offset + orig_src.offset / REG_SIZE; in emit_scratch_read()
1478 src_reg index = get_scratch_offset(block, inst, orig_src.reladdr, in emit_scratch_read()
1481 if (type_sz(orig_src.type) < 8) { in emit_scratch_read()
1487 index = get_scratch_offset(block, inst, orig_src.reladdr, reg_offset + 1); in emit_scratch_read()
1701 dst_reg temp, src_reg orig_src, in emit_pull_constant_load() argument
1704 assert(orig_src.offset % 16 == 0); in emit_pull_constant_load()
1713 bool is_64bit = type_sz(orig_src.type) == 8; in emit_pull_constant_load()
1720 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.c1648 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, in mi_buf_restore() argument
1651 x->plane[0].src = orig_src; in mi_buf_restore()
1928 const struct buf_2d orig_src = x->plane[0].src; in rd_pick_best_sub8x8_mode() local
2026 mi_buf_restore(x, orig_src, orig_pre); in rd_pick_best_sub8x8_mode()
2049 mi_buf_restore(x, orig_src, orig_pre); in rd_pick_best_sub8x8_mode()
Dvp9_pickmode.c2704 const struct buf_2d orig_src = p->src; in vp9_pick_inter_mode_sub8x8() local
2819 p->src = orig_src; in vp9_pick_inter_mode_sub8x8()