Home
last modified time | relevance | path

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

/external/iproute2/include/
Dlist.h58 #define list_last_entry(ptr, type, member) \ macro
79 for (pos = list_last_entry(head, typeof(*pos), member); \
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c85 list_last_entry(&sctx->shader_query_buffers, struct gfx10_sh_query_buffer, list); in emit_shader_query()
123 qbuf = list_last_entry(&sctx->shader_query_buffers, struct gfx10_sh_query_buffer, list); in gfx10_alloc_query_buffer()
202 query->first = list_last_entry(&sctx->shader_query_buffers, struct gfx10_sh_query_buffer, list); in gfx10_sh_query_begin()
218 query->last = list_last_entry(&sctx->shader_query_buffers, struct gfx10_sh_query_buffer, list); in gfx10_sh_query_end()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.c83 chunk = list_last_entry(&batch->log_chunks, in get_chunk()
256 struct fd_log_chunk *last_chunk = list_last_entry(&ctx->log_chunks, in fd_log_eof()
Dfreedreno_gmem.c552 list_last_entry(&cache->lru, struct fd_gmem_stateobj, node); in lookup_gmem_state()
/external/mesa3d/src/intel/common/
Dgen_aux_map.c153 list_last_entry(&ctx->buffers, struct aux_map_buffer, link); in align_and_verify_space()
171 list_last_entry(&ctx->buffers, struct aux_map_buffer, link); in get_current_pos()
/external/mesa3d/src/panfrost/midgard/
Dcompiler.h363 return list_last_entry(&(ins->link), midgard_instruction, link); in mir_prev_op()
434 return list_last_entry(&block->base.instructions, struct midgard_instruction, link); in mir_last_in_block()
/external/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c261 bi_clause *last_clause = list_last_entry(&bblock->clauses, bi_clause, link); in bi_schedule()
Dcompiler.h630 return list_last_entry(&(ins->link), bi_instruction, link); in bi_prev_op()
/external/mesa3d/src/panfrost/util/
Dpan_ir.h175 pan_block *last = list_last_entry(blocks, pan_block, link); in pan_exit_block()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Doptimize.c89 list_last_entry(&prev_block->node_list, gpir_node, list); in optimize_branches()
/external/u-boot/common/
Dstdio.c162 list_last_entry(&devs.list, struct stdio_dev, list); in stdio_probe_device()
/external/mesa3d/src/freedreno/ir3/
Dir3_legalize.c655 list_last_entry(&ir->block_list, struct ir3_block, node); in kill_sched()
673 list_last_entry(&ir->block_list, struct ir3_block, node); in kill_sched()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dliveness.c234 ppir_instr *last = list_last_entry(&block->instr_list, ppir_instr, list); in ppir_liveness_compute_live_sets()
/external/mesa3d/src/util/
Dlist.h178 #define list_last_entry(ptr, type, member) \ macro
/external/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c708 prev_level = list_last_entry(levels, struct strct_lvl, link); in organize_levels()
765 list_last_entry(levels, struct strct_lvl, link)->skip_end = 1; in organize_levels()
Dnir_opt_loop_unroll.c926 list_last_entry(&loop->info->loop_terminator_list, in process_loops()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c59 struct v3dv_bo *last = list_last_entry(&cache->time_list, in bo_dump_stats()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c64 struct v3d_bo *last = list_last_entry(&cache->time_list, in v3d_bo_dump_stats()
/external/u-boot/include/linux/
Dlist.h348 #define list_last_entry(ptr, type, member) \ macro
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.c673 return list_last_entry(&c->blocks, struct qblock, link); in qir_exit_block()
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1032 list_last_entry(&secondary->batch_bos, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
1061 list_last_entry(&copy_list, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
/external/mesa3d/src/broadcom/compiler/
Dvir.c469 return list_last_entry(&c->blocks, struct qblock, link); in vir_exit_block()
Dqpu_schedule.c1527 struct qblock *end_block = list_last_entry(&c->blocks, in v3d_qpu_schedule_instructions()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c1122 list_last_entry(&records, struct dd_draw_record, list); in dd_thread_main()