Home
last modified time | relevance | path

Searched refs:queueNodeIndex (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker.h221 uint32_t queueNodeIndex; member
236 static void addQueueInfo(uint32_t queueNodeIndex, VkQueue queue) { in addQueueInfo() argument
242 pQueueInfo->queueNodeIndex = queueNodeIndex; in addQueueInfo()
285 …if ((queueInfo != NULL) && (queueInfo[pQueueInfo->queueNodeIndex].queueFlags & VK_QUEUE_SPARSE_BIN… in validateQueueFlags()
718 void explicit_GetDeviceQueue(VkDevice device, uint32_t queueNodeIndex, uint32_t queueIndex, VkQueue… in explicit_GetDeviceQueue() argument
723 …ble(object_tracker_device_table_map, device)->GetDeviceQueue(device, queueNodeIndex, queueIndex, p… in explicit_GetDeviceQueue()
726 addQueueInfo(queueNodeIndex, *pQueue); in explicit_GetDeviceQueue()
/external/vulkan-validation-layers/loader/
Dtrampoline.c867 vkGetDeviceQueue(VkDevice device, uint32_t queueNodeIndex, uint32_t queueIndex, argument
873 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);