Lines Matching refs:info
1955 for (const QueueCreationInfo& info : testCombination)
1957 sumQueueCount += info.count;
1964 for (const QueueCreationInfo& info : testCombination)
1970 info.flags, // VkDeviceQueueCreateFlags flags;
1971 info.familyIndex, // deUint32 queueFamilyIndex;
1972 info.count, // deUint32 queueCount;
1984 for (const QueueCreationInfo& info : testCombination)
1987 for (deUint32 queueIdx = 0; queueIdx < info.count; queueIdx++)
1989 const string message = "(queueFamilyIndex: " + de::toString(info.familyIndex) + ", flags: " + de::toString(info.flags) + ", queue Index: " + de::toString(queueIdx) + ")";
1990 const VkQueue queue = getDeviceQueue2WithOptions(deviceDriver, *device, info.flags, info.familyIndex, queueIdx);
2194 // Run the test cases also in reverse order (so the unprotected queue creation info is at the start of the VkDeviceQueueCreateInfo vector).
2284 // Run the test cases also in reverse queue order (so the unprotected queue creation info is at the start of the VkDeviceQueueCreateInfo vector).