HomeSort by relevance Sort by last modified time
    Searched refs:compileOptions (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/angle_dx11/tests/compiler_tests/
ExpressionLimit_test.cpp 154 int compileOptions,
156 bool success = ShCompile(compiler, &source, 1, compileOptions);
190 int compileOptions = SH_LIMIT_EXPRESSION_COMPLEXITY;
197 compileOptions, NULL));
203 compileOptions, kExpressionTooComplex));
209 compileOptions & ~SH_LIMIT_EXPRESSION_COMPLEXITY, NULL));
218 int compileOptions = SH_LIMIT_EXPRESSION_COMPLEXITY;
225 compileOptions, NULL));
231 compileOptions, kExpressionTooComplex));
237 compileOptions & ~SH_LIMIT_EXPRESSION_COMPLEXITY, NULL))
    [all...]
  /external/chromium_org/third_party/angle_dx11/samples/translator/
translator.cpp 28 static bool CompileFile(char* fileName, ShHandle compiler, int compileOptions);
63 int compileOptions = 0;
83 case 'i': compileOptions |= SH_INTERMEDIATE_TREE; break;
84 case 'm': compileOptions |= SH_MAP_LONG_VARIABLE_NAMES; break;
85 case 'o': compileOptions |= SH_OBJECT_CODE; break;
86 case 'u': compileOptions |= SH_ATTRIBUTES_UNIFORMS; break;
87 case 'l': compileOptions |= SH_UNROLL_FOR_LOOP_WITH_INTEGER_INDEX; break;
88 case 'e': compileOptions |= SH_EMULATE_BUILT_IN_FUNCTIONS; break;
89 case 'd': compileOptions |= SH_DEPENDENCY_GRAPH; break;
90 case 't': compileOptions |= SH_TIMING_RESTRICTIONS; break
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Compiler.cpp 102 int compileOptions)
112 compileOptions |= SH_VALIDATE_LOOP_INDEXING;
117 if (compileOptions & SH_SOURCE_PATH)
125 shaderType, shaderSpec, compileOptions, true,
147 success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0);
149 if (success && (compileOptions & SH_VALIDATE_LOOP_INDEXING))
152 if (success && (compileOptions & SH_TIMING_RESTRICTIONS))
153 success = enforceTimingRestrictions(root, (compileOptions & SH_DEPENDENCY_GRAPH) != 0);
159 if (success && (compileOptions & SH_UNROLL_FOR_LOOP_WITH_INTEGER_INDEX))
163 if (success && (compileOptions & SH_EMULATE_BUILT_IN_FUNCTIONS)
    [all...]
ShHandle.h 67 int compileOptions);
ParseHelper.h 33 compileOptions(options),
49 int compileOptions;
ShaderLang.cpp 180 int compileOptions)
190 bool success = compiler->compile(shaderStrings, numStrings, compileOptions);
OutputHLSL.cpp     [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Shader.cpp 359 int compileOptions = SH_OBJECT_CODE;
365 compileOptions |= SH_LINE_DIRECTIVES;
371 result = ShCompile(compiler, &source, 1, compileOptions);
381 result = ShCompile(compiler, sourceStrings, 2, compileOptions | SH_SOURCE_PATH);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/chromium_org/third_party/angle_dx11/include/GLSLANG/
ShaderLang.h 284 // compileOptions: A mask containing the following parameters:
305 int compileOptions
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 130 Iterable<String> compileOptions =
134 compiler.getTask(null, fileManager, null, compileOptions, null,

Completed in 206 milliseconds