| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_device.c | 384 VkQueue *pQueue) in vk_common_GetDeviceQueue() 409 VkQueue *pQueue) in vk_common_GetDeviceQueue2()
|
| /third_party/mesa3d/src/gfxstream/guest/vulkan/ |
| D | gfxstream_vk_device.cpp | 549 VkQueue* pQueue) { in gfxstream_vk_GetDeviceQueue() 581 VkQueue* pQueue) { in gfxstream_vk_GetDeviceQueue2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorBufferTests.cpp | 5274 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5327 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5395 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5453 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5509 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5580 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5639 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| D | vktBindingDescriptorBufferTests.cpp | 5209 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5261 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5328 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5385 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5440 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5510 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local 5568 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 24607 …_vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vn_sizeof_vkGetDeviceQueue() 24623 …agsEXT cmd_flags, VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vn_encode_vkGetDeviceQueue() 24637 …DeviceQueue_reply(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vn_sizeof_vkGetDeviceQueue_reply() 24652 …_cs_decoder *dec, VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vn_decode_vkGetDeviceQueue_reply() 25599 …vn_sizeof_vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) in vn_sizeof_vkGetDeviceQueue2() 25616 …kCommandFlagsEXT cmd_flags, VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) in vn_encode_vkGetDeviceQueue2() 25630 …eof_vkGetDeviceQueue2_reply(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) in vn_sizeof_vkGetDeviceQueue2_reply() 25644 …(struct vn_cs_decoder *dec, VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) in vn_decode_vkGetDeviceQueue2_reply() 26231 …gs, VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue, struct vn_ri… in vn_submit_vkGetDeviceQueue() 26546 …XT cmd_flags, VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue, struct vn_ri… in vn_submit_vkGetDeviceQueue2() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkNullDriver.cpp | 1172 …L getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) in getDeviceQueue()
|
| /third_party/vulkan-loader/tests/framework/icd/ |
| D | test_icd.cpp | 1069 uint32_t queueIndex, VkQueue* pQueue) { in test_vkGetDeviceQueue()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | libVulkan.cpp | 1059 … vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) in vkGetDeviceQueue() 3680 …KAPI_CALL vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) in vkGetDeviceQueue2()
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 1068 VkQueue *pQueue) { in vkGetDeviceQueue() 2905 …PI_CALL vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) { in vkGetDeviceQueue2()
|
| /third_party/mesa3d/src/gfxstream/guest/vulkan_enc/ |
| D | ResourceTracker.cpp | 2125 VkQueue* pQueue) { in on_vkGetDeviceQueue() 2131 VkQueue* pQueue) { in on_vkGetDeviceQueue2()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkNullDriverImpl.inl | 1388 …VKAPI_CALL getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue)
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkNullDriverImpl.inl | 2062 …VKAPI_CALL getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue)
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkNullDriverImpl.inl | 2113 …VKAPI_CALL getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue)
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_funcs.hpp | 774 VULKAN_HPP_NAMESPACE::Queue * pQueue, in getQueue() 6199 VULKAN_HPP_NAMESPACE::Queue * pQueue, in getQueue2()
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_funcs.hpp | 912 …getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex, VULKAN_HPP_NAMESPACE::Queue * pQueue, Di… in getQueue() 7156 VULKAN_HPP_NAMESPACE::Queue * pQueue, in getQueue2()
|