anv: Simplify Cherryview line handling.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 4 May 2017 18:11:44 +0000 (11:11 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 4 May 2017 23:17:34 +0000 (16:17 -0700)
commit9377801fbdb2cedca65d2437428536d60f228252
tree10f1eda95f95ac2c0b086a29af8d9ebf9ff6562a
parent31f094e6911bea91df72fb200aaa05b553e0302d
anv: Simplify Cherryview line handling.

We can just use the new CHVLineWidth field rather than an entirely
different generation's packing function.

v2: Inline the function (requested by Jason)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/gen8_cmd_buffer.c