Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp157 TestICDHandle::TestICDHandle(fs::path const& icd_path) noexcept : icd_library(icd_path) { in TestICDHandle()
158 proc_addr_get_test_icd = icd_library.get_symbol(GET_TEST_ICD_FUNC_STR); in TestICDHandle()
159 proc_addr_reset_icd = icd_library.get_symbol(RESET_ICD_FUNC_STR); in TestICDHandle()
169 fs::path TestICDHandle::get_icd_full_path() noexcept { return icd_library.lib_path; } in get_icd_full_path()
Dtest_environment.h286 LibraryWrapper icd_library; member