Home | History | Annotate | Download | only in program

Lines Matching defs:origLen

52    const GLuint origLen = vprog->Base.NumInstructions;
53 const GLuint newLen = origLen + 4;
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
106 _mesa_free_instructions(vprog->Base.Instructions, origLen);
120 const GLuint origLen = vprog->Base.NumInstructions;
121 const GLuint newLen = origLen + 4;
205 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
208 _mesa_free_instructions(vprog->Base.Instructions, origLen);
258 const GLuint origLen = fprog->Base.NumInstructions;
259 const GLuint newLen = origLen + 5;
284 _mesa_copy_instructions(newInst, fprog->Base.Instructions, origLen);
409 _mesa_free_instructions(fprog->Base.Instructions, origLen);