i965: remove type_size_vec4_times_4()
authorTimothy Arceri <timothy.arceri@collabora.com>
Tue, 14 Jun 2016 04:39:16 +0000 (14:39 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Wed, 15 Jun 2016 05:01:10 +0000 (15:01 +1000)
commita8a9d1bf41c00123cefb6e757f3509c62e880a15
treeda3bb99f3da352ab3de0082f950e0817da2b9aa6
parent8b408972ff5476f1e23ad24a329f89442e6df054
i965: remove type_size_vec4_times_4()

type_size_vec4_times_4() was introduced as a fix in 8dcf807cb43383
however since 3810c1561 we can just use type_size_scalar() and
get the actual number of outputs we need.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_nir.cpp
src/mesa/drivers/dri/i965/brw_nir.c
src/mesa/drivers/dri/i965/brw_shader.h