Home
last modified time | relevance | path

Searched refs:temporary_allocation (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c554 struct temporary_allocation { struct
567 struct temporary_allocation * ta; in allocate_temporary_registers() argument
593 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, in allocate_temporary_registers()
594 sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()
595 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()