Searched refs:skipDynamicType (Results 1 - 3 of 3) sorted by relevance
/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() argument 203 if (skipDynamicType && (type == SWITCHTYPE_DYNAMIC)) in makeSwitchCases()
|
/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() argument 205 if (skipDynamicType && (type == SWITCHTYPE_DYNAMIC)) in makeSwitchCases()
|
/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() 163 if (skipDynamicType && (type == SWITCHTYPE_DYNAMIC)) in makeSwitchCases()
|
Completed in 2 milliseconds