/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | liveness.c | 195 list_for_each_entry_rev(ppir_block, block, &comp->block_list, list) { in ppir_liveness_compute_live_sets() 202 list_for_each_entry_rev(ppir_instr, instr, &block->instr_list, list) { in ppir_liveness_compute_live_sets()
|
D | nir.c | 848 list_for_each_entry_rev(ppir_node, node, &block->node_list, list) { in ppir_add_ordering_deps() 888 list_for_each_entry_rev(ppir_node, node, &block->node_list, list) { in ppir_add_write_after_read_deps()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | regalloc.c | 91 list_for_each_entry_rev(gpir_node, node, &block->node_list, list) { in propagate_liveness_block() 118 list_for_each_entry_rev(gpir_block, block, &ctx->comp->block_list, list) { in calc_liveness() 218 list_for_each_entry_rev(gpir_node, node, &block->node_list, list) { in calc_interference() 527 list_for_each_entry_rev(gpir_node, node, &block->node_list, list) { in regalloc_value_regs()
|
D | optimize.c | 120 list_for_each_entry_rev(gpir_node, node, &block->node_list, list) { in optimize_not()
|
D | reduce_scheduler.c | 215 list_for_each_entry_rev(gpir_node, node, &block->node_list, list) { in add_false_dependencies()
|
D | scheduler.c | 1469 list_for_each_entry_rev(gpir_node, node, &ctx->ready_list, list) { in sched_move()
|
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_shader.h | 58 list_for_each_entry_rev (struct rogue_instr, __instr, __list, node)
|
/third_party/mesa3d/src/freedreno/ |
D | .clang-format | 32 - list_for_each_entry_rev
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | .clang-format | 32 - list_for_each_entry_rev
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compiler.h | 478 list_for_each_entry_rev(agx_block, v, &ctx->blocks, link) 490 list_for_each_entry_rev(agx_instr, v, &(block)->instructions, link)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 955 list_for_each_entry_rev(bi_block, v, &ctx->blocks, link) 967 list_for_each_entry_rev(bi_instr, v, &(block)->instructions, link) 985 list_for_each_entry_rev(bi_clause, v, &(block)->clauses, link)
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_ir.h | 409 list_for_each_entry_rev(struct pan_instruction, v, &block->instructions, link)
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 840 list_for_each_entry_rev(struct qblock, block, &c->blocks, link) 853 list_for_each_entry_rev(struct qinst, inst, &block->instructions, link)
|
D | vc4_qir_schedule.c | 401 list_for_each_entry_rev(struct schedule_node, n, schedule_list, link) { in calculate_reverse_deps()
|
D | vc4_qpu_schedule.c | 438 list_for_each_entry_rev(struct schedule_node, node, schedule_list, in calculate_reverse_deps()
|
/third_party/mesa3d/src/imagination/ |
D | .clang-format | 212 'list_for_each_entry_rev',
|
/third_party/mesa3d/src/util/ |
D | list.h | 251 #define list_for_each_entry_rev(type, pos, head, member) \ macro
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 1489 list_for_each_entry_rev(struct qblock, block, &c->blocks, link) 1502 list_for_each_entry_rev(struct qinst, inst, &block->instructions, link)
|
D | qpu_schedule.c | 477 list_for_each_entry_rev(struct schedule_node, node, schedule_list, in calculate_reverse_deps()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | compiler.h | 374 list_for_each_entry_rev(struct midgard_instruction, v, &block->base.instructions, link)
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1680 list_for_each_entry_rev (struct ir3_instruction, __instr, __list, node) 1693 list_for_each_entry_rev (struct ir3_block, __block, __list, node)
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_goto_ifs.c | 770 list_for_each_entry_rev(struct strct_lvl, level, levels, link) { in organize_levels()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 1422 - v3d: Reuse list_for_each_entry_rev(). 1423 - vc4: Reuse list_for_each_entry_rev().
|