Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkInstance.hpp45 using DispatchableInstance = DispatchableObject<Instance, VkInstance>; typedef
49 return DispatchableInstance::Cast(object); in Cast()
DlibVulkan.cpp566 …result = vk::DispatchableInstance::Create(pAllocator, pCreateInfo, pInstance, physicalDevice, vk::… in vkCreateInstance()