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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmatrix.c247 unsigned new_stack_size = stack->StackSize * 2; local in function:_mesa_PushMatrix
250 sizeof(*new_stack) * new_stack_size);
257 for (i = stack->StackSize; i < new_stack_size; i++)
261 stack->StackSize = new_stack_size;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmatrix.c309 unsigned new_stack_size = stack->StackSize * 2; local in function:push_matrix
312 sizeof(*new_stack) * new_stack_size);
319 for (i = stack->StackSize; i < new_stack_size; i++)
323 stack->StackSize = new_stack_size;

Completed in 3 milliseconds