Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp2070 const auto linkingTime = std::chrono::high_resolution_clock::now() - timeStart; in runCompareLinkTimes() local
2073 if (linkingTime > (10 * creationTime)) in runCompareLinkTimes()
2077 << "Liking time (" << linkingTime.count() << ") of combination " << i in runCompareLinkTimes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp2028 const auto linkingTime = std::chrono::high_resolution_clock::now() - timeStart; in runCompareLinkTimes() local
2031 if (linkingTime > (10 * creationTime)) in runCompareLinkTimes()
2035 << "Liking time (" << linkingTime.count() << ") of combination " << i in runCompareLinkTimes()

Completed in 11 milliseconds