Home
last modified time | relevance | path

Searched refs:list_last_entry (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c161 struct ir3_instruction *last = list_last_entry(&block->instr_list, in legalize_block()
Dir3_ra.c732 list_last_entry(&src->block->instr_list, in ra_block_compute_live_ranges()
Dir3.c761 block->end_ip = list_last_entry(&block->instr_list, struct ir3_instruction, node)->ip; in ir3_count_instructions()
/external/mesa3d/src/util/
Dlist.h182 #define list_last_entry(ptr, type, member) \ macro
/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c516 list_last_entry(&loop->info->loop_terminator_list, in process_loops()
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c862 list_last_entry(&secondary->batch_bos, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
911 list_last_entry(&copy_list, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.c627 return list_last_entry(&c->blocks, struct qblock, link); in qir_exit_block()