Home
last modified time | relevance | path

Searched refs:skipDynamicType (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderSwitchTests.cpp184 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 DvktShaderRenderSwitchTests.cpp186 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 Des3fShaderSwitchTests.cpp156 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