Lines Matching refs:queueNodeIndex
221 uint32_t queueNodeIndex;
236 static void addQueueInfo(uint32_t queueNodeIndex, VkQueue queue) {
242 pQueueInfo->queueNodeIndex = queueNodeIndex;
285 if ((queueInfo != NULL) && (queueInfo[pQueueInfo->queueNodeIndex].queueFlags & VK_QUEUE_SPARSE_BINDING_BIT) == 0) {
718 void explicit_GetDeviceQueue(VkDevice device, uint32_t queueNodeIndex, uint32_t queueIndex, VkQueue *pQueue) {
723 get_dispatch_table(object_tracker_device_table_map, device)->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);
726 addQueueInfo(queueNodeIndex, *pQueue);