update for buffer object changes
diff --git a/icd/intel/cmd.h b/icd/intel/cmd.h
index 10a5353..238fc1e 100644
--- a/icd/intel/cmd.h
+++ b/icd/intel/cmd.h
@@ -177,17 +177,17 @@
} dset;
struct {
- struct intel_mem_view graphics;
- struct intel_mem_view compute;
+ struct intel_buf_view *graphics;
+ struct intel_buf_view *compute;
} dyn_view;
struct {
- const struct intel_mem *mem[INTEL_MAX_VERTEX_BINDING_COUNT];
+ const struct intel_buf *buf[INTEL_MAX_VERTEX_BINDING_COUNT];
XGL_GPU_SIZE offset[INTEL_MAX_VERTEX_BINDING_COUNT];
} vertex;
struct {
- const struct intel_mem *mem;
+ const struct intel_buf *buf;
XGL_GPU_SIZE offset;
XGL_INDEX_TYPE type;
} index;