Searched refs:part_idx (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 121 const char *name, unsigned part_idx) in find_symbol() argument 124 if ((symbol->part_idx == ~0u || symbol->part_idx == part_idx) && !strcmp(name, symbol->name)) in find_symbol() 176 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols() argument 194 struct ac_rtld_part *part = &binary->parts[part_idx]; in read_private_lds_symbols() 219 s.part_idx = part_idx; in read_private_lds_symbols() 227 const struct ac_rtld_symbol *shared = find_symbol(&binary->lds_symbols, s.name, part_idx); in read_private_lds_symbols() 296 symbol->part_idx = ~0u; in ac_rtld_open() 322 for (unsigned part_idx = 0; part_idx < i.num_parts; ++part_idx) { in ac_rtld_open() local 323 struct ac_rtld_part *part = &binary->parts[part_idx]; in ac_rtld_open() 327 part->elf = elf_memory((char *)i.elf_ptrs[part_idx], i.elf_sizes[part_idx]); in ac_rtld_open() [all …]
|
D | ac_rtld.h | 48 unsigned part_idx; /* shader part in which this symbol appears */ member
|
/third_party/libuv/src/unix/ |
D | linux-core.c | 343 unsigned int part_idx; in read_models() local 353 (void) &part_idx; in read_models() 361 part_idx = 0; in read_models() 464 for (part_idx = 0; part_idx < ARRAY_SIZE(arm_chips); part_idx++) { in read_models() 465 if (model_id == arm_chips[part_idx].id) { in read_models() 466 model = uv__strdup(arm_chips[part_idx].name); in read_models()
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_mvs.c | 288 int singleMCLFlag, int part_idx, in derive_spatial_merge_candidates() argument 334 if (!singleMCLFlag && part_idx == 1 && in derive_spatial_merge_candidates() 350 if (!singleMCLFlag && part_idx == 1 && in derive_spatial_merge_candidates() 480 int nPbH, int log2_cb_size, int part_idx, in ff_hevc_luma_mv_merge_mode() argument 496 part_idx = 0; in ff_hevc_luma_mv_merge_mode() 501 singleMCLFlag, part_idx, in ff_hevc_luma_mv_merge_mode() 583 int nPbH, int log2_cb_size, int part_idx, in ff_hevc_luma_mv_mvp_mode() argument
|
D | hevcdec.h | 669 int part_idx, int merge_idx, MvField *mv); 672 int part_idx, int merge_idx,
|
D | vp8.c | 920 int part_idx; in decode_splitmvs() local 939 part_idx = VP8_SPLITMVMODE_16x8 + vp56_rac_get_prob(c, vp8_mbsplit_prob[2]); in decode_splitmvs() 941 part_idx = VP8_SPLITMVMODE_8x8; in decode_splitmvs() 943 part_idx = VP8_SPLITMVMODE_4x4; in decode_splitmvs() 946 num = vp8_mbsplit_count[part_idx]; in decode_splitmvs() 947 mbsplits_cur = vp8_mbsplits[part_idx], in decode_splitmvs() 948 firstidx = vp8_mbfirstidx[part_idx]; in decode_splitmvs() 949 mb->partitioning = part_idx; in decode_splitmvs()
|
D | hevcdec.c | 1798 int nPbH, int log2_cb_size, int part_idx, in hevc_luma_mv_mvp_mode() argument 1818 part_idx, merge_idx, mv, mvp_flag, 0); in hevc_luma_mv_mvp_mode() 1836 part_idx, merge_idx, mv, mvp_flag, 1); in hevc_luma_mv_mvp_mode()
|