Searched defs:anv_device_memory (Results 1 – 1 of 1) sorted by relevance
1762 struct anv_device_memory { struct1763 struct vk_object_base base;1765 struct list_head link;1767 struct anv_bo * bo;1768 const struct anv_memory_type * type;1769 VkDeviceSize map_size;1770 void * map;1773 uint32_t map_delta;1778 struct AHardwareBuffer * ahw;1781 void * host_ptr;