Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprogramopt.c52 const GLuint origLen = vprog->arb.NumInstructions; in insert_mvp_dp4_code() local
53 const GLuint newLen = origLen + 4; in insert_mvp_dp4_code()
102 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen); in insert_mvp_dp4_code()
119 const GLuint origLen = vprog->arb.NumInstructions; in insert_mvp_mad_code() local
120 const GLuint newLen = origLen + 4; in insert_mvp_mad_code()
203 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen); in insert_mvp_mad_code()
255 const GLuint origLen = fprog->arb.NumInstructions; in _mesa_append_fog_code() local
256 const GLuint newLen = origLen + 5; in _mesa_append_fog_code()
281 _mesa_copy_instructions(newInst, fprog->arb.Instructions, origLen); in _mesa_append_fog_code()