Home
last modified time | relevance | path

Searched refs:memory_pool_malloc (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
H A Dmemory_pool.c71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes) in memory_pool_malloc() function
H A Dradeon_list.c37 struct rc_list * new = memory_pool_malloc(pool, sizeof(struct rc_list)); in rc_list()
H A Dradeon_rename_regs.c66 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length); in rc_rename_regs()
H A Dradeon_pair_regalloc.c529 node_classes = memory_pool_malloc(&s->C->Pool, in do_advanced_regalloc()
761 s.Input = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc()
766 s.Temporary = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc()
H A Dradeon_program.c171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); in rc_alloc_instruction()
H A Dradeon_variable.c262 memory_pool_malloc(&c->Pool, sizeof(struct rc_variable)); in rc_variable()
428 struct rc_variable **variables = memory_pool_malloc(&c->Pool, in rc_get_variables()
H A Dradeon_pair_schedule.c1175 reader = memory_pool_malloc(&s->C->Pool, sizeof(*reader)); in scan_read()
1181 *v = memory_pool_malloc(&s->C->Pool, sizeof(struct reg_value)); in scan_read()
1215 newv = memory_pool_malloc(&s->C->Pool, sizeof(*newv)); in scan_write()
1255 s->Current = memory_pool_malloc(&s->C->Pool, sizeof(*s->Current)); in schedule_block()
H A Dradeon_dataflow_deadcode.c209 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions); in rc_dataflow_deadcode()
H A Dr3xx_vertprog.c644 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, in allocate_temporary_registers()

Completed in 8 milliseconds