Searched refs:memory_pool (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | memory_pool.h | 37 struct memory_pool { struct 45 void memory_pool_init(struct memory_pool * pool); 46 void memory_pool_destroy(struct memory_pool * pool); 47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
|
| H A D | radeon_list.h | 31 struct memory_pool; 39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
|
| H A D | memory_pool.c | 23 #include "memory_pool.h" 38 void memory_pool_init(struct memory_pool * pool) 40 memset(pool, 0, sizeof(struct memory_pool)); 44 void memory_pool_destroy(struct memory_pool * pool) 53 static void refill_pool(struct memory_pool * pool) 71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes)
|
| H A D | radeon_list.c | 33 #include "memory_pool.h" 35 struct rc_list * rc_list(struct memory_pool * pool, void * item)
|
| H A D | radeon_compiler.h | 26 #include "memory_pool.h" 43 struct memory_pool Pool;
|
| H A D | radeon_dataflow.c | 476 struct memory_pool * pool, 491 struct memory_pool * pool, 503 struct memory_pool * pool,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | memory_pool.h | 37 struct memory_pool { struct 45 void memory_pool_init(struct memory_pool * pool); 46 void memory_pool_destroy(struct memory_pool * pool); 47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
|
| H A D | radeon_list.h | 31 struct memory_pool; 39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
|
| H A D | memory_pool.c | 23 #include "memory_pool.h" 38 void memory_pool_init(struct memory_pool * pool) 40 memset(pool, 0, sizeof(struct memory_pool)); 44 void memory_pool_destroy(struct memory_pool * pool) 53 static void refill_pool(struct memory_pool * pool) 71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes)
|
| H A D | radeon_list.c | 33 #include "memory_pool.h" 35 struct rc_list * rc_list(struct memory_pool * pool, void * item)
|
| H A D | radeon_compiler.h | 26 #include "memory_pool.h" 43 struct memory_pool Pool;
|
| H A D | radeon_dataflow.c | 476 struct memory_pool * pool, 491 struct memory_pool * pool, 503 struct memory_pool * pool,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | Makefile.sources | 44 compiler/memory_pool.c \ 45 compiler/memory_pool.h \
|
Completed in 14 milliseconds