Searched defs:vk_device (Results 1 – 4 of 4) sorted by relevance
36 struct vk_device { struct41 struct vk_device_extension_table enabled_extensions; argument43 struct vk_device_dispatch_table dispatch_table; argument56 VK_DEFINE_HANDLE_CASTS(vk_device, base, VkDevice, argument
55 add_library(vk_device EXCLUDE_FROM_ALL target
72 const vulkan::VulkanHandle<VkDevice>& vk_device() override { in vk_device() function
49 VkDevice vk_device = reinterpret_cast<VkDevice>(result); in TEST_P() local