Searched defs:FrameworkEnvironment (Results 1 – 3 of 3) sorted by relevance
580 struct FrameworkEnvironment { struct586 FrameworkEnvironment& operator=(const FrameworkEnvironment&) = delete; argument621 FrameworkSettings settings;629 PlatformShimWrapper platform_shim;630 std::vector<fs::FolderManager> folders;632 DebugUtilsLogger debug_log;633 VulkanFunctions vulkan_functions;635 std::vector<TestICDHandle> icds;636 std::vector<TestLayerHandle> layers;643 LoaderSettings loader_settings; // the current settings written to disk
383 FrameworkEnvironment::FrameworkEnvironment() noexcept : FrameworkEnvironment(FrameworkSettings{}) {} function in FrameworkEnvironment384 FrameworkEnvironment::FrameworkEnvironment(FrameworkSettings const& settings) noexcept function in FrameworkEnvironment
597 VkDevice get_dispatch_handle<VkDevice>(FrameworkEnvironment&, DeviceWrapper const& dev, std::vector… in get_dispatch_handle() argument