Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkObject.hpp120 class DispatchableObject class
130 DispatchableObject(Args... args) in DispatchableObject() function in vk::DispatchableObject
135 ~DispatchableObject() = delete;
151 …return vk::Create<DispatchableObject<T, VkT>, VkT, CreateInfo>(pAllocator, pCreateInfo, outObject,… in Create()
162 …return (vkObject == VK_NULL_HANDLE) ? nullptr : &(reinterpret_cast<DispatchableObject<T, VkT> *>(v… in Cast()
DVkInstance.hpp45 using DispatchableInstance = DispatchableObject<Instance, VkInstance>;
DVkPhysicalDevice.hpp88 using DispatchablePhysicalDevice = DispatchableObject<PhysicalDevice, VkPhysicalDevice>;
DVkDevice.hpp207 using DispatchableDevice = DispatchableObject<Device, VkDevice>;
DVkCommandBuffer.hpp207 using DispatchableCommandBuffer = DispatchableObject<CommandBuffer, VkCommandBuffer>;