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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
memory_pool.c 71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes) function
radeon_list.c 37 struct rc_list * new = memory_pool_malloc(pool, sizeof(struct rc_list));
radeon_rename_regs.c 64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length);
radeon_program.c 171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction));
radeon_pair_regalloc.c 529 node_classes = memory_pool_malloc(&s->C->Pool,
763 s.Input = memory_pool_malloc(&cc->Pool,
768 s.Temporary = memory_pool_malloc(&cc->Pool,
radeon_pair_schedule.c     [all...]
radeon_dataflow_deadcode.c 225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions);
radeon_variable.c 281 memory_pool_malloc(&c->Pool, sizeof(struct rc_variable));
r3xx_vertprog.c 593 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool,

Completed in 100 milliseconds