Home
last modified time | relevance | path

Searched refs:new_dst (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dflacdsp.c44 static void check_decorrelate(uint8_t **ref_dst, uint8_t **ref_src, uint8_t **new_dst, uint8_t **new_src, in check_decorrelate() argument
50 call_new(new_dst, (int32_t **)new_src, channels, BUF_SIZE / sizeof(int32_t), 8); in check_decorrelate()
51 if (memcmp(*ref_dst, *new_dst, bits == 16 ? BUF_SIZE * (channels/2) : BUF_SIZE * channels) || in check_decorrelate()
54 bench_new(new_dst, (int32_t **)new_src, channels, BUF_SIZE / sizeof(int32_t), 8); in check_decorrelate()
61 LOCAL_ALIGNED_16(uint8_t, new_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp()
82 check_decorrelate(&ref_dst, ref_src, &new_dst, new_src, 2, fmts[i].bits); in checkasm_check_flacdsp()
86 check_decorrelate(&ref_dst, ref_src, &new_dst, new_src, j, fmts[i].bits); in checkasm_check_flacdsp()
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_load_store_bitsize.c164 nir_ssa_def *new_dst = nir_vec(b, dest_components, num_comp); in lower_load_bitsize() local
165 nir_ssa_def_rewrite_uses(&intr->dest.ssa, new_dst); in lower_load_bitsize()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y168 static struct ir3_register * new_dst(int num, unsigned flags)
182 return new_dst(0, 0);
883 new_dst((61 << 3) + 2, IR3_REG_HALF);
890 new_dst((61 << 3), IR3_REG_HALF);
1139 cat6_prefetch: T_OP_PREFETCH { new_instr(OPC_PREFETCH); new_dst(0,0); /* dummy dst */ } 'g' '[' src cat6_offset ']' ',' cat6_immed
1288 dst: T_REGISTER { $$ = new_dst($1, 0); }
1289 | T_A0 { $$ = new_dst((61 << 3), IR3_REG_HALF); }
1290 | T_A1 { $$ = new_dst((61 << 3) + 1, IR3_REG_HALF); }
1291 | T_P0 { $$ = new_dst((62 << 3) + $1, 0); }
1347 relative_gpr_dst: 'r' '<' T_A0 offset '>' { new_dst(
[all...]

Completed in 3 milliseconds