Searched refs:dest_index (Results 1 – 7 of 7) 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/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 | 445 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 | 459 unsigned dest_index = i * 32 / bit_size; in lower_32b_offset_load() local 460 extract_comps_from_vec32(b, vec32, bit_size, &comps[dest_index], num_dest_comps); in lower_32b_offset_load()
|