Searched refs:queueConfigurations (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 2309 vector<QueueCreationInfo> queueConfigurations; in createDeviceQueue2WithAllFamilies() local 2317 queueConfigurations.push_back(queueConfig); in createDeviceQueue2WithAllFamilies() 2323 bool success = runQueueCreationTestCombination(context, results, queueConfigurations, dumpExtraInfo); in createDeviceQueue2WithAllFamilies() 2343 vector<QueueCreationInfo> queueConfigurations; in createDeviceQueue2WithAllFamiliesProtected() local 2355 queueConfigurations.push_back(queueConfig); in createDeviceQueue2WithAllFamiliesProtected() 2361 bool success = runQueueCreationTestCombination(context, results, queueConfigurations, dumpExtraInfo); in createDeviceQueue2WithAllFamiliesProtected()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 2320 vector<QueueCreationInfo> queueConfigurations; in createDeviceQueue2WithAllFamilies() local 2328 queueConfigurations.push_back(queueConfig); in createDeviceQueue2WithAllFamilies() 2334 bool success = runQueueCreationTestCombination(context, results, queueConfigurations, dumpExtraInfo); in createDeviceQueue2WithAllFamilies() 2354 vector<QueueCreationInfo> queueConfigurations; in createDeviceQueue2WithAllFamiliesProtected() local 2366 queueConfigurations.push_back(queueConfig); in createDeviceQueue2WithAllFamiliesProtected() 2372 bool success = runQueueCreationTestCombination(context, results, queueConfigurations, dumpExtraInfo); in createDeviceQueue2WithAllFamiliesProtected()
|
Completed in 9 milliseconds