Home
last modified time | relevance | path

Searched refs:list_for_each_entry_rev (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_sched.c146 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/
Dvc4_qir.h873 list_for_each_entry_rev(struct qblock, block, &c->blocks, link)
886 list_for_each_entry_rev(struct qinst, inst, &block->instructions, link)
Dvc4_qir_schedule.c422 list_for_each_entry_rev(struct schedule_node, n, schedule_list, link) { in calculate_reverse_deps()
/external/mesa3d/src/util/
Dlist.h225 #define list_for_each_entry_rev(type, pos, head, member) \ macro