anv/device: Remove a use of a compound literal
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 16 Mar 2017 15:50:36 +0000 (08:50 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 17 Mar 2017 15:40:30 +0000 (08:40 -0700)
commit28b134c75c1fa3b2aaa00dc168f0eca35ccd346d
tree549f9f2e896e08665a4c30b2ea33c4eaa919aec9
parent76dc49f3fbeb8a44dde6a34bc4e8f6d7dd883cea
anv/device: Remove a use of a compound literal

Older versions of GCC don't like compound literals in static const
variable declarations because they don't think it's an actual constant
value.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_device.c