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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h293 unsigned int sizeOld, sizeNew; local in function:nv50_ir::Stack::resize
297 sizeNew = limit * sizeof(Item);
299 array = (Item *)REALLOC(array, sizeOld, sizeNew);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h293 unsigned int sizeOld, sizeNew; local in function:nv50_ir::Stack::resize
297 sizeNew = limit * sizeof(Item);
299 array = (Item *)REALLOC(array, sizeOld, sizeNew);

Completed in 4 milliseconds