Searched defs:newPool (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.c486 struct _WsbmBufferPool *newPool, uint32_t placement)
501 if (newPool == NULL)
502 newPool = buf->pool;
504 if (newPool == NULL)
507 newBuffer = (!storage || storage->pool != newPool ||
522 buf->pool = newPool;
529 newPool->create(newPool, size, placement, buf->alignment);
536 buf->pool = newPool;
615 unsigned size, const void *data, struct _WsbmBufferPool *newPool,
484 wsbmBOData(struct _WsbmBufferObject *buf, unsigned size, const void *data, struct _WsbmBufferPool *newPool, uint32_t placement) argument
614 wsbmBODataUB(struct _WsbmBufferObject *buf, unsigned size, const void *data, struct _WsbmBufferPool *newPool, uint32_t placement, const unsigned long *user_ptr, int fd) argument
[all...]

Completed in 54 milliseconds