Home | History | Annotate | Download | only in main

Lines Matching refs:newInst

589       struct prog_instruction *newInst;
594 newInst = _mesa_alloc_instructions(p->max_inst);
595 if (!newInst) {
600 _mesa_copy_instructions(newInst,
607 p->program->Base.Instructions = newInst;