Searched refs:VkTestFramework (Results 1 – 7 of 7) sorted by relevance
29 VkTestFramework::VkTestFramework() {} in VkTestFramework() function in VkTestFramework30 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()
138 VkTestFramework::VkTestFramework() in VkTestFramework() function in VkTestFramework141 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 …]
44 class VkTestFramework : public ::testing::Test47 VkTestFramework();48 ~VkTestFramework();
68 class VkTestFramework : public ::testing::Test {70 VkTestFramework();71 ~VkTestFramework();
77 class VkRenderFramework : public VkTestFramework {
198 m_render_target_fmt = VkTestFramework::GetFormat(inst, m_device); in InitState()
7127 VkTestFramework::InitArgs(&argc, argv); in main()7133 VkTestFramework::Finish(); in main()