Searched refs:list_for_each_entry_from_rev (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 573 list_for_each_entry_from_rev(pan_block, v, from, &ctx->blocks, link) 591 list_for_each_entry_from_rev(bi_instruction, v, from, &(block)->base.instructions, link) 603 list_for_each_entry_from_rev(bi_clause, v, from, &(block)->clauses, link)
|
/external/mesa3d/src/util/ |
D | list.h | 251 #define list_for_each_entry_from_rev(type, pos, start, head, member) \ macro
|
/external/mesa3d/src/panfrost/midgard/ |
D | compiler.h | 393 … list_for_each_entry_from_rev(struct midgard_instruction, v, from, &block->base.instructions, link)
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 976 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) { in check_for_aliasing()
|