anv/query: Write both dwords in emit_zero_queries
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 14 Sep 2018 21:34:22 +0000 (16:34 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 17 Sep 2018 07:57:21 +0000 (02:57 -0500)
commit07e214f1ce263edcecb674d6d2f48569fa1d12ed
tree3124ab007e02edf827376b1d0076f309556a7d97
parentc0420a62c95a0091d6b59c762ceebe64d561d281
anv/query: Write both dwords in emit_zero_queries

Each query slot is a uint64_t and we were only zeroing half of it.

Fixes: 7ec6e4e68980 "anv/query: implement multiview interactions"
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/genX_query.c