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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c546 struct temporary_allocation { struct
559 struct temporary_allocation * ta;
585 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool,
586 sizeof(struct temporary_allocation) * num_orig_temps);
587 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c546 struct temporary_allocation { struct
559 struct temporary_allocation * ta;
585 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool,
586 sizeof(struct temporary_allocation) * num_orig_temps);
587 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);

Completed in 59 milliseconds