Home
last modified time | relevance | path

Searched refs:nonInductiveForLoops (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/Test/
D100.conf20 nonInductiveForLoops 0
/third_party/glslang/Test/baseResults/
Dtest.conf94 nonInductiveForLoops 1
/third_party/glslang/glslang/Include/
DResourceLimits.h41 bool nonInductiveForLoops; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp248 …ctiveForLoops " << DefaultTBuiltInResource.limits.nonInductiveForLoops << "\n" in GetDefaultTBuiltInResourceString()
473 resources->limits.nonInductiveForLoops = (value != 0); in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp87 limits->nonInductiveForLoops = true; in getDefaultLimits()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp98 limits->nonInductiveForLoops = true; in getDefaultLimits()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h450 Resources.limits.nonInductiveForLoops = 1; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y3744 if (! parseContext.limits.nonInductiveForLoops)
Dglslang.m43744 if (! parseContext.limits.nonInductiveForLoops)
Dglslang_tab.cpp10140 if (! parseContext.limits.nonInductiveForLoops) in yyparse()