Searched refs:origLen (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogramopt.c52 const GLuint origLen = vprog->arb.NumInstructions; local in function:insert_mvp_dp4_code
53 const GLuint newLen = origLen + 4;
102 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen);
119 const GLuint origLen = vprog->arb.NumInstructions; local in function:insert_mvp_mad_code
120 const GLuint newLen = origLen + 4;
203 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen);
255 const GLuint origLen = fprog->arb.NumInstructions; local in function:_mesa_append_fog_code
256 const GLuint newLen = origLen + 5;
281 _mesa_copy_instructions(newInst, fprog->arb.Instructions, origLen);
H A Dprogram.c361 const GLuint origLen = prog->arb.NumInstructions; local in function:_mesa_insert_instructions
362 const GLuint newLen = origLen + count;
391 origLen - start);
411 const GLuint origLen = prog->arb.NumInstructions; local in function:_mesa_delete_instructions
412 const GLuint newLen = origLen - count;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogramopt.c52 const GLuint origLen = vprog->arb.NumInstructions; local in function:insert_mvp_dp4_code
53 const GLuint newLen = origLen + 4;
102 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen);
119 const GLuint origLen = vprog->arb.NumInstructions; local in function:insert_mvp_mad_code
120 const GLuint newLen = origLen + 4;
203 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen);
255 const GLuint origLen = fprog->arb.NumInstructions; local in function:_mesa_append_fog_code
256 const GLuint newLen = origLen + 5;
281 _mesa_copy_instructions(newInst, fprog->arb.Instructions, origLen);
H A Dprogram.c351 const GLuint origLen = prog->arb.NumInstructions; local in function:_mesa_insert_instructions
352 const GLuint newLen = origLen + count;
381 origLen - start);
401 const GLuint origLen = prog->arb.NumInstructions; local in function:_mesa_delete_instructions
402 const GLuint newLen = origLen - count;

Completed in 7 milliseconds