Searched refs:orig_src (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_nir_lower_multiview.c | 51 nir_ssa_def *orig_src = intrin->src[1].ssa; in lower_multiview_mask() local 60 nir_ssa_def *src = nir_bcsel(&b, cmp, orig_src, nir_imm_float(&b, 0.)); in lower_multiview_mask()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 1372 dst_reg temp, src_reg orig_src, in emit_scratch_read() argument 1375 assert(orig_src.offset % REG_SIZE == 0); in emit_scratch_read() 1376 int reg_offset = base_offset + orig_src.offset / REG_SIZE; in emit_scratch_read() 1377 src_reg index = get_scratch_offset(block, inst, orig_src.reladdr, in emit_scratch_read() 1380 if (type_sz(orig_src.type) < 8) { in emit_scratch_read() 1386 index = get_scratch_offset(block, inst, orig_src.reladdr, reg_offset + 1); in emit_scratch_read() 1600 dst_reg temp, src_reg orig_src, in emit_pull_constant_load() argument 1603 assert(orig_src.offset % 16 == 0); in emit_pull_constant_load() 1612 bool is_64bit = type_sz(orig_src.type) == 8; in emit_pull_constant_load() 1619 src_reg src = orig_src; in emit_pull_constant_load()
|
D | brw_vec4.h | 291 src_reg orig_src, 297 src_reg orig_src,
|
/third_party/libnl/lib/netfilter/ |
D | ct_obj.c | 136 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; in ct_dump_tuples() local 140 orig_src = nfnl_ct_get_src(ct, 0); in ct_dump_tuples() 157 if (orig_src && orig_dst && reply_src && reply_dst && in ct_dump_tuples() 159 !nl_addr_cmp(orig_src, reply_dst) && in ct_dump_tuples() 163 dump_addr(p, orig_src, orig_sport); in ct_dump_tuples()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_yuv.c | 81 const struct tgsi_full_src_register *orig_src, in reg_src() argument 85 get_swiz(swiz, &orig_src->Register); in reg_src() 86 *src = *orig_src; in reg_src()
|
/third_party/ffmpeg/libavcodec/ |
D | flashsv.c | 76 const uint8_t *orig_src = sptr; in decode_hybrid() local 101 return sptr - orig_src; in decode_hybrid()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 87 const struct tgsi_full_src_register *orig_src, in reg_src() argument 91 get_swiz(swiz, &orig_src->Register); in reg_src() 92 *src = *orig_src; in reg_src()
|