Searched defs:anv_device_memory (Results 1 – 1 of 1) sorted by relevance
1847 struct anv_device_memory { struct1848 struct vk_object_base base;1850 struct list_head link;1852 struct anv_bo * bo;1853 struct anv_memory_type * type;1854 VkDeviceSize map_size;1855 void * map;1860 struct AHardwareBuffer * ahw;1863 void * host_ptr;