Home
last modified time | relevance | path

Searched refs:icds (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp208 size_t cur_icd_index = icds.size(); in add_icd()
223 icds.push_back(TestICDHandle(new_driver_location)); in add_icd()
224 icds.back().reset_icd(); in add_icd()
229icds.back().manifest_path = folder->write_manifest(full_json_name, icd_details.icd_manifest.get_ma… in add_icd()
233 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path); in add_icd()
335 TestICD& FrameworkEnvironment::get_test_icd(size_t index) noexcept { return icds[index].get_test_ic… in get_test_icd()
336 TestICD& FrameworkEnvironment::reset_icd(size_t index) noexcept { return icds[index].reset_icd(); } in reset_icd()
337 fs::path FrameworkEnvironment::get_test_icd_path(size_t index) noexcept { return icds[index].get_ic… in get_test_icd_path()
338 fs::path FrameworkEnvironment::get_icd_manifest_path(size_t index) noexcept { return icds[index].ge… in get_icd_manifest_path()
Dtest_environment.h377 std::vector<TestICDHandle> icds; member
/third_party/mesa3d/
Dmeson_options.txt244 …description : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan…