Searched defs:anv_device_memory (Results 1 – 2 of 2) sorted by relevance
1509 struct anv_device_memory { struct1510 struct vk_object_base base;1512 struct list_head link;1514 struct anv_bo * bo;1515 const struct anv_memory_type * type;1517 void * map;1518 size_t map_size;1521 uint64_t map_delta;1526 struct AHardwareBuffer * ahw;1529 void * host_ptr;
2306 struct anv_device_memory { struct2307 struct vk_device_memory vk;2309 struct list_head link;2311 struct anv_bo * bo;2312 const struct anv_memory_type * type;2314 void * map;2315 size_t map_size;2318 uint64_t map_delta;