Searched refs:list_for_each_entry_from_rev (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/freedreno/ |
D | .clang-format | 35 - list_for_each_entry_from_rev
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | .clang-format | 35 - list_for_each_entry_from_rev
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compiler.h | 461 list_for_each_entry_from_rev(agx_block, v, from, &ctx->blocks, link) 479 list_for_each_entry_from_rev(agx_instr, v, from, &(block)->instructions, link)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 762 list_for_each_entry_from_rev(bi_block, v, from, &ctx->blocks, link) 780 list_for_each_entry_from_rev(bi_instr, v, from, &(block)->instructions, link) 795 list_for_each_entry_from_rev(bi_clause, v, from, &(block)->clauses, link)
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_opt_dead_code.c | 130 list_for_each_entry_from_rev(struct qinst, scan_inst, inst->link.prev, in check_first_ldunifa()
|
D | vir.c | 1891 list_for_each_entry_from_rev(struct qinst, inst, c->cursor.link->prev, in try_opt_ldunif()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_delay.c | 316 list_for_each_entry_from_rev (struct ir3_instruction, assigner, start_list, in delay_calc_postra()
|
/third_party/mesa3d/src/util/ |
D | list.h | 258 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | compiler.h | 386 … list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 1003 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) { in check_for_aliasing()
|