Searched refs:origLen (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
H A D | programopt.c | 52 const GLuint origLen = vprog->Base.NumInstructions; local 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; local 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; local 259 const GLuint newLen = origLen [all...] |
H A D | program.c | 578 const GLuint origLen = prog->NumInstructions; local 579 const GLuint newLen = origLen + count; 608 origLen - start); 611 _mesa_free_instructions(prog->Instructions, origLen); 627 const GLuint origLen = prog->NumInstructions; local 628 const GLuint newLen = origLen - count; 657 _mesa_free_instructions(prog->Instructions, origLen);
|
/external/mesa3d/src/mesa/program/ |
H A D | programopt.c | 52 const GLuint origLen = vprog->Base.NumInstructions; local 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; local 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; local 259 const GLuint newLen = origLen [all...] |
H A D | program.c | 578 const GLuint origLen = prog->NumInstructions; local 579 const GLuint newLen = origLen + count; 608 origLen - start); 611 _mesa_free_instructions(prog->Instructions, origLen); 627 const GLuint origLen = prog->NumInstructions; local 628 const GLuint newLen = origLen - count; 657 _mesa_free_instructions(prog->Instructions, origLen);
|
Completed in 2293 milliseconds