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;
2575 struct anv_device_memory { struct2576 struct vk_device_memory vk;2578 struct list_head link;2580 struct anv_bo * bo;2581 const struct anv_memory_type * type;2583 void * map;2584 size_t map_size;2587 uint64_t map_delta;