aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-04-13 16:30:19 -0700
committerJason Ekstrand <[email protected]>2017-04-27 20:08:46 -0700
commit35e626bd0e59e7ce9fd97ccef66b2468c09206a4 (patch)
treef0ae99f348c71a1d9cbaedb946463b79079f1c80 /src/intel/vulkan/anv_private.h
parentbd3a9813b92bd2e116b58f0932bc7f1f722a9f63 (diff)
anv: Set EXEC_OBJECT_ASYNC when available
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index dbe1e0475e1..061bd1a5dfd 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -625,6 +625,7 @@ struct anv_physical_device {
struct brw_compiler * compiler;
struct isl_device isl_dev;
int cmd_parser_version;
+ bool has_exec_async;
uint32_t eu_total;
uint32_t subslice_total;