Home
last modified time | relevance | path

Searched defs:vk_device (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_device.h36 struct vk_device { struct
41 struct vk_device_extension_table enabled_extensions; argument
43 struct vk_device_dispatch_table dispatch_table; argument
56 VK_DEFINE_HANDLE_CASTS(vk_device, base, VkDevice, argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
DCMakeLists.txt55 add_library(vk_device EXCLUDE_FROM_ALL target
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_producer.h72 const vulkan::VulkanHandle<VkDevice>& vk_device() override { in vk_device() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanImageTest.cpp49 VkDevice vk_device = reinterpret_cast<VkDevice>(result); in TEST_P() local