/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 348 VkQueue *pQueue) { in PreCallValidateGetDeviceQueue() argument 356 VkQueue *pQueue) { in PostCallRecordGetDeviceQueue() argument 358 CreateQueue(device, *pQueue); in PostCallRecordGetDeviceQueue() 361 …llValidateGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) { in PreCallValidateGetDeviceQueue2() argument 366 …CallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) { in PostCallRecordGetDeviceQueue2() argument 368 CreateQueue(device, *pQueue); in PostCallRecordGetDeviceQueue2()
|
D | core_validation.cpp | 2844 void ValidationStateTracker::RetireWorkOnQueue(QUEUE_STATE *pQueue, uint64_t seq, bool switch_finis… in RetireWorkOnQueue() argument 2848 while (pQueue->seq < seq) { in RetireWorkOnQueue() 2849 auto &submission = pQueue->submissions.front(); in RetireWorkOnQueue() 2891 pQueue->queryToStateMap[queryStatePair.first] = newState; in RetireWorkOnQueue() 2906 pQueue->submissions.pop_front(); in RetireWorkOnQueue() 2907 pQueue->seq++; in RetireWorkOnQueue() 2918 static void SubmitFence(QUEUE_STATE *pQueue, FENCE_STATE *pFence, uint64_t submitCount) { in SubmitFence() argument 2920 pFence->signaler.first = pQueue->queue; in SubmitFence() 2921 pFence->signaler.second = pQueue->seq + pQueue->submissions.size() + submitCount; in SubmitFence() 3098 auto pQueue = GetQueueState(queue); in PostCallRecordQueueSubmit() local [all …]
|
D | core_validation.h | 406 …rdGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 407 …tCallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); 837 void RetireWorkOnQueue(QUEUE_STATE* pQueue, uint64_t seq, bool switch_finished_queries); 1062 …bool ValidateGetDeviceQueue(uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue, const… 1624 …teGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_legacy.c | 127 tu_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) in tu_GetDeviceQueue() argument 133 }, pQueue); in tu_GetDeviceQueue()
|
D | tu_device.c | 1270 VkQueue *pQueue) in tu_GetDeviceQueue2() argument 1286 *pQueue = VK_NULL_HANDLE; in tu_GetDeviceQueue2() 1290 *pQueue = tu_queue_to_handle(queue); in tu_GetDeviceQueue2()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 982 VkQueue* pQueue) in lvp_GetDeviceQueue2() argument 997 *pQueue = VK_NULL_HANDLE; in lvp_GetDeviceQueue2() 1001 *pQueue = lvp_queue_to_handle(queue); in lvp_GetDeviceQueue2() 1009 VkQueue* pQueue) in lvp_GetDeviceQueue() argument 1017 lvp_GetDeviceQueue2(_device, &info, pQueue); in lvp_GetDeviceQueue()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1170 …L getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) in getDeviceQueue() argument 1175 if (pQueue) in getDeviceQueue() 1176 *pQueue = reinterpret_cast<VkQueue>((deUint64)queueIndex + 1); in getDeviceQueue()
|
D | vkDeviceDriverImpl.inl | 15 …eviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const 17 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); 655 …ver::getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const 657 m_vk.getDeviceQueue2(device, pQueueInfo, pQueue);
|
D | vkConcreteDeviceInterface.inl | 6 …e (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const; 134 …eviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const;
|
D | vkVirtualDeviceInterface.inl | 6 … (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const = 0; 134 …eQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const = 0;
|
/external/vulkan-validation-layers/layers/generated/ |
D | object_tracker.h | 113 VkQueue* pQueue); 118 VkQueue* pQueue); 993 VkQueue* pQueue); 997 VkQueue* pQueue);
|
D | parameter_validation.h | 74 VkQueue* pQueue); 739 VkQueue* pQueue);
|
D | thread_safety.h | 556 VkQueue* pQueue); 562 VkQueue* pQueue); 2124 VkQueue* pQueue); 2129 VkQueue* pQueue);
|
D | layer_chassis_dispatch.h | 102 VkQueue* pQueue); 769 VkQueue* pQueue);
|
D | chassis.h | 148 VkQueue* pQueue); 951 VkQueue* pQueue); 2575 …kDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { return false; … in PreCallValidateGetDeviceQueue() argument 2576 …etDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) {}; in PreCallRecordGetDeviceQueue() argument 2577 …etDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) {}; in PostCallRecordGetDeviceQueue() argument 2986 …ceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { return false; … in PreCallValidateGetDeviceQueue2() argument 2987 …llRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) {}; in PreCallRecordGetDeviceQueue2() argument 2988 …llRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) {}; in PostCallRecordGetDeviceQueue2() argument
|
D | thread_safety.cpp | 210 VkQueue* pQueue) { in PreCallRecordGetDeviceQueue() argument 218 VkQueue* pQueue) { in PostCallRecordGetDeviceQueue() argument 2689 VkQueue* pQueue) { in PreCallRecordGetDeviceQueue2() argument 2696 VkQueue* pQueue) { in PostCallRecordGetDeviceQueue2() argument
|
D | chassis.cpp | 1188 VkQueue* pQueue) { in GetDeviceQueue() argument 1193 … skip |= intercept->PreCallValidateGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1198 intercept->PreCallRecordGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1200 DispatchGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1203 intercept->PostCallRecordGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 4247 VkQueue* pQueue) { in GetDeviceQueue2() argument 4252 skip |= intercept->PreCallValidateGetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2() 4257 intercept->PreCallRecordGetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2() 4259 DispatchGetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2() 4262 intercept->PostCallRecordGetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 804 …v_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 805 …7_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 806 …5_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 807 …8_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 808 …9_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 809 …1_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 810 …2_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 1896 … void anv_GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); 1897 void gen7_GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); 1898 …void gen75_GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); [all …]
|
D | anv_entrypoints.c | 1760 …nv_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in anv_GetDeviceQueue() argument 1763 … return anv_device->dispatch.vkGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in anv_GetDeviceQueue() 2696 anv_GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) in anv_GetDeviceQueue2() argument 2699 return anv_device->dispatch.vkGetDeviceQueue2(device, pQueueInfo, pQueue); in anv_GetDeviceQueue2() 3380 …kDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) __attribute__ ((w… 3536 …ceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) __attribute__ ((w… 3886 …kDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) __attribute__ ((w… 4042 …ceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) __attribute__ ((w… 4392 …kDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) __attribute__ ((w… 4548 …ceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) __attribute__ ((w… [all …]
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 995 … vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) in vkGetDeviceQueue() argument 998 device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue() 1000 *pQueue = vk::Cast(device)->getQueue(queueFamilyIndex, queueIndex); in vkGetDeviceQueue() 3538 …KAPI_CALL vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) in vkGetDeviceQueue2() argument 3541 device, pQueueInfo, pQueue); in vkGetDeviceQueue2() 3560 vkGetDeviceQueue(device, pQueueInfo->queueFamilyIndex, pQueueInfo->queueIndex, pQueue); in vkGetDeviceQueue2()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 3198 VkQueue* pQueue) in anv_GetDeviceQueue() argument 3208 anv_GetDeviceQueue2(_device, &info, pQueue); in anv_GetDeviceQueue() 3214 VkQueue* pQueue) in anv_GetDeviceQueue2() argument 3221 *pQueue = anv_queue_to_handle(&device->queue); in anv_GetDeviceQueue2() 3223 *pQueue = NULL; in anv_GetDeviceQueue2()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1408 VkQueue *pQueue) in v3dv_GetDeviceQueue() argument 1415 *pQueue = v3dv_queue_to_handle(&device->queue); in v3dv_GetDeviceQueue()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 3079 VkQueue* pQueue) in radv_GetDeviceQueue2() argument 3094 *pQueue = VK_NULL_HANDLE; in radv_GetDeviceQueue2() 3098 *pQueue = radv_queue_to_handle(queue); in radv_GetDeviceQueue2() 3105 VkQueue* pQueue) in radv_GetDeviceQueue() argument 3113 radv_GetDeviceQueue2(_device, &info, pQueue); in radv_GetDeviceQueue()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2751 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 2960 VkQueue* pQueue); 4389 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); 4496 VkQueue* pQueue);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2751 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 2960 VkQueue* pQueue); 4389 …TR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); 4496 VkQueue* pQueue);
|