Searched refs:list_first_entry (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/perf/ |
D | u_trace.c | 303 list_first_entry(chunks, struct u_trace_chunk, node); in free_chunks() 655 list_first_entry(chunks, struct u_trace_chunk, node); in u_trace_context_process() 696 list_first_entry(&ut->trace_chunks, struct u_trace_chunk, node); in u_trace_begin_iterator() 722 list_first_entry(&iter.ut->trace_chunks, struct u_trace_chunk, node); in sanitize_iterator()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync_timeline.c | 113 list_first_entry(&timeline->pending_points, in vk_sync_timeline_first_point() 162 point = list_first_entry(&timeline->free_points, in vk_sync_timeline_alloc_point_locked()
|
D | vk_command_pool.c | 183 list_first_entry(&pool->free_command_buffers, in vk_command_pool_find_free()
|
D | vk_queue.c | 408 list_first_entry(&queue->submit.submits, in vk_queue_flush() 477 list_first_entry(&queue->submit.submits, in vk_queue_submit_thread_func() 1120 list_first_entry(&queue->submit.submits, in vk_queue_finish()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | disk_cache_os.c | 243 entry = list_first_entry(lru_file_list, struct lru_file, node); in choose_lru_file_matching() 479 list_first_entry(lru_file_list, struct lru_file, node); in disk_cache_evict_lru_item()
|
D | list.h | 202 #define list_first_entry(ptr, type, member) \ macro
|
D | ralloc.c | 820 gc_slab *slab = list_first_entry(&ctx->slabs[bucket].free_slabs, gc_slab, free_link); in gc_alloc_size()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 523 NULL : list_first_entry(&data->draws, struct overlay_draw, link); in get_overlay_draw()
|