Searched refs:vkGetPhysicalDeviceQueueFamilyProperties (Results 1 – 25 of 84) sorted by relevance
1234
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 281 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() 285 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() 329 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() 333 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() 386 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() 390 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() 510 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_devices[0], &returned_famil… in TEST() 514 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_devices[0], &returned_famil… in TEST() 594 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() 598 …env.vulkan_functions.vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &returned_family_co… in TEST() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_win32_surface/ |
D | platformQuerySupport_win32.txt | 25 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
D | platformQuerySupport_win32.adoc | 25 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_wayland_surface/ |
D | platformQuerySupport_wayland.adoc | 27 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
D | platformQuerySupport_wayland.txt | 28 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_QNX_screen_surface/ |
D | platformQuerySupport_screen.adoc | 26 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
D | platformQuerySupport_screen.txt | 26 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_directfb_surface/ |
D | platformQuerySupport_directfb.txt | 27 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
D | platformQuerySupport_directfb.adoc | 26 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xcb_surface/ |
D | platformQuerySupport_xcb.adoc | 28 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
D | platformQuerySupport_xcb.txt | 28 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xlib_surface/ |
D | platformQuerySupport_xlib.adoc | 27 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
D | platformQuerySupport_xlib.txt | 27 fname:vkGetPhysicalDeviceQueueFamilyProperties for the given
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 70 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, nullptr); in GetPhysicalDeviceQueueFamilyProperties() 73 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, in GetPhysicalDeviceQueueFamilyProperties()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.cpp | 127 driver->vkGetPhysicalDeviceQueueFamilyProperties(device, &count, nullptr); in GetPhysicalDeviceQueueFamilyProperties() 129 driver->vkGetPhysicalDeviceQueueFamilyProperties(device, &count, out.data()); in GetPhysicalDeviceQueueFamilyProperties()
|
D | VkInstanceFuncs.hpp | 62 VK_INSTANCE(vkGetPhysicalDeviceQueueFamilyProperties, void, VkPhysicalDevice, uint32_t *, VkQueueFa…
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 15 vkGetPhysicalDeviceQueueFamilyProperties;
|
D | vk_swiftshader.def | 15 vkGetPhysicalDeviceQueueFamilyProperties
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 205 vkGetPhysicalDeviceQueueFamilyProperties
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 115 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, NULL); in SetupVulkan() 117 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, queues); in SetupVulkan()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 125 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, NULL); in SetupVulkan() 127 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, queues); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 147 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, NULL); in SetupVulkan() 149 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, queues); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 139 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, NULL); in SetupVulkan() 141 vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, queues); in SetupVulkan()
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 34 vkGetPhysicalDeviceQueueFamilyProperties
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.6.rst | 51 - anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0
|
1234