Lines Matching refs:last_index
243 unsigned index, last_index; in _mesa_short_shift_left_m() local
248 last_index = index_word_lo(size_words); in _mesa_short_shift_left_m()
250 while (index != last_index) { in _mesa_short_shift_left_m()
321 unsigned index, last_index; in _mesa_short_shift_right_m() local
326 last_index = index_word_hi(size_words); in _mesa_short_shift_right_m()
328 while (index != last_index) { in _mesa_short_shift_right_m()
354 unsigned index, last_index; in _mesa_short_shift_right_jam_m() local
359 last_index = index_word_hi(size_words); in _mesa_short_shift_right_jam_m()
364 while (index != last_index) { in _mesa_short_shift_right_jam_m()
583 unsigned index, last_index; in _mesa_neg_x_m() local
588 last_index = index_word_hi(size_words); in _mesa_neg_x_m()
593 if (index == last_index) in _mesa_neg_x_m()
614 unsigned index, last_index; in _mesa_add_m() local
619 last_index = index_word_hi(size_words); in _mesa_add_m()
625 if (index == last_index) in _mesa_add_m()
646 unsigned index, last_index; in _mesa_sub_m() local
651 last_index = index_word_hi(size_words); in _mesa_sub_m()
657 if (index == last_index) in _mesa_sub_m()