Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp38 struct VkInstance_T { struct
101 VkInstance_T* instance;
163 VkInstance_T* GetInstanceFromPhysicalDevice( in GetInstanceFromPhysicalDevice()
165 return reinterpret_cast<VkInstance_T*>( in GetInstanceFromPhysicalDevice()
167 offsetof(VkInstance_T, physical_device)); in GetInstanceFromPhysicalDevice()
298 VkInstance_T* instance = in CreateInstance()
299 static_cast<VkInstance_T*>(allocator->pfnAllocation( in CreateInstance()
300 allocator->pUserData, sizeof(VkInstance_T), alignof(VkInstance_T), in CreateInstance()
664 VkInstance_T* instance = GetInstanceFromPhysicalDevice(physical_device); in CreateDevice()