Searched refs:list_for_each_entry_from (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 570 list_for_each_entry_from(pan_block, v, from, &ctx->blocks, link) 588 list_for_each_entry_from(bi_instruction, v, from, &(block)->base.instructions, link) 600 list_for_each_entry_from(bi_clause, v, from, &(block)->clauses, link)
|
/external/erofs-utils/include/erofs/ |
D | list.h | 101 #define list_for_each_entry_from(pos, head, member) \ macro
|
/external/mesa3d/src/panfrost/midgard/ |
D | compiler.h | 376 list_for_each_entry_from(pan_block, v, &from->base, &ctx->blocks, link) 390 … list_for_each_entry_from(struct midgard_instruction, v, from, &block->base.instructions, link)
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | regalloc.c | 223 list_for_each_entry_from(ppir_instr, instr, ref, &block->instr_list, list) { in create_new_instr_after() 244 list_for_each_entry_from(ppir_instr, instr, ref, &block->instr_list, list) { in create_new_instr_before()
|
/external/blktrace/iowatcher/ |
D | list.h | 385 #define list_for_each_entry_from(pos, head, member) \ macro
|
/external/mesa3d/src/util/ |
D | list.h | 239 #define list_for_each_entry_from(type, pos, start, head, member) \ macro
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir_register_allocate.c | 54 list_for_each_entry_from(struct qinst, scan_inst, inst->link.next, in is_end_of_tmu_sequence()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_queue.c | 318 list_for_each_entry_from(struct v3dv_job, pjob, job->list_link.next, in event_wait_thread_func()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 966 list_for_each_entry_from(struct entry, next, first, &ctx->entries[mode_index], head) { in check_for_aliasing()
|