Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkInstance.hpp50 using DispatchableInstance = DispatchableObject<Instance, VkInstance>; typedef
54 return DispatchableInstance::Cast(object); in Cast()
DlibVulkan.cpp103 result = vk::DispatchableInstance::Create(pAllocator, &info, pInstance); in vkCreateInstance()