/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 24 vkGetDeviceQueue
|
D | VkGetProcAddress.cpp | 84 MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceQueue),
|
D | libVulkan.cpp | 452 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/ |
D | vkCoreFunctionalities.inl | 39 …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)…
|
D | vkInitDeviceFunctionPointers.inl | 6 m_vk.getDeviceQueue = (GetDeviceQueueFunc) GET_PROC_ADDR("vkGetDeviceQueue");
|
D | vkNullDriverImpl.inl | 1970 VK_NULL_FUNC_ENTRY(vkGetDeviceQueue, getDeviceQueue),
|
D | vkVulkan_c.inl | 2849 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 620 vkGetDeviceQueue(device,0,0,&queue); in main()
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 620 vkGetDeviceQueue(device,0,0,&queue); in main()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 323 vkGetDeviceQueue(handle(), i, j, &queue); in init_queues()
|
D | layer_validation_tests.cpp | 4843 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/ |
D | anv_entrypoints.c | 659 .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,
|
D | anv_entrypoints.h | 24 PFN_vkGetDeviceQueue vkGetDeviceQueue; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2776 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2956 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2956 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3121 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|
D | vulkan.hpp | 1562 …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 55196 …vkGetDeviceQueue = PFN_vkGetDeviceQueue( device ? vkGetDeviceProcAddr( device, "vkGetDeviceQueue" … in init()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 3074 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|
D | vulkan.hpp | 1979 …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 53044 …vkGetDeviceQueue = PFN_vkGetDeviceQueue(device ? device.getProcAddr( "vkGetDeviceQueue") : instanc… in init()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2846 VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue(
|