Home
last modified time | relevance | path

Searched defs:anv_device_memory (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_private.h1714 struct anv_device_memory { struct
1715 struct vk_object_base base;
1717 struct list_head link;
1719 struct anv_bo * bo;
1720 const struct anv_memory_type * type;
1722 void * map;
1723 size_t map_size;
1726 uint64_t map_delta;
1729 uint32_t map_delta;
1734 struct AHardwareBuffer * ahw;
[all …]