/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 276 inst->vkGetDeviceQueue(device, 0, 0, &queue); in TEST() 324 inst->vkGetDeviceQueue(device, 0, 0, &queue); in TEST() 382 inst->vkGetDeviceQueue(device, 0, 0, &queue); in TEST() 686 inst->vkGetDeviceQueue(device, 0, 0, &queue); in TEST() 813 env.vulkan_functions.vkGetDeviceQueue(device, 0, 0, &queue); in TEST() 952 env.vulkan_functions.vkGetDeviceQueue(devices[i], 0, 0, &queue); in TEST() 1052 env.vulkan_functions.vkGetDeviceQueue(devices[i], 0, 0, &queue); in TEST()
|
H A D | loader_debug_ext_tests.cpp | 1018 dev.functions->vkGetDeviceQueue(dev.dev, 0, 0, &queue); in CheckDeviceFunctions()
|
H A D | loader_unknown_ext_tests.cpp | 620 funcs.vkGetDeviceQueue(dev, 0, 0, &queue); in get_dispatch_handle()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.cpp | 435 driver->vkGetDeviceQueue(device, queueFamilyIndex, 0, &queue); in QueueSubmitAndWait()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 143 funcs.vkGetDeviceQueue = GPA(vkGetDeviceQueue); in init_vulkan_functions() 159 vkGetDeviceQueue = load(device, "vkGetDeviceQueue");
|
H A D | test_environment.h | 236 PFN_vkGetDeviceQueue vkGetDeviceQueue = nullptr; member 252 PFN_vkGetDeviceQueue vkGetDeviceQueue = nullptr; member
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 212 PFN_vkGetDeviceQueue vkGetDeviceQueue; member 620 extern PFN_vkGetDeviceQueue vkGetDeviceQueue;
|
H A D | volk.c | 422 vkGetDeviceQueue = (PFN_vkGetDeviceQueue)load(context, "vkGetDeviceQueue"); in volkGenLoadDevice() 823 table->vkGetDeviceQueue = (PFN_vkGetDeviceQueue)load(context, "vkGetDeviceQueue"); in volkGenLoadDeviceTable() 1235 PFN_vkGetDeviceQueue vkGetDeviceQueue; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 172 MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceQueue),
|
H A D | libVulkan.cpp | 1059 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) in vkGetDeviceQueue() function 3702 vkGetDeviceQueue(device, pQueueInfo->queueFamilyIndex, pQueueInfo->queueIndex, pQueue); in vkGetDeviceQueue2()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
H A D | main.cpp | 170 vkGetDeviceQueue(g_Device, g_QueueFamily, 0, &g_Queue); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 178 vkGetDeviceQueue(g_Device, g_QueueFamily, 0, &g_Queue); in SetupVulkan()
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 49 if (!strcmp(funcName, "vkGetDeviceQueue")) return vkGetDeviceQueue; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 130 if (!strcmp(name, "GetDeviceQueue")) return (PFN_vkVoidFunction)vkGetDeviceQueue; in vkGetDeviceProcAddr() 1101 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(VkDevice device, uint32_t queueNodeIndex, uint32_t queueIndex, in vkGetDeviceQueue() function 1106 "vkGetDeviceQueue: Invalid device [VUID-vkGetDeviceQueue-device-parameter]"); in vkGetDeviceQueue()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 340 vkGetDeviceQueue(mDevice, mGraphicsQueueFamilyIndex, kGraphicsQueueIndex, &mGraphicsQueue);
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 788 vkGetDeviceQueue(info.device, info.graphics_queue_family_index, 0, &info.graphics_queue); in init_device_queue() 795 vkGetDeviceQueue(info.device, info.present_queue_family_index, 0, &info.present_queue); in init_device_queue()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 1256 vkGetDeviceQueue(vulkan_device_, vulkan_queue_family_index_, 0, in CreateConfig()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.cpp | 1316 vkGetDeviceQueue(device, mIndex, queueIndex, queue); in getDeviceQueue()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 1532 void vkGetDeviceQueue( VkDevice device, 1537 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue ); 10897 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11872 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetInstanceProcAddr( instance, "vkGetDeviceQueue" ) ); 13076 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) );
|
H A D | vulkan_raii.hpp | 692 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) ); in init() 1582 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 7647 getDispatcher()->vkGetDeviceQueue( in Queue()
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 1931 vkGetDeviceQueue(demo->device, demo->graphics_queue_node_index, 0, in demo_init_vk_swapchain()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1131 void vkGetDeviceQueue( VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue * pQueue ) const VULKAN_HPP_NOEXCEPT 1133 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue ); 16417 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17613 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetInstanceProcAddr( instance, "vkGetDeviceQueue" ) ); 18933 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) );
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5456 #define vkGetDeviceQueue glad_vkGetDeviceQueue macro 5969 glad_vkGetDeviceQueue = (PFN_vkGetDeviceQueue) load(userptr, "vkGetDeviceQueue"); in glad_vk_load_VK_VERSION_1_0()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2830 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3640 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|