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

  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.h 61 void compute_memory_pool_delete(struct compute_memory_pool* pool); ///Frees all stuff in the pool and the pool struct itself too
compute_memory_pool.c 108 void compute_memory_pool_delete(struct compute_memory_pool* pool) function
110 COMPUTE_DBG("* compute_memory_pool_delete()\n");
r600_pipe.c 684 compute_memory_pool_delete(rscreen->global_pool);
r600_pipe.h 142 void compute_memory_pool_delete(struct compute_memory_pool* pool);

Completed in 529 milliseconds