Home
last modified time | relevance | path

Searched refs:vkGetDeviceQueue (Results 1 - 25 of 32) sorted by relevance

12

/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp276 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 Dloader_debug_ext_tests.cpp1018 dev.functions->vkGetDeviceQueue(dev.dev, 0, 0, &queue); in CheckDeviceFunctions()
H A Dloader_unknown_ext_tests.cpp620 funcs.vkGetDeviceQueue(dev, 0, 0, &queue); in get_dispatch_handle()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp435 driver->vkGetDeviceQueue(device, queueFamilyIndex, 0, &queue); in QueueSubmitAndWait()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp143 funcs.vkGetDeviceQueue = GPA(vkGetDeviceQueue); in init_vulkan_functions()
159 vkGetDeviceQueue = load(device, "vkGetDeviceQueue");
H A Dtest_environment.h236 PFN_vkGetDeviceQueue vkGetDeviceQueue = nullptr; member
252 PFN_vkGetDeviceQueue vkGetDeviceQueue = nullptr; member
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h212 PFN_vkGetDeviceQueue vkGetDeviceQueue; member
620 extern PFN_vkGetDeviceQueue vkGetDeviceQueue;
H A Dvolk.c422 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 DVkGetProcAddress.cpp172 MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceQueue),
H A DlibVulkan.cpp1059 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 Dmain.cpp170 vkGetDeviceQueue(g_Device, g_QueueFamily, 0, &g_Queue); in SetupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp178 vkGetDeviceQueue(g_Device, g_QueueFamily, 0, &g_Queue); in SetupVulkan()
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c49 if (!strcmp(funcName, "vkGetDeviceQueue")) return vkGetDeviceQueue; in trampoline_get_proc_addr()
H A Dtrampoline.c130 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 DVulkanHelper.cpp340 vkGetDeviceQueue(mDevice, mGraphicsQueueFamilyIndex, kGraphicsQueueIndex, &mGraphicsQueue);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp788 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 Dconfig_helper_vulkan.cc1256 vkGetDeviceQueue(vulkan_device_, vulkan_queue_family_index_, 0, in CreateConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp1316 vkGetDeviceQueue(device, mIndex, queueIndex, queue); in getDeviceQueue()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1532 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 Dvulkan_raii.hpp692 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 Dtriangle-vulkan.c1931 vkGetDeviceQueue(demo->device, demo->graphics_queue_node_index, 0, in demo_init_vk_swapchain()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1131 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 Dvulkan.h5456 #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 Dvulkan_sc_core.h2830 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3640 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(

Completed in 198 milliseconds

12