HomeSort by relevance Sort by last modified time
    Searched refs:anv_bo_pool (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_private.h 473 struct anv_bo_pool { struct
479 void anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device);
480 void anv_bo_pool_finish(struct anv_bo_pool *pool);
481 VkResult anv_bo_pool_alloc(struct anv_bo_pool *pool, struct anv_bo *bo,
483 void anv_bo_pool_free(struct anv_bo_pool *pool, const struct anv_bo *bo);
587 struct anv_bo_pool batch_bo_pool;
    [all...]
anv_allocator.c 805 anv_bo_pool_init(struct anv_bo_pool *pool, struct anv_device *device)
814 anv_bo_pool_finish(struct anv_bo_pool *pool)
831 anv_bo_pool_alloc(struct anv_bo_pool *pool, struct anv_bo *bo, uint32_t size)
875 anv_bo_pool_free(struct anv_bo_pool *pool, const struct anv_bo *bo_in)

Completed in 280 milliseconds