Home
last modified time | relevance | path

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

/third_party/glslang/Test/
D100.conf21 whileLoops 0
/third_party/glslang/Test/baseResults/
Dtest.conf95 whileLoops 1
/third_party/glslang/glslang/Include/
DResourceLimits.h42 bool whileLoops; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp249 …< "whileLoops " << DefaultTBuiltInResource.limits.whileLoops << "\n" in GetDefaultTBuiltInResourceString()
475 resources->limits.whileLoops = (value != 0); in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp88 limits->whileLoops = true; in getDefaultLimits()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp99 limits->whileLoops = true; in getDefaultLimits()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h451 Resources.limits.whileLoops = 1; in init_resources()
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y3704 if (! parseContext.limits.whileLoops)
3724 if (! parseContext.limits.whileLoops)
Dglslang.m43704 if (! parseContext.limits.whileLoops)
3724 if (! parseContext.limits.whileLoops)
Dglslang_tab.cpp10075 if (! parseContext.limits.whileLoops) in yyparse()
10110 if (! parseContext.limits.whileLoops) in yyparse()