Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp64 using DispatchablePhysicalDevice = DispatchableObject<PhysicalDevice, VkPhysicalDevice>; typedef
68 return DispatchablePhysicalDevice::Cast(object); in Cast()
DlibVulkan.cpp91 VkResult result = vk::DispatchablePhysicalDevice::Create(pAllocator, pCreateInfo, &physicalDevice); in vkCreateInstance()