Searched defs:anv_device_memory (Results 1 – 2 of 2) sorted by relevance
1504 struct anv_device_memory { struct1505 struct vk_object_base base;1507 struct list_head link;1509 struct anv_bo * bo;1510 const struct anv_memory_type * type;1512 void * map;1513 size_t map_size;1516 uint64_t map_delta;1521 struct AHardwareBuffer * ahw;1524 void * host_ptr;
2702 struct anv_device_memory { struct2703 struct vk_device_memory vk;2705 struct list_head link;2707 struct anv_bo * bo;2708 const struct anv_memory_type * type;2710 void * map;2711 size_t map_size;2714 uint64_t map_delta;