Searched refs:DispatchableObject (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkObject.hpp | 101 class DispatchableObject class 110 DispatchableObject(Args... args) : object(args...) in DispatchableObject() function in vk::DispatchableObject 114 ~DispatchableObject() = delete; 135 …return vk::Create<DispatchableObject<T, VkT>, VkT, CreateInfo>(pAllocator, pCreateInfo, outObject); in Create() 146 return &(reinterpret_cast<DispatchableObject<T, VkT>*>(vkObject)->object); in Cast()
|
D | VkInstance.hpp | 50 using DispatchableInstance = DispatchableObject<Instance, VkInstance>;
|
D | VkDevice.hpp | 54 using DispatchableDevice = DispatchableObject<Device, VkDevice>;
|
D | VkPhysicalDevice.hpp | 64 using DispatchablePhysicalDevice = DispatchableObject<PhysicalDevice, VkPhysicalDevice>;
|
D | VkCommandBuffer.hpp | 152 using DispatchableCommandBuffer = DispatchableObject<CommandBuffer, VkCommandBuffer>;
|