Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2161 vector<DeviceQueueConfig> queueCreateCombinations; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() local
2168 std::copy(queueConfigs.begin(), queueConfigs.end(), std::back_inserter(queueCreateCombinations)); in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2173 for (const vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2189 for (const vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2195 for (vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2223 vector<DeviceQueueConfig> queueCreateCombinations; in createDeviceQueue2WithMultipleQueueCombinations() local
2244 queueCreateCombinations.push_back(testCombination); in createDeviceQueue2WithMultipleQueueCombinations()
2263 for (const vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()
2279 for (const DeviceQueueConfig& testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()
2285 for (DeviceQueueConfig& testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2172 vector<DeviceQueueConfig> queueCreateCombinations; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() local
2179 std::copy(queueConfigs.begin(), queueConfigs.end(), std::back_inserter(queueCreateCombinations)); in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2184 for (const vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2200 for (const vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2206 for (vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2234 vector<DeviceQueueConfig> queueCreateCombinations; in createDeviceQueue2WithMultipleQueueCombinations() local
2255 queueCreateCombinations.push_back(testCombination); in createDeviceQueue2WithMultipleQueueCombinations()
2274 for (const vector<QueueCreationInfo>& testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()
2290 for (const DeviceQueueConfig& testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()
2296 for (DeviceQueueConfig& testCombination : queueCreateCombinations) in createDeviceQueue2WithMultipleQueueCombinations()
[all...]

Completed in 8 milliseconds