Home | History | Annotate | Download | only in program

Lines Matching full:newinst

1479    struct prog_instruction *newInst;
1543 newInst = _mesa_alloc_instructions(parseState.numInst);
1544 if (!newInst) {
1548 _mesa_copy_instructions(newInst, instBuffer, parseState.numInst);
1560 program->Base.Instructions = newInst;