Searched refs:new_stack (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmatrix.c249 GLmatrix *new_stack = realloc(stack->Stack, local in function:_mesa_PushMatrix
250 sizeof(*new_stack) * new_stack_size);
252 if (!new_stack) {
258 _math_matrix_ctr(&new_stack[i]);
260 stack->Stack = new_stack;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c270 struct util_dynarray *new_stack = r600_vec_instr_stack_create(instr_set); local in function:r600_vec_instr_set_add
271 r600_vec_instr_stack_push(new_stack, instr);
273 struct set_entry *entry = _mesa_set_search(instr_set, new_stack);
276 ralloc_free(new_stack);
282 _mesa_set_add(instr_set, new_stack);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmatrix.c311 GLmatrix *new_stack = realloc(stack->Stack, local in function:push_matrix
312 sizeof(*new_stack) * new_stack_size);
314 if (!new_stack) {
320 _math_matrix_ctr(&new_stack[i]);
322 stack->Stack = new_stack;

Completed in 5 milliseconds