Home
last modified time | relevance | path

Searched refs:ShCompileOptions (Results 1 - 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderLang.h98 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 DCompiler.h57 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 DTranslatorGLSL.h22 ShCompileOptions compileOptions) override;
25 ShCompileOptions compileOptions,
28 bool shouldCollectVariables(ShCompileOptions compileOptions) override;
32 void writeExtensionBehavior(TIntermNode *root, ShCompileOptions compileOptions);
H A DTranslatorESSL.h22 ShCompileOptions compileOptions) override;
25 ShCompileOptions compileOptions,
30 void writeExtensionBehavior(ShCompileOptions compileOptions);
H A DBuiltinsWorkaroundGLSL.cpp25 TBuiltinsWorkaroundGLSL(TSymbolTable *symbolTable, ShCompileOptions options);
33 ShCompileOptions mCompileOptions;
39 ShCompileOptions options) in TBuiltinsWorkaroundGLSL()
98 ShCompileOptions compileOptions) in ShaderBuiltinsWorkaround()
H A DTranslatorVulkan.h31 ShCompileOptions compileOptions,
39 ShCompileOptions compileOptions,
44 void writeExtensionBehavior(ShCompileOptions compileOptions, TInfoSinkBase &sink);
H A DOutputGLSLBase.h25 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 DOutputESSL.h18 TOutputESSL(TCompiler *compiler, TInfoSinkBase &objSink, ShCompileOptions compileOptions);
23 const ShCompileOptions &option) override;
H A DOutputGLSL.h18 TOutputGLSL(TCompiler *compiler, TInfoSinkBase &objSink, ShCompileOptions compileOptions);
24 const ShCompileOptions &option) override;
H A DOutputESSL.cpp14 ShCompileOptions compileOptions) in TOutputESSL()
34 const ShCompileOptions &option) in translateTextureFunction()
H A DTranslatorESSL.cpp22 ShCompileOptions compileOptions) in initBuiltInFunctionEmulator()
31 ShCompileOptions compileOptions, in translate()
114 void TranslatorESSL::writeExtensionBehavior(ShCompileOptions compileOptions) in writeExtensionBehavior()
H A DTranslatorGLSL.cpp26 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 DTranslatorMetal.h31 SpecConstMetal(TSymbolTable *symbolTable, ShCompileOptions compileOptions, GLenum shaderType) in SpecConstMetal()
46 ShCompileOptions compileOptions,
H A DOutputGLSL.cpp16 ShCompileOptions compileOptions) in TOutputGLSL()
65 const ShCompileOptions &option) in translateTextureFunction()
H A DTranslatorHLSL.h36 ShCompileOptions compileOptions,
41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; }
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.h31 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 Dcompiler_test.cpp68 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 DRewriteInterpolateAtOffset.cpp29 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 Dtranslator_fuzzer.cpp26 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 DRewriteDfdy.cpp29 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 DExpressionLimit_test.cpp225 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 DShaderImpl.cpp44 TranslateTask(ShHandle handle, ShCompileOptions options, const std::string &source) in TranslateTask()
61 ShCompileOptions mOptions;
86 ShCompileOptions compileOptions) in compileImpl()
H A DShaderImpl.h58 ShCompileOptions options) = 0;
68 ShCompileOptions compileOptions);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DShaderMtl.h27 ShCompileOptions options) override;
42 ShCompileOptions compileOptions);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DSpecializationConstant.h27 SpecConst(TSymbolTable *symbolTable, ShCompileOptions compileOptions, GLenum shaderType);
60 ShCompileOptions mCompileOptions;

Completed in 9 milliseconds

123