Searched refs:list_for_each_entry_rev (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_sched.c | 146 list_for_each_entry_rev (struct ir3_instruction, n, instr_list, node) { in distance() 381 list_for_each_entry_rev (struct ir3_instruction, instr, &ctx->depth_list, node) { in find_eligible_instr()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 873 list_for_each_entry_rev(struct qblock, block, &c->blocks, link) 886 list_for_each_entry_rev(struct qinst, inst, &block->instructions, link)
|
D | vc4_qir_schedule.c | 422 list_for_each_entry_rev(struct schedule_node, n, schedule_list, link) { in calculate_reverse_deps()
|
/external/mesa3d/src/util/ |
D | list.h | 225 #define list_for_each_entry_rev(type, pos, head, member) \ macro
|