i965/vec4: Move is_high_sample() method to vec4_visitor class
authorEduardo Lima Mitev <elima@igalia.com>
Thu, 18 Jun 2015 07:37:33 +0000 (09:37 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 16:40:50 +0000 (09:40 -0700)
commit434481f3155040217c3e5a8da98dab4248435f0e
tree6e29776898633efc3eed0e2e5fcf501868676625
parentdb8a6de571bb72ef43209a415e5492001a87b1d8
i965/vec4: Move is_high_sample() method to vec4_visitor class

The is_high_sample() method is currently accessible only in the implementation of
vec4_visitor. Since we need to reuse it in the upcoming NIR->vec4 pass, lets make
it a method of the class instead.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp