Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_ttmpool.c92 struct _WsbmBufferPool pool; member
110 pool_create(struct _WsbmBufferPool *pool, in pool_create()
163 pool_reference(struct _WsbmBufferPool *pool, unsigned handle) in pool_reference()
440 struct _WsbmBufferPool *pool = buf->pool; in pool_waitIdle() local
453 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown()
469 struct _WsbmBufferPool *pool = buf->pool; in pool_setStatus() local
498 struct _WsbmBufferPool *pool; in wsbmTTMPoolInit() local
532 ttm_pool_ub_create(struct _WsbmBufferPool *pool, unsigned long size, uint32_t placement, unsigned a… in ttm_pool_ub_create()
Dwsbm_mallocpool.c56 pool_create(struct _WsbmBufferPool *pool, in pool_create()
156 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown()
164 struct _WsbmBufferPool *pool; in wsbmMallocPoolInit() local
Dwsbm_userpool.c92 struct _WsbmBufferPool pool; member
204 pool_create(struct _WsbmBufferPool *pool, in pool_create()
583 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown()
612 wsbmUserPoolClean(struct _WsbmBufferPool *pool, int cleanVram, int cleanAgp) in wsbmUserPoolClean()
631 struct _WsbmBufferPool *pool; in wsbmUserPoolInit() local
Dwsbm_manager.c79 struct _WsbmBufferPool *pool; member
747 struct _WsbmBufferPool *pool = storage->pool; in wsbmStorageClone() local
773 struct _WsbmBufferPool *pool = buf->storage->pool; in wsbmBOClone() local
821 struct _WsbmBufferPool *pool = storage->pool; in wsbmBOSubData() local
884 struct _WsbmBufferPool *pool = storage->pool; in wsbmBOGetSubData() local
929 wsbmBOCreateSimple(struct _WsbmBufferPool *pool, in wsbmBOCreateSimple()
968 wsbmGenBuffers(struct _WsbmBufferPool *pool, in wsbmGenBuffers()
1273 wsbmPoolTakeDown(struct _WsbmBufferPool *pool) in wsbmPoolTakeDown()
Dwsbm_pool.h45 struct _WsbmBufferPool *pool; member
87 struct _WsbmBufferPool *pool) in wsbmBufStorageInit()
Dwsbm_slabpool.c171 struct _WsbmBufferPool pool; member
192 slabPoolFromPool(struct _WsbmBufferPool *pool) in slabPoolFromPool()
693 pool_create(struct _WsbmBufferPool *pool, unsigned long size, in pool_create()
1119 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown()
1144 struct _WsbmBufferPool *pool; in wsbmSlabPoolInit() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c475 struct pool_ctx * pool; in ne_pool_init() local
484 ne_pool_destroy(struct pool_ctx * pool) in ne_pool_destroy()
490 ne_pool_alloc(size_t size, struct pool_ctx * pool) in ne_pool_alloc()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c2913 struct _WsbmBufferPool *pool; local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h174 #define POOL_ENAB(pool) ((pool) && (pool)->inited) argument