Searched refs:origLen (Results 1 – 4 of 4) sorted by relevance
52 const GLuint origLen = vprog->Base.NumInstructions; in _mesa_insert_mvp_dp4_code() local53 const GLuint newLen = origLen + 4; in _mesa_insert_mvp_dp4_code()103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen); in _mesa_insert_mvp_dp4_code()106 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_dp4_code()120 const GLuint origLen = vprog->Base.NumInstructions; in _mesa_insert_mvp_mad_code() local121 const GLuint newLen = origLen + 4; in _mesa_insert_mvp_mad_code()205 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen); in _mesa_insert_mvp_mad_code()208 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_mad_code()258 const GLuint origLen = fprog->Base.NumInstructions; in _mesa_append_fog_code() local259 const GLuint newLen = origLen + 5; in _mesa_append_fog_code()[all …]
578 const GLuint origLen = prog->NumInstructions; in _mesa_insert_instructions() local579 const GLuint newLen = origLen + count; in _mesa_insert_instructions()608 origLen - start); in _mesa_insert_instructions()611 _mesa_free_instructions(prog->Instructions, origLen); in _mesa_insert_instructions()627 const GLuint origLen = prog->NumInstructions; in _mesa_delete_instructions() local628 const GLuint newLen = origLen - count; in _mesa_delete_instructions()657 _mesa_free_instructions(prog->Instructions, origLen); in _mesa_delete_instructions()
58 int32_t origLen = *len; in appendTo() local60 for (int32_t i = origLen + idLen - 1; i >= origLen; i--) { in appendTo()65 *len = origLen + idLen; in appendTo()
464 Index origLen = len; // Save real length. in divideWithRemainder() local469 blk[origLen] = 0; // Zero the added block. in divideWithRemainder()475 q.len = origLen - b.len + 1; in divideWithRemainder()512 for (; k < origLen && borrowIn; k++) { in divideWithRemainder()