Home | History | Annotate | Download | only in main

Lines Matching refs:Instructions

308    GLint max_inst;  /** number of instructions allocated for program */
601 p->program->Base.Instructions,
604 _mesa_free_instructions(p->program->Base.Instructions,
607 p->program->Base.Instructions = newInst;
612 Instructions[nr];
1640 /* Start by allocating 32 instructions.
1644 p.program->Base.Instructions = _mesa_alloc_instructions(p.max_inst);