Home
last modified time | relevance | path

Searched refs:switchBody (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderSwitchTests.cpp106 …nst string& name, const string& desc, SwitchType type, bool isVertex, const LineStream& switchBody) in makeSwitchCase() argument
150 op << tcu::StringTemplate(switchBody.str()).specialize(params); in makeSwitchCase()
186 void makeSwitchCases (const string& name, const string& desc, const LineStream& switchBody);
198 …SwitchTests::makeSwitchCases (const string& name, const string& desc, const LineStream& switchBody) in makeSwitchCases() argument
205 …e + "_" + switchTypeNames[type] + "_vertex"), desc, (SwitchType)type, true, switchBody).release()); in makeSwitchCases()
206 … "_" + switchTypeNames[type] + "_fragment"), desc, (SwitchType)type, false, switchBody).release()); in makeSwitchCases()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderSwitchTests.cpp89 …, const char* name, const char* desc, SwitchType type, bool isVertex, const LineStream& switchBody) in makeSwitchCase() argument
133 op << tcu::StringTemplate(switchBody.str()).specialize(params).c_str(); in makeSwitchCase()
156 …witchCases (TestCaseGroup* group, const char* name, const char* desc, const LineStream& switchBody) in makeSwitchCases() argument
163 …me) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, switchBody)); in makeSwitchCases()
164 … + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, switchBody)); in makeSwitchCases()