anv/meta_blit: Coalesce glsl_vec4_type vars
authorChad Versace <chad.versace@intel.com>
Fri, 12 Feb 2016 18:27:58 +0000 (10:27 -0800)
committerChad Versace <chad.versace@intel.com>
Fri, 12 Feb 2016 19:29:29 +0000 (11:29 -0800)
commit97b5a07378c45ef6f74a9c0f650b5704ea1c0db0
tree31bfa3444240735be7d38aa9ad05b42c70673dfd
parent699f21216f0d026c883b1cd2b3676fdc6e3668d8
anv/meta_blit: Coalesce glsl_vec4_type vars

Just a refactor. No behavior change.

Several expressions have the same value: they point to
glsl_vec4_type(). Coalesce them into a single variable.
src/vulkan/anv_meta_blit.c