Lines Matching refs:queueFamilyIndex

647 	const deUint32					queueFamilyIndex		= 0;
659 queueFamilyIndex, //queueFamilyIndex;
691 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex);
722 const deUint32 queueFamilyIndex = 0;
731 queueFamilyIndex, //queueFamilyIndex;
771 const VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueIndex);
821 0, //queueFamilyIndex;
951 const deUint32 queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex;
956 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex);
1050 0, //queueFamilyIndex;
1091 const deUint32 queueFamilyIndex = deviceCreateInfo.pQueueCreateInfos->queueFamilyIndex;
1092 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, 0);
1252 ndx, //queueFamilyIndex;
1320 const deUint32 queueFamilyIndex = 0;
1332 queueFamilyIndex,
1371 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex);
1397 const deUint32 queueFamilyIndex,
1533 queueFamilyIndex, // queueFamilyIndex
1596 const deUint32 queueFamilyIndex = 0;
1679 queueFamilyIndex,
1740 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex();
1766 queueFamilyIndex, // deUint32 queueFamilyIndex;
1801 queueFamilyIndex, // deUint32 queueFamilyIndex;
1879 << "family: " << queueCreateInfo.queueFamilyIndex << " "
1931 VkQueue getDeviceQueue2WithOptions (const DeviceDriver& deviceDriver, const VkDevice device, VkDeviceQueueCreateFlags flags, deUint32 queueFamilyIndex, deUint32 queueIndex)
1938 queueFamilyIndex, // deUint32 queueFamilyIndex;
1971 info.familyIndex, // deUint32 queueFamilyIndex;
1989 const string message = "(queueFamilyIndex: " + de::toString(info.familyIndex) + ", flags: " + de::toString(info.flags) + ", queue Index: " + de::toString(queueIdx) + ")";
2016 deUint32 queueFamilyIndex = MAX_DEUINT32;
2024 queueFamilyIndex = queueNdx;
2029 if (queueFamilyIndex == MAX_DEUINT32)
2033 log << tcu::TestLog::Message << "Selected VkQueueFamilyProperties index: " << queueFamilyIndex << tcu::TestLog::EndMessage;
2036 const QueueCreationInfo protectedQueueConfig = { queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, 1 };
2037 const QueueCreationInfo unprotectedQueueConfig = { queueFamilyIndex, (VkDeviceQueueCreateFlags)0u, 1 };
2065 const deUint32 queueFamilyIndex = queueFamilyProperty.first;
2068 const QueueCreationInfo protectedQueueConfig = { queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, queueCount };
2097 const deUint32 queueFamilyIndex = queueFamilyProperty.first;
2100 const QueueCreationInfo unprotectedQueueConfig = { queueFamilyIndex, (VkDeviceQueueCreateFlags)0u, queueCount };
2124 const deUint32 queueFamilyIndex = queueFamily.first;
2136 testCombination.push_back({ queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, protectedQueuesCount });
2139 testCombination.push_back({ queueFamilyIndex, (VkDeviceQueueCreateFlags)0u, unprotectedQueuesCount });
2141 queuesPerFamily[queueFamilyIndex].push_back(testCombination);
2312 const deUint32 queueFamilyIndex = queueFamilyProperty.first;
2315 const QueueCreationInfo queueConfig = { queueFamilyIndex, (VkDeviceQueueCreateFlags)0u, queueCount };
2346 const deUint32 queueFamilyIndex = queueFamilyProperty.first;
2353 const QueueCreationInfo queueConfig = { queueFamilyIndex, useFlags, queueCount };
2545 deUint32 queueFamilyIndex = 0;
2670 queueFamilyIndex = i;
2680 queueFamilyIndex, // queueFamilyIndex