Home | History | Annotate | Download | only in program

Lines Matching defs:origLen

578    const GLuint origLen = prog->NumInstructions;
579 const GLuint newLen = origLen + count;
608 origLen - start);
611 _mesa_free_instructions(prog->Instructions, origLen);
627 const GLuint origLen = prog->NumInstructions;
628 const GLuint newLen = origLen - count;
657 _mesa_free_instructions(prog->Instructions, origLen);