Commit
e27e7488
authored
by
Committed by
swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com
VulkanBenchmarks: factor out code into separate files
* Move utility classes into separate hpp/cpp files
* Move utility functions into Util.hpp/cpp
Bug: b/176981107
Change-Id: If9046f12080f1eb09378586673d871867a836a1b
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/51868
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by:
Nicolas Capens <nicolascapens@google.com>
Tested-by:
Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Showing
tests/VulkanBenchmarks/Buffer.cpp
0 → 100644
tests/VulkanBenchmarks/Buffer.hpp
0 → 100644
tests/VulkanBenchmarks/Framebuffer.cpp
0 → 100644
tests/VulkanBenchmarks/Framebuffer.hpp
0 → 100644
tests/VulkanBenchmarks/Image.cpp
0 → 100644
tests/VulkanBenchmarks/Image.hpp
0 → 100644
tests/VulkanBenchmarks/Swapchain.cpp
0 → 100644
tests/VulkanBenchmarks/Swapchain.hpp
0 → 100644
tests/VulkanBenchmarks/Util.cpp
0 → 100644
tests/VulkanBenchmarks/Util.hpp
0 → 100644
This diff is collapsed.
Click to expand it.
tests/VulkanBenchmarks/VulkanHeaders.cpp
0 → 100644
tests/VulkanBenchmarks/VulkanHeaders.hpp
0 → 100644
tests/VulkanBenchmarks/Window.cpp
0 → 100644
tests/VulkanBenchmarks/Window.hpp
0 → 100644
Please
register
or
sign in
to comment