Home
last modified time | relevance | path

Searched refs:pQueue (Results 1 – 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp5209 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
5213 if ((*pQueue == VK_QUEUE_COMPUTE_BIT) && (*pStage != VK_SHADER_STAGE_COMPUTE_BIT)) in populateDescriptorBufferTests()
5229 params.queue = *pQueue; in populateDescriptorBufferTests()
5261 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
5265 if ((*pQueue == VK_QUEUE_COMPUTE_BIT) && (*pStage != VK_SHADER_STAGE_COMPUTE_BIT)) in populateDescriptorBufferTests()
5281 params.queue = *pQueue; in populateDescriptorBufferTests()
5328 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
5332 if ((*pQueue == VK_QUEUE_COMPUTE_BIT) && (*pStage != VK_SHADER_STAGE_COMPUTE_BIT)) in populateDescriptorBufferTests()
5348 params.queue = *pQueue; in populateDescriptorBufferTests()
5385 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp5209 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
5213 if ((*pQueue == VK_QUEUE_COMPUTE_BIT) && (*pStage != VK_SHADER_STAGE_COMPUTE_BIT)) in populateDescriptorBufferTests()
5229 params.queue = *pQueue; in populateDescriptorBufferTests()
5261 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
5265 if ((*pQueue == VK_QUEUE_COMPUTE_BIT) && (*pStage != VK_SHADER_STAGE_COMPUTE_BIT)) in populateDescriptorBufferTests()
5281 params.queue = *pQueue; in populateDescriptorBufferTests()
5328 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
5332 if ((*pQueue == VK_QUEUE_COMPUTE_BIT) && (*pStage != VK_SHADER_STAGE_COMPUTE_BIT)) in populateDescriptorBufferTests()
5348 params.queue = *pQueue; in populateDescriptorBufferTests()
5385 for (auto pQueue = choiceQueues; pQueue < DE_ARRAY_END(choiceQueues); ++pQueue) in populateDescriptorBufferTests() local
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c351 VkQueue *pQueue) in vk_common_GetDeviceQueue() argument
370 device->dispatch_table.GetDeviceQueue2(_device, &info, pQueue); in vk_common_GetDeviceQueue()
376 VkQueue *pQueue) in vk_common_GetDeviceQueue2() argument
397 *pQueue = vk_queue_to_handle(queue); in vk_common_GetDeviceQueue2()
399 *pQueue = VK_NULL_HANDLE; in vk_common_GetDeviceQueue2()
/third_party/vulkan-loader/loader/
Dtrampoline.c953 VkQueue *pQueue) { in vkGetDeviceQueue() argument
961 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue); in vkGetDeviceQueue()
962 if (pQueue != NULL && *pQueue != NULL) { in vkGetDeviceQueue()
963 loader_set_dispatch(*pQueue, disp); in vkGetDeviceQueue()
2791 …PI_CALL vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) { in vkGetDeviceQueue2() argument
2798 disp->GetDeviceQueue2(device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
2799 if (pQueue != NULL && *pQueue != NULL) { in vkGetDeviceQueue2()
2800 loader_set_dispatch(*pQueue, disp); in vkGetDeviceQueue2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h19436 …_vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vn_sizeof_vkGetDeviceQueue() argument
19445 cmd_size += vn_sizeof_simple_pointer(pQueue); in vn_sizeof_vkGetDeviceQueue()
19446 if (pQueue) in vn_sizeof_vkGetDeviceQueue()
19447 cmd_size += vn_sizeof_VkQueue(pQueue); in vn_sizeof_vkGetDeviceQueue()
19452 …agsEXT cmd_flags, VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vn_encode_vkGetDeviceQueue() argument
19462 if (vn_encode_simple_pointer(enc, pQueue)) in vn_encode_vkGetDeviceQueue()
19463 vn_encode_VkQueue(enc, pQueue); in vn_encode_vkGetDeviceQueue()
19466 …DeviceQueue_reply(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vn_sizeof_vkGetDeviceQueue_reply() argument
19474 cmd_size += vn_sizeof_simple_pointer(pQueue); in vn_sizeof_vkGetDeviceQueue_reply()
19475 if (pQueue) in vn_sizeof_vkGetDeviceQueue_reply()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1133 …L getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) in getDeviceQueue() argument
1138 if (pQueue) in getDeviceQueue()
1139 *pQueue = reinterpret_cast<VkQueue>((deUint64)queueIndex + 1); in getDeviceQueue()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c29 VkQueue *pQueue) in vn_GetDeviceQueue2() argument
38 *pQueue = vn_queue_to_handle(queue); in vn_GetDeviceQueue2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp1059 … vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) in vkGetDeviceQueue() argument
1062 device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
1064 *pQueue = vk::Cast(device)->getQueue(queueFamilyIndex, queueIndex); in vkGetDeviceQueue()
3680 …KAPI_CALL vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) in vkGetDeviceQueue2() argument
3683 device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
3702 vkGetDeviceQueue(device, pQueueInfo->queueFamilyIndex, pQueueInfo->queueIndex, pQueue); in vkGetDeviceQueue2()
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp778 …kGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in test_vkGetDeviceQueue() argument
779 *pQueue = icd.physical_devices.back().queue_handles[queueIndex].handle; in test_vkGetDeviceQueue()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl17 …eviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) const
19 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
1002 …ver::getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const
1004 m_vk.getDeviceQueue2(device, pQueueInfo, pQueue);
DvkVirtualDeviceInterface.inl8 … (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) const = 0;
205 …ueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const = 0;
DvkConcreteDeviceInterface.inl8 … (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) const;
205 …iceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const;
DvkFunctionPointerTypes.inl24 …nc) (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
310 …ceQueue2Func) (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
DvkNullDriverImpl.inl2062 …VKAPI_CALL getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) argument
2066 DE_UNREF(pQueue);
DvkVulkan_c.inl4897 …kGetDeviceQueue)(VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue);
5106 VkQueue* pQueue);
6525 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
6632 VkQueue* pQueue);
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h2616 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
2814 VkQueue* pQueue);
4047 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
4134 VkQueue* pQueue);
/third_party/glfw/deps/vulkan/
Dvulkan.h2246 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
2455 VkQueue* pQueue);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddevsandqueues.txt2371 * pname:pQueue is a pointer to a slink:VkQueue object that will be filled
2410 * pname:pQueue is a pointer to a slink:VkQueue object that will be filled
2438 handle returned in pname:pQueue must: be `NULL`.
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3435 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
3644 VkQueue* pQueue);
5061 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
5168 VkQueue* pQueue);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp1535 VkQueue * pQueue ) const VULKAN_HPP_NOEXCEPT in vkGetDeviceQueue()
1537 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue ); in vkGetDeviceQueue()
2652 VkQueue * pQueue ) const VULKAN_HPP_NOEXCEPT in vkGetDeviceQueue2()
2654 return ::vkGetDeviceQueue2( device, pQueueInfo, pQueue ); in vkGetDeviceQueue2()
Dvulkan_core.h3528 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
3737 VkQueue* pQueue);
5155 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
5262 VkQueue* pQueue);
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp1429 …Device device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue * pQueue ) const VULKAN_HPP… in vkGetDeviceQueue()
1431 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue ); in vkGetDeviceQueue()
2376 …ueue2( VkDevice device, const VkDeviceQueueInfo2 * pQueueInfo, VkQueue * pQueue ) const VULKAN_HPP… in vkGetDeviceQueue2()
2378 return ::vkGetDeviceQueue2( device, pQueueInfo, pQueue ); in vkGetDeviceQueue2()
Dvulkan_core.h3870 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
4079 VkQueue* pQueue);
5498 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
5605 VkQueue* pQueue);
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h3577 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
3786 VkQueue* pQueue);
5204 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
5311 VkQueue* pQueue);
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h3792 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
4001 VkQueue* pQueue);
5419 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
5526 VkQueue* pQueue);

12