Bug 13632 Header 84 Assorted questions and comments on vulkan.h
diff --git a/icd/intel/mem.h b/icd/intel/mem.h
index 040e795..df2a532 100644
--- a/icd/intel/mem.h
+++ b/icd/intel/mem.h
@@ -36,7 +36,7 @@
     struct intel_base base;
 
     struct intel_bo *bo;
-    VkGpuSize size;
+    VkDeviceSize size;
 };
 
 VkResult intel_mem_alloc(struct intel_dev *dev,
@@ -72,7 +72,7 @@
     return intel_bo_is_busy(mem->bo);
 }
 
-static inline struct intel_mem *intel_mem(VkGpuMemory mem)
+static inline struct intel_mem *intel_mem(VkDeviceMemory mem)
 {
     return (struct intel_mem *) mem;
 }