Home
last modified time | relevance | path

Searched refs:VkTestFramework (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp29 VkTestFramework::VkTestFramework() {} in VkTestFramework() function in VkTestFramework
30 VkTestFramework::~VkTestFramework() {} in ~VkTestFramework()
32 bool VkTestFramework::m_use_glsl = true;
34 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) in GetFormat()
53 bool VkTestFramework::GLSLtoSPV(const VkShaderStageFlagBits shader_type, in GLSLtoSPV()
61 void VkTestFramework::InitArgs(int *argc, char *argv[]) {} in InitArgs()
62 void VkTestFramework::Finish() {} in Finish()
Dvktestframework.cpp138 VkTestFramework::VkTestFramework() in VkTestFramework() function in VkTestFramework
141 VkTestFramework::~VkTestFramework() {} in ~VkTestFramework()
144 bool VkTestFramework::m_use_glsl = false;
145 bool VkTestFramework::m_canonicalize_spv = false;
146 bool VkTestFramework::m_strip_spv = false;
147 bool VkTestFramework::m_do_everything_spv = false;
148 int VkTestFramework::m_width = 0;
149 int VkTestFramework::m_height = 0;
151 bool VkTestFramework::optionMatch(const char *option, char *optionLine) { in optionMatch()
158 void VkTestFramework::InitArgs(int *argc, char *argv[]) { in InitArgs()
[all …]
Dvktestframeworkandroid.h44 class VkTestFramework : public ::testing::Test
47 VkTestFramework();
48 ~VkTestFramework();
Dvktestframework.h68 class VkTestFramework : public ::testing::Test {
70 VkTestFramework();
71 ~VkTestFramework();
Dvkrenderframework.h77 class VkRenderFramework : public VkTestFramework {
Dvkrenderframework.cpp198 m_render_target_fmt = VkTestFramework::GetFormat(inst, m_device); in InitState()
Dlayer_validation_tests.cpp7127 VkTestFramework::InitArgs(&argc, argv); in main()
7133 VkTestFramework::Finish(); in main()