anv/query: Move the available bits to the front
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 15 Mar 2017 00:56:05 +0000 (17:56 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 17 Mar 2017 19:12:47 +0000 (12:12 -0700)
commit1c797af2c6007382b1cdd11a653e2e5c670e8cda
tree2079c7f337c9bfc3a7db8ff87198d41452635fa1
parent9d43afa3dc4ecc22317836a8f3c707d69ba8ed50
anv/query: Move the available bits to the front

We're about to make slots variable-length and always having the
available bits at the front makes certain operations substantially
easier once we do that.

Reviewed-By: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_query.c