anv: Implement pipeline statistics queries
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 27 Nov 2016 19:23:23 +0000 (14:23 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 17 Mar 2017 19:12:50 +0000 (12:12 -0700)
commite675f57d4f1700afb193ffae70a84eece0c10738
tree2d9d3f05fbc9418b3241e6f5d926d3b7401ce14d
parentdda54890f3daddd664c9edee524754e6b2b42aa8
anv: Implement pipeline statistics queries

In the end, pipeline statistics queries look a lot like occlusion
queries only with between 1 and 11 begin/end pairs being generated
instead of just the one.

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