Home
last modified time | relevance | path

Searched refs:vkGetDeviceQueue (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def24 vkGetDeviceQueue
DVkGetProcAddress.cpp84 MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceQueue),
DlibVulkan.cpp452 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t qu… in vkGetDeviceQueue() function
1953 vkGetDeviceQueue(device, pQueueInfo->queueFamilyIndex, pQueueInfo->queueIndex, pQueue); in vkGetDeviceQueue2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl39 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetDeviceQueue", FUNCTIONORIGIN_DEVICE)…
177 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetDeviceQueue", FUNCTIONORIGIN_DEVICE)…
DvkInitDeviceFunctionPointers.inl6 m_vk.getDeviceQueue = (GetDeviceQueueFunc) GET_PROC_ADDR("vkGetDeviceQueue");
DvkNullDriverImpl.inl1970 VK_NULL_FUNC_ENTRY(vkGetDeviceQueue, getDeviceQueue),
DvkVulkan_c.inl2849 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
/external/skqp/src/compute/hs/vk/bench/
Dmain.c620 vkGetDeviceQueue(device,0,0,&queue); in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c620 vkGetDeviceQueue(device,0,0,&queue); in main()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp323 vkGetDeviceQueue(handle(), i, j, &queue); in init_queues()
Dlayer_validation_tests.cpp4843 vkGetDeviceQueue(m_device->device(), other_queue_family, 0, &other_queue); in TEST_F()
17350 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 0, &queue); in TEST_F()
30732 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 0, &queue); in TEST_F()
30787 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 1, &queue); in TEST_F()
30891 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 1, &queue); in TEST_F()
30987 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 0, &queue); in TEST_F()
31028 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 0, &queue); in TEST_F()
31125 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 1, &queue); in TEST_F()
31230 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 1, &queue); in TEST_F()
31336 vkGetDeviceQueue(m_device->device(), m_device->graphics_queue_node_index_, 1, &queue); in TEST_F()
[all …]
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c659 .vkGetDeviceQueue = anv_GetDeviceQueue,
1080 .vkGetDeviceQueue = gen7_GetDeviceQueue,
1501 .vkGetDeviceQueue = gen75_GetDeviceQueue,
1922 .vkGetDeviceQueue = gen8_GetDeviceQueue,
2343 .vkGetDeviceQueue = gen9_GetDeviceQueue,
2764 .vkGetDeviceQueue = gen10_GetDeviceQueue,
2977 return anv_device->dispatch.vkGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in anv_tramp_GetDeviceQueue()
3833 .vkGetDeviceQueue = anv_tramp_GetDeviceQueue,
Danv_entrypoints.h24 PFN_vkGetDeviceQueue vkGetDeviceQueue; member
/external/mesa3d/include/vulkan/
Dvulkan.h2776 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2956 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2956 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3121 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
Dvulkan.hpp1562 …void vkGetDeviceQueue( VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* p… in vkGetDeviceQueue() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1564 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue ); in vkGetDeviceQueue()
50724 …d.vkGetDeviceQueue( m_device, queueFamilyIndex, queueIndex, reinterpret_cast<VkQueue*>( pQueue ) ); in getQueue()
50731 …d.vkGetDeviceQueue( m_device, queueFamilyIndex, queueIndex, reinterpret_cast<VkQueue*>( &queue ) ); in getQueue()
54787 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
55196vkGetDeviceQueue = PFN_vkGetDeviceQueue( device ? vkGetDeviceProcAddr( device, "vkGetDeviceQueue" … in init()
/external/swiftshader/include/vulkan/
Dvulkan_core.h3074 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
Dvulkan.hpp1979 …void vkGetDeviceQueue( VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* p… in vkGetDeviceQueue() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1981 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
41553 …d.vkGetDeviceQueue( m_device, queueFamilyIndex, queueIndex, reinterpret_cast<VkQueue*>( pQueue ) ); in getQueue()
41560 …d.vkGetDeviceQueue( m_device, queueFamilyIndex, queueIndex, reinterpret_cast<VkQueue*>( &queue ) ); in getQueue()
52644 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
53044vkGetDeviceQueue = PFN_vkGetDeviceQueue(device ? device.getProcAddr( "vkGetDeviceQueue") : instanc… in init()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2846 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(