aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Kocdemir <kocdemir@google.com>2024-05-14 18:27:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-14 18:27:18 +0000
commit8bbec4c684063c3a5c958359707c15248f3e3b0d (patch)
tree8dd369f59669eabf6ea24ba5a3fb2561ab577530
parent710c05b7fa9ef86e2ee985b33a50012b08ede515 (diff)
parentcfec59c56278329f9cec6722400538b1f28d4645 (diff)
downloadgfxstream-master.tar.gz
Merge "Remove mock ICD usages and files" into mainHEADmastermain
-rw-r--r--host/tests/VkTestUtils.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/host/tests/VkTestUtils.h b/host/tests/VkTestUtils.h
index 4c0b131f..27d262b4 100644
--- a/host/tests/VkTestUtils.h
+++ b/host/tests/VkTestUtils.h
@@ -8,31 +8,6 @@
namespace gfxstream {
namespace vk {
-inline std::string libDir() {
- using android::base::pj;
- return
- pj({android::base::getProgramDirectory(),
-#ifdef _WIN32
- // Windows uses mock Vulkan ICD.
- "testlib64"
-#else
- "lib64", "vulkan"
-#endif
- });
-}
-
-inline std::string testIcdFilename() {
- using android::base::pj;
- return pj(libDir(),
-#ifdef _WIN32
- // Windows uses mock Vulkan ICD.
- "VkICD_mock_icd.json"
-#else
- "vk_swiftshader_icd.json"
-#endif
- );
-}
-
struct RenderResourceVkBase
: public vk_util::MultiCrtp<RenderResourceVkBase, //
vk_util::FindMemoryType, //