Searched refs:dest_index (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vqavideo.c | 209 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/ |
D | rogue.c | 147 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/ |
D | etnaviv_compiler_nir_ra.c | 219 ra_set_node_reg(g, live_map[dest_index(impl, dest)], reg); in etna_ra_assign()
|
D | etnaviv_compiler_nir_liveness.c | 138 unsigned idx = dest_index(impl, dest); in etna_live_defs()
|
D | etnaviv_compiler_nir.h | 92 dest_index(nir_function_impl *impl, nir_dest *dest) in dest_index() function
|
D | etnaviv_compiler_nir.c | 447 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/ |
D | gstaatv.c | 232 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/ |
D | dxil_nir.c | 483 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/ |
D | cups-browsed.c | 6161 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()
|