Home
last modified time | relevance | path

Searched refs:pred_list (Results 1 – 25 of 77) sorted by relevance

1234

/dports/multimedia/jmref/JM/lencod/src/
H A Dwp_mcprec.c116 int pred_list; in wpxModifyRefPicList() local
183 for ( pred_list = 0; pred_list < (1 + ( currSlice->slice_type == B_SLICE ? 1 : 0 )); pred_list++ ) in wpxModifyRefPicList()
185 if ( pred_list == LIST_0 ) in wpxModifyRefPicList()
203 cloned_refs = p_Vid->pWPX->num_wp_ref_list[pred_list] = 2; in wpxModifyRefPicList()
206 p_Vid->pWPX->wp_ref_list[pred_list][j].PicNum = list_order[0]; in wpxModifyRefPicList()
211 p_Vid->pWPX->wp_ref_list[pred_list][j].PicNum = list_order[j - (cloned_refs - 1)]; in wpxModifyRefPicList()
212 p_Vid->pWPX->num_wp_ref_list[pred_list]++; in wpxModifyRefPicList()
217 cloned_refs = p_Vid->pWPX->num_wp_ref_list[pred_list] = 3; in wpxModifyRefPicList()
220 p_Vid->pWPX->wp_ref_list[pred_list][j].PicNum = list_order[0]; in wpxModifyRefPicList()
226 p_Vid->pWPX->num_wp_ref_list[pred_list]++; in wpxModifyRefPicList()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
320 struct list_head pred_list; member
426 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
444 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
449 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
457 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
459 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
682 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
684 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
693 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head pred_list; member
315 struct list_head pred_list; member
413 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
431 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
446 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
669 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
671 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
680 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/lima/ir/pp/
H A Dppir.h170 struct list_head pred_list; member
361 struct list_head pred_list; member
462 return list_is_empty(&node->pred_list); in ppir_node_is_leaf()
480 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
485 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; in ppir_node_first_pred()
493 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link)
495 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link)
720 list_for_each_entry(ppir_dep, dep, &instr->pred_list, pred_link)
722 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
731 return list_is_empty(&instr->pred_list); in ppir_instr_is_leaf()
/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dcfg.c460 if (!bb->pred_list) { in build_cfg()
533 const Edge *pred = to->pred_list; in blocks_are_connected()
576 e->pred_next = to->pred_list; in bb_add_edge()
579 to->pred_list = from->succ_list = e; in bb_add_edge()
619 if (edge->to->pred_list == edge) { in bb_remove_edge()
620 edge->to->pred_list = edge->pred_next; in bb_remove_edge()
741 if (unit->bb_list[i]->pred_list) { in compute_dominators()
785 for (edge = unit->bb_list[j]->pred_list; in compute_dominators()
871 const Edge *edge = unit->bb_list[b]->pred_list; in compute_dominance_frontiers()
1097 for (edge = unit->bb_list[loop_info->header]->pred_list; in natural_preheader()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h165 struct list_head pred_list; member
452 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
454 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
463 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h164 struct list_head pred_list; member
451 list_for_each_entry(gpir_dep, dep, &node->pred_list, pred_link)
453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
462 return list_is_empty(&node->pred_list); in gpir_node_is_leaf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Ddominator_tree.cpp182 BasicBlockListTy& pred_list = predecessors_[&bb]; in CreateSuccessorMap() local
185 [this, &pred_list, &bb, in CreateSuccessorMap()
191 pred_list.push_back(succ); in CreateSuccessorMap()

1234