Home
last modified time | relevance | path

Searched refs:dest_index (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvqavideo.c219 if (dest_index + count > dest_size) { \
220 av_log(s->avctx, AV_LOG_ERROR, "decode_format80 problem: next op would overflow dest_index\n"); \
221 av_log(s->avctx, AV_LOG_ERROR, "current dest_index = %d, count = %d, dest_size = %d\n", \
222 dest_index, count, dest_size); \
228 av_log(s->avctx, AV_LOG_ERROR, "decode_format80 problem: next op would overflow dest_index\n"); \
238 int dest_index = 0; in decode_format80() local
267 if (dest_index >= dest_size) { in decode_format80()
268 av_log(s->avctx, AV_LOG_ERROR, "decode_format80 problem: dest_index (%d) exceeded dest_size (%d)\n", in decode_format80()
269 dest_index, dest_size); in decode_format80()
278 src_pos = dest_index in decode_format80()
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue.c147 setup_alu_dest(struct rogue_instr *instr, size_t dest_index, nir_alu_instr *alu) in setup_alu_dest() argument
149 assert(dest_index == 0); in setup_alu_dest()
159 CHECK(rogue_instr_set_operand_vreg(instr, dest_index, nir_dest_reg)); in setup_alu_dest()
163 dest_index, in setup_alu_dest()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_ra.c219 ra_set_node_reg(g, live_map[dest_index(impl, dest)], reg); in etna_ra_assign()
H A Detnaviv_compiler_nir_liveness.c138 unsigned idx = dest_index(impl, dest); in etna_live_defs()
H A Detnaviv_compiler_nir.h92 dest_index(nir_function_impl *impl, nir_dest *dest) in dest_index() function
H A Detnaviv_compiler_nir.c447 unsigned r = ra_get_node_reg(c->g, c->live_map[dest_index(c->impl, dest)]); in ra_dest()
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc148 int32_t dest_index = 0; in ToUpperWithSharpS() local
152 result->SeqOneByteStringSet(dest_index++, 'S'); in ToUpperWithSharpS()
153 result->SeqOneByteStringSet(dest_index++, 'S'); in ToUpperWithSharpS()
155 result->SeqOneByteStringSet(dest_index++, ToLatin1Upper(ch)); in ToUpperWithSharpS()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c483 unsigned dest_index = i * 32 / bit_size; in lower_32b_offset_load() local
484 extract_comps_from_vec32(b, vec32, bit_size, &comps[dest_index], num_dest_comps); in lower_32b_offset_load()
/third_party/cups-filters/utils/
H A Dcups-browsed.c6161 int dest_index = 0; in on_job_state() local
6384 dest_index = i; in on_job_state()
6407 dest_index = i; in on_job_state()
6599 q->last_printer = dest_index; in on_job_state()

Completed in 31 milliseconds