Home
last modified time | relevance | path

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

12

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp348 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()
Dcore_validation.cpp2844 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 …]
Dcore_validation.h406 …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/
Dtu_legacy.c127 tu_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) in tu_GetDeviceQueue() argument
133 }, pQueue); in tu_GetDeviceQueue()
Dtu_device.c1270 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/
Dlvp_device.c982 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/
DvkNullDriver.cpp1170 …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()
DvkDeviceDriverImpl.inl15 …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);
DvkConcreteDeviceInterface.inl6 …e (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const;
134 …eviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) const;
DvkVirtualDeviceInterface.inl6 … (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/
Dobject_tracker.h113 VkQueue* pQueue);
118 VkQueue* pQueue);
993 VkQueue* pQueue);
997 VkQueue* pQueue);
Dparameter_validation.h74 VkQueue* pQueue);
739 VkQueue* pQueue);
Dthread_safety.h556 VkQueue* pQueue);
562 VkQueue* pQueue);
2124 VkQueue* pQueue);
2129 VkQueue* pQueue);
Dlayer_chassis_dispatch.h102 VkQueue* pQueue);
769 VkQueue* pQueue);
Dchassis.h148 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
Dthread_safety.cpp210 VkQueue* pQueue) { in PreCallRecordGetDeviceQueue() argument
218 VkQueue* pQueue) { in PostCallRecordGetDeviceQueue() argument
2689 VkQueue* pQueue) { in PreCallRecordGetDeviceQueue2() argument
2696 VkQueue* pQueue) { in PostCallRecordGetDeviceQueue2() argument
Dchassis.cpp1188 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/
Danv_entrypoints.h804 …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 …]
Danv_entrypoints.c1760 …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/
DlibVulkan.cpp995 … 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/
Danv_device.c3198 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/
Dv3dv_device.c1408 VkQueue *pQueue) in v3dv_GetDeviceQueue() argument
1415 *pQueue = v3dv_queue_to_handle(&device->queue); in v3dv_GetDeviceQueue()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c3079 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/
Dvulkan_core.h2751 …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/
Dvulkan_core.h2751 …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);

12