Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c557 struct temporary_allocation { struct
563 static int get_reg(struct radeon_compiler *c, struct temporary_allocation *ta, bool *hwtemps, in get_reg() argument
588 struct temporary_allocation * ta; in allocate_temporary_registers()
614 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, in allocate_temporary_registers()
615 sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()
616 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()