Home
last modified time | relevance | path

Searched refs:LIST_ADD (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c142 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()
Dsvga_resource_buffer_upload.c316 LIST_ADD(&bufsurf->list, &sbuf->surfaces); in svga_buffer_add_host_surface()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c151 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()
Dnouveau_fence.c268 LIST_ADD(&work->list, &fence->work); in nouveau_fence_work()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c59 LIST_ADD(&entry->head, &slab->free); in pb_slab_reclaim()
144 LIST_ADD(&slab->head, &group->slabs); in pb_slab_alloc()
Dpb_bufmgr_pool.c114 LIST_ADD(&pool_buf->head, &pool->free); in pool_buffer_destroy()
/external/libusb-compat/libusb/
Dusbi.h25 #define LIST_ADD(begin, ent) \ macro
Dcore.c223 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/
Dradeon_vce.c135 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/
Dradeon_vce.c129 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/libdrm/
Dutil_double_list.h92 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
/external/virglrenderer/src/gallium/auxiliary/util/
Du_double_list.h97 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
/external/mesa3d/src/util/
Dlist.h157 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
Du_queue.c74 LIST_ADD(&queue->head, &queue_list); in add_to_atexit_list()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c1005 LIST_ADD(&cur->head, &st->winsys_buffers); in st_framebuffer_reuse_or_create()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c676 LIST_ADD(&gr->head, &next->head); in hud_stop_queries()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c396 LIST_ADD(&tq->head_unflushed, &p->tc->unflushed_queries); in tc_call_end_query()