Searched defs:TestICDHandle (Results 1 – 2 of 2) sorted by relevance
476 struct TestICDHandle { struct486 LibraryWrapper icd_library;487 GetTestICDFunc proc_addr_get_test_icd = nullptr;488 GetNewTestICDFunc proc_addr_reset_icd = nullptr;489 …// path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>)490 …t_path; // path to where the loader will find the manifest file (eg /usr/local/share/vulkan/<...>)
349 TestICDHandle::TestICDHandle() noexcept {} function in TestICDHandle350 TestICDHandle::TestICDHandle(fs::path const& icd_path) noexcept : icd_library(icd_path) { function in TestICDHandle