aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/platforms/cl_12/block_pool_cl_12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compute/skc/platforms/cl_12/block_pool_cl_12.h')
-rw-r--r--src/compute/skc/platforms/cl_12/block_pool_cl_12.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/compute/skc/platforms/cl_12/block_pool_cl_12.h b/src/compute/skc/platforms/cl_12/block_pool_cl_12.h
new file mode 100644
index 0000000000..6fa8a39ca0
--- /dev/null
+++ b/src/compute/skc/platforms/cl_12/block_pool_cl_12.h
@@ -0,0 +1,33 @@
+/*
+ * Copyright 2017 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can
+ * be found in the LICENSE file.
+ *
+ */
+
+#pragma once
+
+//
+//
+//
+
+#include "block_pool_cl.h"
+#include "extent_cl_12.h"
+
+//
+// device side block pool
+//
+
+struct skc_block_pool
+{
+ union skc_block_pool_size const * size;
+
+ struct skc_extent_pdrw blocks;
+ struct skc_extent_pdrw ids;
+ struct skc_extent_phr_pdrw atomics;
+};
+
+//
+//
+//