Searched refs:skipDynamicType (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderSwitchTests.cpp | 186 …tring& name, const string& desc, const LineStream& switchBody, const bool skipDynamicType = false); 198 … (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/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderSwitchTests.cpp | 186 …tring& name, const string& desc, const LineStream& switchBody, const bool skipDynamicType = false); 198 … (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/ |
D | es3fShaderSwitchTests.cpp | 156 …nst char* name, const char* desc, const LineStream& switchBody, const bool skipDynamicType = false) in makeSwitchCases() argument 163 if (skipDynamicType && (type == SWITCHTYPE_DYNAMIC)) in makeSwitchCases()
|