Home
last modified time | relevance | path

Searched refs:VkTtoT (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkObject.hpp30 static inline T *VkTtoT(VkT vkObject) in VkTtoT() function
113 return vk::VkTtoT<T, VkT>(vkObject); in Cast()
DVkPipeline.hpp55 return vk::VkTtoT<Pipeline, VkPipeline>(object); in Cast()
/external/swiftshader/src/WSI/
DVkSurfaceKHR.hpp70 return vk::VkTtoT<SurfaceKHR, VkSurfaceKHR>(object); in Cast()