i965/fs: Rename num_vars to num_vgrfs in live interval analysis.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Aug 2013 08:12:54 +0000 (01:12 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 10 Oct 2013 22:54:14 +0000 (15:54 -0700)
commit5af8388110595f6324d697f0b468047c779f1079
tree9c6e97fa3941fff68959c72e52bb2095e4b1c0aa
parent701e9af15f9cedd8c1dbad417d195ee2a46e07bf
i965/fs: Rename num_vars to num_vgrfs in live interval analysis.

num_vars was shorthand for the number of virtual GRFs.  num_vgrfs is a
bit clearer.  Plus, the next patch will introduce "vars" which are
distinct from vgrfs.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
src/mesa/drivers/dri/i965/brw_fs_live_variables.h