/external/vulkan-validation-layers/layers/ |
D | swapchain.cpp | 2125 SwpQueue *pQueue = NULL; in QueuePresentKHR() local 2128 pQueue = (it == my_data->queueMap.end()) ? NULL : &it->second; in QueuePresentKHR() 2131 if (pQueue && pSurface && pSurface->numQueueFamilyIndexSupport) { in QueuePresentKHR() 2132 uint32_t queueFamilyIndex = pQueue->queueFamilyIndex; in QueuePresentKHR() 2236 GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in GetDeviceQueue() argument 2242 … my_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 2251 my_data->queueMap[&pQueue].queue = *pQueue; in GetDeviceQueue() 2253 pDevice->queues[*pQueue] = &my_data->queueMap[*pQueue]; in GetDeviceQueue() 2255 my_data->queueMap[&pQueue].pDevice = pDevice; in GetDeviceQueue() 2256 my_data->queueMap[&pQueue].queueFamilyIndex = queueFamilyIndex; in GetDeviceQueue()
|
D | core_validation.cpp | 4743 static bool RetireWorkOnQueue(layer_data *dev_data, QUEUE_NODE *pQueue, uint64_t seq) in RetireWorkOnQueue() argument 4749 while (pQueue->seq < seq) { in RetireWorkOnQueue() 4750 auto & submission = pQueue->submissions.front(); in RetireWorkOnQueue() 4798 pQueue->submissions.pop_front(); in RetireWorkOnQueue() 4799 pQueue->seq++; in RetireWorkOnQueue() 4814 SubmitFence(QUEUE_NODE *pQueue, FENCE_NODE *pFence, uint64_t submitCount) in SubmitFence() argument 4817 pFence->signaler.first = pQueue->queue; in SubmitFence() 4818 pFence->signaler.second = pQueue->seq + pQueue->submissions.size() + submitCount; in SubmitFence() 4957 auto pQueue = getQueueNode(dev_data, queue); in QueueSubmit() local 4971 SubmitFence(pQueue, pFence, std::max(1u, submitCount)); in QueueSubmit() [all …]
|
D | object_tracker.cpp | 3271 … GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in GetDeviceQueue() argument 3276 …h_table(ot_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 3280 CreateQueue(device, *pQueue, VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT); in GetDeviceQueue() 3281 AddQueueInfo(device, queueFamilyIndex, *pQueue); in GetDeviceQueue()
|
D | parameter_validation.cpp | 1784 … GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in GetDeviceQueue() argument 1789 … parameter_validation_vkGetDeviceQueue(my_data->report_data, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1794 …h_table(pc_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
|
D | vk_validation_error_database.txt | 69 …ation refer to Vulkan Spec Section '4.3.2. Queue Creation' which states 'pQueue must be a pointer …
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 806 …L getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) in getDeviceQueue() argument 811 if (pQueue) in getDeviceQueue() 812 *pQueue = reinterpret_cast<VkQueue>((deUint64)queueIndex + 1); in getDeviceQueue()
|
D | vkDeviceDriverImpl.inl | 10 …eviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const 12 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
|
D | vkConcreteDeviceInterface.inl | 5 …e (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const;
|
D | vkVirtualDeviceInterface.inl | 5 … (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const = 0;
|
D | vkFunctionPointerTypes.inl | 21 …ueFunc) (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue);
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 960 VkQueue *pQueue) { argument 965 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue); 966 loader_set_dispatch(*pQueue, disp);
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 215 … vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vkGetDeviceQueue() argument 217 device_dispatch_table(device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2270 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 2479 VkQueue* pQueue);
|
D | vulkan.hpp | 16037 void getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex, Queue* pQueue ) const in getQueue() 16039 … vkGetDeviceQueue( m_device, queueFamilyIndex, queueIndex, reinterpret_cast<VkQueue*>( pQueue ) ); in getQueue()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2304 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 2513 VkQueue* pQueue);
|