/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
H A D | ShaderLang.h | 98 const ShCompileOptions SH_VALIDATE_LOOP_INDEXING = UINT64_C(1) << 0; 99 const ShCompileOptions SH_INTERMEDIATE_TREE = UINT64_C(1) << 1; 100 const ShCompileOptions SH_OBJECT_CODE = UINT64_C(1) << 2; 101 const ShCompileOptions SH_VARIABLES = UINT64_C(1) << 3; 102 const ShCompileOptions SH_LINE_DIRECTIVES = UINT64_C(1) << 4; 103 const ShCompileOptions SH_SOURCE_PATH = UINT64_C(1) << 5; 106 const ShCompileOptions SH_VALIDATE_AST = UINT64_C(1) << 6; 120 const ShCompileOptions SH_REMOVE_INVARIANT_AND_CENTROID_FOR_ESSL3 = UINT64_C(1) << 7; 124 const ShCompileOptions SH_EMULATE_ABS_INT_FUNCTION = UINT64_C(1) << 8; 132 const ShCompileOptions SH_ENFORCE_PACKING_RESTRICTION [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.h | 57 ShCompileOptions compileOptions); 104 ShCompileOptions compileOptions); 108 ShCompileOptions compileOptions); 146 bool shouldRunLoopAndIndexingValidation(ShCompileOptions compileOptions) const; 206 ShCompileOptions compileOptions) in initBuiltInFunctionEmulator() 210 ShCompileOptions compileOptions, 221 virtual bool shouldCollectVariables(ShCompileOptions compileOptions); 278 const ShCompileOptions compileOptions); 290 ShCompileOptions compileOptions); 347 ShCompileOptions mCompileOption [all...] |
H A D | TranslatorGLSL.h | 22 ShCompileOptions compileOptions) override; 25 ShCompileOptions compileOptions, 28 bool shouldCollectVariables(ShCompileOptions compileOptions) override; 32 void writeExtensionBehavior(TIntermNode *root, ShCompileOptions compileOptions);
|
H A D | TranslatorESSL.h | 22 ShCompileOptions compileOptions) override; 25 ShCompileOptions compileOptions, 30 void writeExtensionBehavior(ShCompileOptions compileOptions);
|
H A D | BuiltinsWorkaroundGLSL.cpp | 25 TBuiltinsWorkaroundGLSL(TSymbolTable *symbolTable, ShCompileOptions options); 33 ShCompileOptions mCompileOptions; 39 ShCompileOptions options) in TBuiltinsWorkaroundGLSL() 98 ShCompileOptions compileOptions) in ShaderBuiltinsWorkaround()
|
H A D | TranslatorVulkan.h | 31 ShCompileOptions compileOptions, 39 ShCompileOptions compileOptions, 44 void writeExtensionBehavior(ShCompileOptions compileOptions, TInfoSinkBase &sink);
|
H A D | OutputGLSLBase.h | 25 TOutputGLSLBase(TCompiler *compiler, TInfoSinkBase &objSink, ShCompileOptions compileOptions); 80 const ShCompileOptions &option) in translateTextureFunction() 115 ShCompileOptions mCompileOptions; 118 void WritePragma(TInfoSinkBase &out, ShCompileOptions compileOptions, const TPragma &pragma); 139 const ShCompileOptions &,
|
H A D | OutputESSL.h | 18 TOutputESSL(TCompiler *compiler, TInfoSinkBase &objSink, ShCompileOptions compileOptions); 23 const ShCompileOptions &option) override;
|
H A D | OutputGLSL.h | 18 TOutputGLSL(TCompiler *compiler, TInfoSinkBase &objSink, ShCompileOptions compileOptions); 24 const ShCompileOptions &option) override;
|
H A D | OutputESSL.cpp | 14 ShCompileOptions compileOptions) in TOutputESSL() 34 const ShCompileOptions &option) in translateTextureFunction()
|
H A D | TranslatorESSL.cpp | 22 ShCompileOptions compileOptions) in initBuiltInFunctionEmulator() 31 ShCompileOptions compileOptions, in translate() 114 void TranslatorESSL::writeExtensionBehavior(ShCompileOptions compileOptions) in writeExtensionBehavior()
|
H A D | TranslatorGLSL.cpp | 26 ShCompileOptions compileOptions) in initBuiltInFunctionEmulator() 48 ShCompileOptions compileOptions, in translate() 226 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() 246 void TranslatorGLSL::writeExtensionBehavior(TIntermNode *root, ShCompileOptions compileOptions) in writeExtensionBehavior()
|
H A D | TranslatorMetal.h | 31 SpecConstMetal(TSymbolTable *symbolTable, ShCompileOptions compileOptions, GLenum shaderType) in SpecConstMetal() 46 ShCompileOptions compileOptions,
|
H A D | OutputGLSL.cpp | 16 ShCompileOptions compileOptions) in TOutputGLSL() 65 const ShCompileOptions &option) in translateTextureFunction()
|
H A D | TranslatorHLSL.h | 36 ShCompileOptions compileOptions, 41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; }
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.h | 31 ShCompileOptions compileOptions, 39 ShCompileOptions compileOptions, 47 ShCompileOptions defaultCompileOptions, 56 void compile(const std::string &shaderString, const ShCompileOptions compileOptions); 97 ShCompileOptions compileOptions, 102 ShCompileOptions mDefaultCompileOptions;
|
H A D | compiler_test.cpp | 68 ShCompileOptions compileOptions, in compileTestShader() 100 ShCompileOptions compileOptions, in compileTestShader() 112 ShCompileOptions defaultCompileOptions, in MatchOutputCodeTest() 137 const ShCompileOptions compileOptions) in compile() 153 const ShCompileOptions compileOptions, in compileWithSettings()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | RewriteInterpolateAtOffset.cpp | 29 ShCompileOptions compileOptions, 38 ShCompileOptions compileOptions, 52 ShCompileOptions compileOptions, in Traverser() 66 ShCompileOptions compileOptions, in Apply() 146 ShCompileOptions compileOptions, in RewriteInterpolateAtOffset()
|
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/ |
H A D | translator_fuzzer.cpp | 26 constexpr ShCompileOptions kCommonOptions = 43 constexpr ShCompileOptions kGLSLOrESSLOnlyOptions = 50 constexpr ShCompileOptions kGLSLMacOnlyOptions = 56 constexpr ShCompileOptions kVulkanGLSLOnlyOptions = 62 constexpr ShCompileOptions kHLSLOnlyOptions = SH_EXPAND_SELECT_HLSL_INTEGER_POW_EXPRESSIONS | 132 ShCompileOptions supportedOptions = kCommonOptions; in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteDfdy.cpp | 29 ShCompileOptions compileOptions, 37 ShCompileOptions compileOptions, 51 ShCompileOptions compileOptions, in Traverser() 62 ShCompileOptions compileOptions, in Apply() 219 ShCompileOptions compileOptions, in RewriteDfdy()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | ExpressionLimit_test.cpp | 225 ShCompileOptions compileOptions, in CheckShaderCompilation() 262 ShCompileOptions compileOptions = SH_LIMIT_EXPRESSION_COMPLEXITY; in TEST_F() 284 ShCompileOptions compileOptions = SH_LIMIT_EXPRESSION_COMPLEXITY; in TEST_F() 309 ShCompileOptions compileOptions = SH_LIMIT_CALL_STACK_DEPTH; in TEST_F() 331 ShCompileOptions compileOptions = SH_LIMIT_CALL_STACK_DEPTH; in TEST_F() 353 ShCompileOptions compileOptions = 0; in TEST_F() 556 ShCompileOptions compileOptions = SH_LIMIT_EXPRESSION_COMPLEXITY; in TEST_F() 578 ShCompileOptions compileOptions = SH_LIMIT_EXPRESSION_COMPLEXITY; in TEST_F() 601 ShCompileOptions compileOptions = SH_LIMIT_EXPRESSION_COMPLEXITY; in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ShaderImpl.cpp | 44 TranslateTask(ShHandle handle, ShCompileOptions options, const std::string &source) in TranslateTask() 61 ShCompileOptions mOptions; 86 ShCompileOptions compileOptions) in compileImpl()
|
H A D | ShaderImpl.h | 58 ShCompileOptions options) = 0; 68 ShCompileOptions compileOptions);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | ShaderMtl.h | 27 ShCompileOptions options) override; 42 ShCompileOptions compileOptions);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | SpecializationConstant.h | 27 SpecConst(TSymbolTable *symbolTable, ShCompileOptions compileOptions, GLenum shaderType); 60 ShCompileOptions mCompileOptions;
|