Searched refs:DispatchableObject (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkObject.hpp | 118 class DispatchableObject class 128 DispatchableObject(Args... args) in DispatchableObject() function in vk::DispatchableObject 133 ~DispatchableObject() = delete; 149 …return vk::Create<DispatchableObject<T, VkT>, VkT, CreateInfo>(pAllocator, pCreateInfo, outObject,… in Create() 160 …return (vkObject == VK_NULL_HANDLE) ? nullptr : &(reinterpret_cast<DispatchableObject<T, VkT> *>(v… in Cast()
|
D | VkInstance.hpp | 40 using DispatchableInstance = DispatchableObject<Instance, VkInstance>;
|
D | VkPhysicalDevice.hpp | 86 using DispatchablePhysicalDevice = DispatchableObject<PhysicalDevice, VkPhysicalDevice>;
|
D | VkDevice.hpp | 132 using DispatchableDevice = DispatchableObject<Device, VkDevice>;
|
D | VkCommandBuffer.hpp | 223 using DispatchableCommandBuffer = DispatchableObject<CommandBuffer, VkCommandBuffer>;
|