Home | History | Annotate | Download | only in program

Lines Matching full:newinst

1291    struct prog_instruction *newInst;
1375 newInst = _mesa_alloc_instructions(parseState.numInst);
1376 if (!newInst) {
1381 _mesa_copy_instructions(newInst, instBuffer, parseState.numInst);
1393 program->Base.Instructions = newInst;