Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvqavideo.c209 if (dest_index + count > dest_size) { \
212 dest_index, count, dest_size); \
228 int dest_index = 0; in decode_format80() local
249 if (dest_index >= dest_size) { in decode_format80()
251 dest_index, dest_size); in decode_format80()
263 dest[dest_index + i] = dest[src_pos + i]; in decode_format80()
264 dest_index += count; in decode_format80()
272 memset(&dest[dest_index], color, count); in decode_format80()
273 dest_index += count; in decode_format80()
283 dest[dest_index + i] = dest[src_pos + i]; in decode_format80()
[all …]
/third_party/mesa3d/src/imagination/rogue/
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/
Detnaviv_compiler_nir_ra.c219 ra_set_node_reg(g, live_map[dest_index(impl, dest)], reg); in etna_ra_assign()
Detnaviv_compiler_nir_liveness.c138 unsigned idx = dest_index(impl, dest); in etna_live_defs()
Detnaviv_compiler_nir.h92 dest_index(nir_function_impl *impl, nir_dest *dest) in dest_index() function
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/gstreamer/gstplugins_good/ext/aalib/
Dgstaatv.c232 guint dest_index = 0; in gst_aatv_render() local
309 dest[dest_index++] = *pixel_argb; in gst_aatv_render()
/third_party/mesa3d/src/microsoft/compiler/
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/
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()