Searched refs:compute_memory_pool_delete (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h61 void compute_memory_pool_delete(struct compute_memory_pool* pool); ///Frees all stuff in the pool and the pool struct itself too
H A Dcompute_memory_pool.c108 void compute_memory_pool_delete(struct compute_memory_pool* pool) function
110 COMPUTE_DBG("* compute_memory_pool_delete()\n");
H A Dr600_pipe.c684 compute_memory_pool_delete(rscreen->global_pool);
H A Dr600_pipe.h142 void compute_memory_pool_delete(struct compute_memory_pool* pool);
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h61 void compute_memory_pool_delete(struct compute_memory_pool* pool); ///Frees all stuff in the pool and the pool struct itself too
H A Dcompute_memory_pool.c108 void compute_memory_pool_delete(struct compute_memory_pool* pool) function
110 COMPUTE_DBG("* compute_memory_pool_delete()\n");
H A Dr600_pipe.c684 compute_memory_pool_delete(rscreen->global_pool);
H A Dr600_pipe.h142 void compute_memory_pool_delete(struct compute_memory_pool* pool);

Completed in 123 milliseconds