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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h30 struct compute_memory_pool;
41 struct compute_memory_pool* pool;
47 struct compute_memory_pool struct
60 struct compute_memory_pool* compute_memory_pool_new(struct r600_screen *rscreen); ///Creates a new pool
61 void compute_memory_pool_delete(struct compute_memory_pool* pool); ///Frees all stuff in the pool and the pool struct itself too
63 int64_t compute_memory_prealloc_chunk(struct compute_memory_pool* pool, int64_t size_in_dw); ///searches for an empty space in the pool, return with the pointer to the allocatable space in the pool, returns -1 on failure
65 struct compute_memory_item* compute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_t start_in_dw); ///search for the chunk where we can link our new chunk after it
70 void compute_memory_grow_pool(struct compute_memory_pool* pool, struct pipe_context * pipe,
76 void compute_memory_shadow(struct compute_memory_pool* pool,
82 void compute_memory_finalize_pending(struct compute_memory_pool* poo
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h30 struct compute_memory_pool;
41 struct compute_memory_pool* pool;
47 struct compute_memory_pool struct
60 struct compute_memory_pool* compute_memory_pool_new(struct r600_screen *rscreen); ///Creates a new pool
61 void compute_memory_pool_delete(struct compute_memory_pool* pool); ///Frees all stuff in the pool and the pool struct itself too
63 int64_t compute_memory_prealloc_chunk(struct compute_memory_pool* pool, int64_t size_in_dw); ///searches for an empty space in the pool, return with the pointer to the allocatable space in the pool, returns -1 on failure
65 struct compute_memory_item* compute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_t start_in_dw); ///search for the chunk where we can link our new chunk after it
70 void compute_memory_grow_pool(struct compute_memory_pool* pool, struct pipe_context * pipe,
76 void compute_memory_shadow(struct compute_memory_pool* pool,
82 void compute_memory_finalize_pending(struct compute_memory_pool* poo
[all...]

Completed in 131 milliseconds