Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h476 struct TestICDHandle { struct
486 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/<...>)
Dtest_environment.cpp349 TestICDHandle::TestICDHandle() noexcept {} function in TestICDHandle
350 TestICDHandle::TestICDHandle(fs::path const& icd_path) noexcept : icd_library(icd_path) { function in TestICDHandle