Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_nir_lower_multiview.c54 nir_ssa_def *orig_src = intrin->src[1].ssa; in lower_multiview_mask() local
63 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/
Dbrw_vec4_visitor.cpp1115 dst_reg temp, src_reg orig_src, in emit_scratch_read() argument
1118 assert(orig_src.offset % REG_SIZE == 0); in emit_scratch_read()
1119 int reg_offset = base_offset + orig_src.offset / REG_SIZE; in emit_scratch_read()
1120 src_reg index = get_scratch_offset(block, inst, orig_src.reladdr, in emit_scratch_read()
1123 if (type_sz(orig_src.type) < 8) { in emit_scratch_read()
1129 index = get_scratch_offset(block, inst, orig_src.reladdr, reg_offset + 1); in emit_scratch_read()
Dbrw_vec4.h269 src_reg orig_src,
/third_party/ffmpeg/libavcodec/
Dflashsv.c76 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/
Dtgsi_lowering.c87 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()