Searched refs:makeSwitchCases (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderSwitchTests.cpp | 156 static void makeSwitchCases (TestCaseGroup* group, const char* name, const char* desc, const LineStream& switchBody, const bool skipDynamicType = false) in makeSwitchCases() function 188 makeSwitchCases(this, "basic", "Basic switch statement usage", in init() 198 makeSwitchCases(this, "const_expr_in_label", "Constant expression in label", in init() 209 makeSwitchCases(this, "default_label", "Default label usage", in init() 219 makeSwitchCases(this, "default_not_last", "Default label usage", in init() 229 makeSwitchCases(this, "no_default_label", "No match in switch without default label", in init() 239 makeSwitchCases(this, "default_only", "Default case only", in init() 247 makeSwitchCases(this, "empty_case_default", "Empty case and default", in init() 256 makeSwitchCases(this, "fall_through", "Fall-through", in init() 267 makeSwitchCases(thi in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderSwitchTests.cpp | 184 void makeSwitchCases (const string& name, const LineStream& switchBody, const bool skipDynamicType = false); 196 void ShaderSwitchTests::makeSwitchCases (const string& name, const LineStream& switchBody, const bool skipDynamicType) in makeSwitchCases() function in vkt::sr::__anon28719::ShaderSwitchTests 220 makeSwitchCases("basic", in init() 231 makeSwitchCases("const_expr_in_label", in init() 243 makeSwitchCases("default_label", in init() 254 makeSwitchCases("default_not_last", in init() 265 makeSwitchCases("no_default_label", in init() 276 makeSwitchCases("default_only", in init() 285 makeSwitchCases("empty_case_default", in init() 295 makeSwitchCases("fall_throug in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderSwitchTests.cpp | 186 void makeSwitchCases (const string& name, const string& desc, const LineStream& switchBody, const bool skipDynamicType = false); 198 void ShaderSwitchTests::makeSwitchCases (const string& name, const string& desc, const LineStream& switchBody, const bool skipDynamicType) in makeSwitchCases() function in vkt::sr::__anon29868::ShaderSwitchTests 221 makeSwitchCases("basic", "Basic switch statement usage", in init() 231 makeSwitchCases("const_expr_in_label", "Constant expression in label", in init() 242 makeSwitchCases("default_label", "Default label usage", in init() 252 makeSwitchCases("default_not_last", "Default label usage", in init() 262 makeSwitchCases("no_default_label", "No match in switch without default label", in init() 272 makeSwitchCases("default_only", "Default case only", in init() 280 makeSwitchCases("empty_case_default", "Empty case and default", in init() 289 makeSwitchCases("fall_throug in init() [all...] |
Completed in 2 milliseconds