Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2215 vector<DeviceQueueConfig> queueCreateCombinations; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() local
2222 … 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() local
2301 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()