Searched refs:anv_bo_pool (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_private.h837 struct anv_bo_pool { struct
845 void anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device,
847 void anv_bo_pool_finish(struct anv_bo_pool *pool);
848 VkResult anv_bo_pool_alloc(struct anv_bo_pool *pool, struct anv_bo *bo,
850 void anv_bo_pool_free(struct anv_bo_pool *pool, const struct anv_bo *bo);
1124 struct anv_bo_pool batch_bo_pool;
H A Danv_allocator.c1377 anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device,
1388 anv_bo_pool_finish(struct anv_bo_pool *pool)
1406 anv_bo_pool_alloc(struct anv_bo_pool *pool, struct anv_bo *bo, uint32_t size)
1464 anv_bo_pool_free(struct anv_bo_pool *pool, const struct anv_bo *bo_in)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c1323 anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device,
1338 anv_bo_pool_finish(struct anv_bo_pool *pool)
1357 anv_bo_pool_alloc(struct anv_bo_pool *pool, uint32_t size,
1395 anv_bo_pool_free(struct anv_bo_pool *pool, struct anv_bo *bo)
H A Danv_private.h775 struct anv_bo_pool { struct
783 void anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device,
785 void anv_bo_pool_finish(struct anv_bo_pool *pool);
786 VkResult anv_bo_pool_alloc(struct anv_bo_pool *pool, uint32_t size,
788 void anv_bo_pool_free(struct anv_bo_pool *pool, struct anv_bo *bo);
1174 struct anv_bo_pool batch_bo_pool;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst2050 - anv/allocator: Enable snooping on block pool and anv_bo_pool BOs.
H A D20.0.0.rst1630 - anv: Drop bo_flags from anv_bo_pool

Completed in 28 milliseconds