Lines Matching defs:limits
96 void getDefaultLimits (TLimits* limits)
98 limits->nonInductiveForLoops = true;
99 limits->whileLoops = true;
100 limits->doWhileLoops = true;
101 limits->generalUniformIndexing = true;
102 limits->generalAttributeMatrixVectorIndexing = true;
103 limits->generalVaryingIndexing = true;
104 limits->generalSamplerIndexing = true;
105 limits->generalVariableIndexing = true;
106 limits->generalConstantMatrixVectorIndexing = true;
111 getDefaultLimits(&builtin->limits);