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.h1762 struct anv_device_memory { struct
1763 struct vk_object_base base;
1765 struct list_head link;
1767 struct anv_bo * bo;
1768 const struct anv_memory_type * type;
1769 VkDeviceSize map_size;
1770 void * map;
1773 uint32_t map_delta;
1778 struct AHardwareBuffer * ahw;
1781 void * host_ptr;