anv/cmd_buffer: Move aux_usage assignment up
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 28 Jun 2017 17:25:49 +0000 (10:25 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sun, 23 Jul 2017 03:12:10 +0000 (20:12 -0700)
commit9c9f63d1c749bfea25d6fcd78ff17ea2c49ec809
tree37aa18411bbf214427e196fa80f0ddbf733322b6
parent62d72bb5d0bca85f41a181c7d0e9bd6309f278ed
anv/cmd_buffer: Move aux_usage assignment up

For readability, bring the assignment of CCS closer to the assignment of
NONE and MCS.

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_cmd_buffer.c