Searched refs:VkInstance_T (Results 1 – 1 of 1) sorted by relevance
38 struct VkInstance_T { struct101 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()