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.c587 struct temporary_allocation { struct
593 static int get_reg(struct radeon_compiler *c, struct temporary_allocation *ta, bool *hwtemps, in get_reg() argument
618 struct temporary_allocation * ta; in allocate_temporary_registers()
644 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, in allocate_temporary_registers()
645 sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()
646 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()