Searched refs:memory_pool_malloc (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | memory_pool.h | 29 void *memory_pool_malloc(struct memory_pool *pool, unsigned int bytes); 55 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
|
D | radeon_pair_regalloc.c | 258 node_classes = memory_pool_malloc(&s->C->Pool, node_count * sizeof(struct ra_class *)); in do_advanced_regalloc() 361 s.Input = memory_pool_malloc(&cc->Pool, s.NumInputs * sizeof(struct register_info)); in rc_pair_regalloc() 365 s.Temporary = memory_pool_malloc(&cc->Pool, s.NumTemporaries * sizeof(struct register_info)); in rc_pair_regalloc()
|
D | radeon_list.c | 16 struct rc_list *new = memory_pool_malloc(pool, sizeof(struct rc_list)); in rc_list()
|
D | memory_pool.c | 54 memory_pool_malloc(struct memory_pool *pool, unsigned int bytes) in memory_pool_malloc() function
|
D | radeon_program.c | 76 struct rc_instruction *inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); in rc_alloc_instruction()
|
D | radeon_pair_schedule.c | 1162 reader = memory_pool_malloc(&s->C->Pool, sizeof(*reader)); in scan_read() 1168 *v = memory_pool_malloc(&s->C->Pool, sizeof(struct reg_value)); in scan_read() 1203 newv = memory_pool_malloc(&s->C->Pool, sizeof(*newv)); in scan_write() 1241 s->Current = memory_pool_malloc(&s->C->Pool, sizeof(*s->Current)); in schedule_block()
|
D | radeon_variable.c | 211 struct rc_variable *new = memory_pool_malloc(&c->Pool, sizeof(struct rc_variable)); in rc_variable() 380 memory_pool_malloc(&c->Pool, sizeof(struct rc_variable *) * count); in rc_get_variables()
|
D | radeon_dataflow_deadcode.c | 190 memory_pool_malloc(&c->Pool, sizeof(struct instruction_state) * nr_instructions); in rc_dataflow_deadcode()
|
D | r3xx_vertprog.c | 650 node_classes = memory_pool_malloc(&c->Pool, node_count * sizeof(struct ra_class *)); in allocate_temporary_registers()
|