Home
last modified time | relevance | path

Searched refs:VkInstance_T (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp39 struct VkInstance_T { struct
102 VkInstance_T* instance;
164 VkInstance_T* GetInstanceFromPhysicalDevice( in GetInstanceFromPhysicalDevice()
166 return reinterpret_cast<VkInstance_T*>( in GetInstanceFromPhysicalDevice()
168 offsetof(VkInstance_T, physical_device)); in GetInstanceFromPhysicalDevice()
299 VkInstance_T* instance = in CreateInstance()
300 static_cast<VkInstance_T*>(allocator->pfnAllocation( in CreateInstance()
301 allocator->pUserData, sizeof(VkInstance_T), alignof(VkInstance_T), in CreateInstance()
665 VkInstance_T* instance = GetInstanceFromPhysicalDevice(physical_device); in CreateDevice()