Lines Matching refs:pool
53 /* Before allocating a new BO, check if the BO pool has free BOs.
58 /* BOs allocated by this pool */
70 to_panvk_pool(struct pan_pool *pool)
72 return container_of(pool, struct panvk_pool, base);
76 panvk_pool_init(struct panvk_pool *pool, struct panfrost_device *dev,
81 panvk_pool_reset(struct panvk_pool *pool);
84 panvk_pool_cleanup(struct panvk_pool *pool);
87 panvk_pool_num_bos(struct panvk_pool *pool)
89 return util_dynarray_num_elements(&pool->bos, struct panfrost_bo *);
93 panvk_pool_get_bo_handles(struct panvk_pool *pool, uint32_t *handles);