Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2175 ostringstream queuesInfo; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() local
2178 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2181 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2265 ostringstream queuesInfo; in createDeviceQueue2WithMultipleQueueCombinations() local
2268 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithMultipleQueueCombinations()
2271 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithMultipleQueueCombinations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2186 ostringstream queuesInfo; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() local
2189 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2192 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2276 ostringstream queuesInfo; in createDeviceQueue2WithMultipleQueueCombinations() local
2279 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithMultipleQueueCombinations()
2282 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithMultipleQueueCombinations()

Completed in 14 milliseconds