Searched refs:list_for_each_entry_safe_rev (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | optimize.c | 166 list_for_each_entry_safe_rev(gpir_node, node, &block->node_list, list) { in dead_code_eliminate()
|
D | scheduler.c | 1077 list_for_each_entry_safe_rev(gpir_node, node, &ctx->ready_list, list) { in try_spill_nodes() 1105 list_for_each_entry_safe_rev(gpir_node, node, &ctx->ready_list, list) { in try_spill_nodes()
|
/third_party/mesa3d/src/util/ |
D | vma.c | 43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
|
D | list.h | 259 #define list_for_each_entry_safe_rev(type, pos, head, member) \ macro
|
/third_party/mesa3d/src/imagination/ |
D | .clang-format | 214 'list_for_each_entry_safe_rev',
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compiler.h | 496 list_for_each_entry_safe_rev(agx_instr, v, &(block)->instructions, link)
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | compiler.h | 380 list_for_each_entry_safe_rev(struct midgard_instruction, v, &block->base.instructions, link)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 973 list_for_each_entry_safe_rev(bi_instr, v, &(block)->instructions, link)
|