Home | History | Annotate | Download | only in src

Lines Matching refs:newPool

486 	   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,
634 if (newPool == NULL)
635 newPool = buf->pool;
637 if (newPool == NULL)
640 newBuffer = (!storage || storage->pool != newPool ||
655 buf->pool = newPool;
662 ttm_pool_ub_create(newPool, size, placement, buf->alignment, user_ptr);
669 buf->pool = newPool;