Searched refs:LIST_ADD (Results 1 - 12 of 12) sorted by relevance

/external/libusb-compat/libusb/
H A Dusbi.h25 #define LIST_ADD(begin, ent) \ macro
H A Dcore.c223 LIST_ADD(busses, bus);
300 LIST_ADD(usb_busses, bus);
333 LIST_ADD(devices, dev);
637 LIST_ADD(bus->devices, dev);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free);
186 LIST_ADD(&slab->head, &bucket->used);
199 LIST_ADD(&slab->head, &bucket->full);
H A Dnouveau_fence.c79 LIST_ADD(&work->list, &fence->work);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c131 LIST_ADD(&entry->head, &cache->empty);
186 LIST_ADD(&entry->head, &cache->empty);
277 LIST_ADD(&entry->head, &cache->validated);
320 LIST_ADD(&entry->head, &cache->unused);
323 LIST_ADD(&entry->bucket_head, &cache->bucket[bucket]);
/external/libdrm/freedreno/
H A Dlist.h92 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
/external/libdrm/tests/radeon/
H A Dlist.h92 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h97 #define LIST_ADD(__item, __list) list_add(__item, __list) macro
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_pool.c114 LIST_ADD(&pool_buf->head, &pool->free);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c108 LIST_ADD(&block->head, &rscreen->fences.blocks);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c91 LIST_ADD(&block->head, &rscreen->fences.blocks);
H A Dr600_pipe.h479 LIST_ADD(&state->head, &rctx->dirty_states);

Completed in 326 milliseconds