Searched refs:LIST_ADD (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 142 LIST_ADD(&entry->head, &cache->empty); in svga_screen_cache_lookup() 197 LIST_ADD(&entry->head, &cache->empty); in svga_screen_cache_shrink() 294 LIST_ADD(&entry->head, &cache->validated); in svga_screen_cache_add() 341 LIST_ADD(&entry->head, &cache->unused); in svga_screen_cache_flush() 345 LIST_ADD(&entry->bucket_head, &cache->bucket[bucket]); in svga_screen_cache_flush() 383 LIST_ADD(&entry->head, &cache->invalidated); in svga_screen_cache_flush()
|
D | svga_resource_buffer_upload.c | 316 LIST_ADD(&bufsurf->list, &sbuf->surfaces); in svga_buffer_add_host_surface()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 151 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free); in mm_slab_new() 193 LIST_ADD(&slab->head, &bucket->used); in nouveau_mm_allocate() 206 LIST_ADD(&slab->head, &bucket->full); in nouveau_mm_allocate()
|
D | nouveau_fence.c | 268 LIST_ADD(&work->list, &fence->work); in nouveau_fence_work()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 59 LIST_ADD(&entry->head, &slab->free); in pb_slab_reclaim() 144 LIST_ADD(&slab->head, &group->slabs); in pb_slab_alloc()
|
D | pb_bufmgr_pool.c | 114 LIST_ADD(&pool_buf->head, &pool->free); in pool_buffer_destroy()
|
/external/libusb-compat/libusb/ |
D | usbi.h | 25 #define LIST_ADD(begin, ent) \ macro
|
D | core.c | 223 LIST_ADD(busses, bus); in find_busses() 300 LIST_ADD(usb_busses, bus); in usb_find_busses() 333 LIST_ADD(devices, dev); in find_devices() 637 LIST_ADD(bus->devices, dev); in usb_find_devices()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.c | 135 LIST_ADD(&l1->list, &enc->cpb_slots); in sort_cpb() 140 LIST_ADD(&l0->list, &enc->cpb_slots); in sort_cpb() 345 LIST_ADD(&slot->list, &enc->cpb_slots); in rvce_end_frame()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce.c | 129 LIST_ADD(&l1->list, &enc->cpb_slots); in sort_cpb() 134 LIST_ADD(&l0->list, &enc->cpb_slots); in sort_cpb() 344 LIST_ADD(&slot->list, &enc->cpb_slots); in rvce_end_frame()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 97 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
|
/external/libdrm/ |
D | util_double_list.h | 92 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
|
/external/mesa3d/src/util/ |
D | list.h | 157 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
|
D | u_queue.c | 74 LIST_ADD(&queue->head, &queue_list); in add_to_atexit_list()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 1005 LIST_ADD(&cur->head, &st->winsys_buffers); in st_framebuffer_reuse_or_create()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 676 LIST_ADD(&gr->head, &next->head); in hud_stop_queries()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 396 LIST_ADD(&tq->head_unflushed, &p->tc->unflushed_queries); in tc_call_end_query()
|