Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp156 TestICDHandle::TestICDHandle() noexcept {} in TestICDHandle() function in TestICDHandle
157 TestICDHandle::TestICDHandle(fs::path const& icd_path) noexcept : icd_library(icd_path) { in TestICDHandle() function in TestICDHandle
161 TestICD& TestICDHandle::get_test_icd() noexcept { in get_test_icd()
165 TestICD& TestICDHandle::reset_icd() noexcept { in reset_icd()
169 fs::path TestICDHandle::get_icd_full_path() noexcept { return icd_library.lib_path; } in get_icd_full_path()
170 fs::path TestICDHandle::get_icd_manifest_path() noexcept { return manifest_path; } in get_icd_manifest_path()
223 icds.push_back(TestICDHandle(new_driver_location)); in add_icd()
Dtest_environment.h277 struct TestICDHandle { struct
278 TestICDHandle() noexcept;
279 TestICDHandle(fs::path const& icd_path) noexcept;
377 std::vector<TestICDHandle> icds;