i965/fs: Rename virtual_grf_next to virtual_grf_count.
authorEric Anholt <eric@anholt.net>
Fri, 6 Jul 2012 20:45:53 +0000 (13:45 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 18 Jul 2012 19:30:06 +0000 (12:30 -0700)
commita6411520b40d59a8806289c7aaea4a6b26a54443
treeecc92b0770051c7fc8665d52a96271f3bb3fff46
parent40cd60a315542f1b1f35ebab836b52716c131d6c
i965/fs: Rename virtual_grf_next to virtual_grf_count.

"count" is a more useful name, since most of the time we're using it for
looping over the variables.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp