Searched refs:queueCreateCombinations (Results 1 – 1 of 1) sorted by relevance
2215 vector<DeviceQueueConfig> queueCreateCombinations; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() local2222 … std::copy(queueConfigs.begin(), queueConfigs.end(), std::back_inserter(queueCreateCombinations)); in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()2227 for (const vector<QueueCreationInfo> &testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()2244 for (const vector<QueueCreationInfo> &testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()2250 for (vector<QueueCreationInfo> &testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()2279 vector<DeviceQueueConfig> queueCreateCombinations; in createDeviceQueue2WithMultipleQueueCombinations() local2301 queueCreateCombinations.push_back(testCombination); in createDeviceQueue2WithMultipleQueueCombinations()2320 for (const vector<QueueCreationInfo> &testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()2337 for (const DeviceQueueConfig &testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()2343 for (DeviceQueueConfig &testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()