summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-05-14 14:52:36 -0700
committerJason Ekstrand <[email protected]>2016-05-19 21:18:59 -0700
commitc29ffea6d161b14e1c6d1d1af7727425b323a3b5 (patch)
tree6cf0ffd14488683fe5bb13bd8557b0478dce814b /src/intel/vulkan/anv_private.h
parentd5b4638d6a7f623f1ad937a840d68922f00e29cf (diff)
anv/device: Add a boolean for robust buffer access
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 33cbff9ff3a..953d95df2c1 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -678,6 +678,7 @@ struct anv_device {
int context_id;
int fd;
bool can_chain_batches;
+ bool robust_buffer_access;
struct anv_bo_pool batch_bo_pool;