Searched defs:TestLayerHandle (Results 1 – 2 of 2) sorted by relevance
549 struct TestLayerHandle { struct559 LibraryWrapper layer_library;560 GetTestLayerFunc proc_addr_get_test_layer = nullptr;561 GetNewTestLayerFunc proc_addr_reset_layer = nullptr;563 …// path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>)565 …t_path; // path to where the loader will find the manifest file (eg /usr/local/share/vulkan/<...>)
380 TestLayerHandle::TestLayerHandle() noexcept {} function in TestLayerHandle381 TestLayerHandle::TestLayerHandle(std::filesystem::path const& layer_path) noexcept : layer_library(… function in TestLayerHandle