Home
last modified time | relevance | path

Searched refs:DispatchableObject (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkObject.hpp101 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()
DVkInstance.hpp50 using DispatchableInstance = DispatchableObject<Instance, VkInstance>;
DVkDevice.hpp54 using DispatchableDevice = DispatchableObject<Device, VkDevice>;
DVkPhysicalDevice.hpp64 using DispatchablePhysicalDevice = DispatchableObject<PhysicalDevice, VkPhysicalDevice>;
DVkCommandBuffer.hpp152 using DispatchableCommandBuffer = DispatchableObject<CommandBuffer, VkCommandBuffer>;