Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.cpp2125 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()
Dcore_validation.cpp4743 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 …]
Dobject_tracker.cpp3271 … 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()
Dparameter_validation.cpp1784 … 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()
Dvk_validation_error_database.txt69 …ation refer to Vulkan Spec Section '4.3.2. Queue Creation' which states 'pQueue must be a pointer …
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp806 …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()
DvkDeviceDriverImpl.inl10 …eviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const
12 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
DvkConcreteDeviceInterface.inl5 …e (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const;
DvkVirtualDeviceInterface.inl5 … (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const = 0;
DvkFunctionPointerTypes.inl21 …ueFunc) (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue);
/external/vulkan-validation-layers/loader/
Dtrampoline.c960 VkQueue *pQueue) { argument
965 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);
966 loader_set_dispatch(*pQueue, disp);
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp215 … 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/
Dvulkan.h2270 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
2479 VkQueue* pQueue);
Dvulkan.hpp16037 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/
Dvulkan.h.in2304 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
2513 VkQueue* pQueue);