Home
last modified time | relevance | path

Searched refs:ShCompileOptions (Results 1 – 25 of 90) sorted by relevance

1234

/external/angle/src/tests/compiler_tests/
DEmulateGLBaseVertexBaseInstance_test.cpp24 ShCompileOptions defaultCompileOptions = {}; in EmulateGLBaseVertexBaseInstanceTest()
33 ShCompileOptions *compileOptions = nullptr) in CheckCompileFailure()
35 ShCompileOptions options = {}; in CheckCompileFailure()
77 ShCompileOptions compileOptions = {}; in TEST_F()
94 ShCompileOptions compileOptions = {}; in TEST_F()
121 ShCompileOptions compileOptions = {}; in TEST_F()
244 ShCompileOptions compileOptions = {}; in TEST_F()
DEmulateGLDrawID_test.cpp23 ShCompileOptions defaultCompileOptions = {}; in EmulateGLDrawIDTest()
32 ShCompileOptions compileOptions = {}; in CheckCompileFailure()
68 ShCompileOptions compileOptions = {}; in TEST_F()
96 ShCompileOptions compileOptions = {}; in TEST_F()
171 ShCompileOptions compileOptions = {}; in TEST_F()
DExpressionLimit_test.cpp225 const ShCompileOptions &compileOptions, in CheckShaderCompilation()
262 ShCompileOptions compileOptions = {}; in TEST_F()
286 ShCompileOptions compileOptions = {}; in TEST_F()
313 ShCompileOptions compileOptions = {}; in TEST_F()
337 ShCompileOptions compileOptions = {}; in TEST_F()
361 ShCompileOptions compileOptions = {}; in TEST_F()
565 ShCompileOptions compileOptions = {}; in TEST_F()
589 ShCompileOptions compileOptions = {}; in TEST_F()
614 ShCompileOptions compileOptions = {}; in TEST_F()
/external/angle/src/tests/test_utils/
Dcompiler_test.h31 const ShCompileOptions &compileOptions,
39 const ShCompileOptions &compileOptions,
48 void setDefaultCompileOptions(const ShCompileOptions &defaultCompileOptions);
55 void compile(const std::string &shaderString, const ShCompileOptions &compileOptions);
96 const ShCompileOptions &compileOptions,
101 ShCompileOptions mDefaultCompileOptions;
Dcompiler_test.cpp68 const ShCompileOptions &compileOptions, in compileTestShader()
81 ShCompileOptions options = compileOptions; in compileTestShader()
101 const ShCompileOptions &compileOptions, in compileTestShader()
120 void MatchOutputCodeTest::setDefaultCompileOptions(const ShCompileOptions &defaultCompileOptions) in setDefaultCompileOptions()
141 const ShCompileOptions &compileOptions) in compile()
157 const ShCompileOptions &compileOptions, in compileWithSettings()
/external/angle/src/compiler/translator/
DCompiler.h57 const ShCompileOptions &compileOptions);
104 const ShCompileOptions &compileOptions);
108 const ShCompileOptions &compileOptions);
149 bool shouldRunLoopAndIndexingValidation(const ShCompileOptions &compileOptions) const;
202 const ShCompileOptions &compileOptions,
233 const ShCompileOptions &compileOptions) in initBuiltInFunctionEmulator()
237 const ShCompileOptions &compileOptions,
303 const ShCompileOptions &compileOptions);
315 const ShCompileOptions &compileOptions);
395 ShCompileOptions mCompileOptions;
DShaderLang.cpp402 const ShCompileOptions &compileOptions) in Compile()
470 const ShCompileOptions &compileOptions, in GetShaderBinary()
1048 ShCompileOptions::ShCompileOptions() in ShCompileOptions() function in ShCompileOptions
1053 ShCompileOptions::ShCompileOptions(const ShCompileOptions &other) in ShCompileOptions() function in ShCompileOptions
1057 ShCompileOptions &ShCompileOptions::operator=(const ShCompileOptions &other) in operator =()
DCompiler.cpp121 const ShCompileOptions &options) in DumpFuzzerCase()
127 memcpy(&header.basicCompileOptions, &options, offsetof(ShCompileOptions, metal)); in DumpFuzzerCase()
128 static_assert(offsetof(ShCompileOptions, metal) <= sizeof(header.basicCompileOptions)); in DumpFuzzerCase()
187 const ShCompileOptions &compileOptions) in RemoveInvariant()
389 bool TCompiler::shouldRunLoopAndIndexingValidation(const ShCompileOptions &compileOptions) const in shouldRunLoopAndIndexingValidation()
423 const ShCompileOptions &compileOptions) in compileTreeForTesting()
430 const ShCompileOptions &compileOptions) in compileTreeImpl()
638 const ShCompileOptions &compileOptions, in getShaderBinary()
731 const ShCompileOptions &compileOptions) in checkAndSimplifyAST()
1267 const ShCompileOptions &compileOptionsIn) in compile()
[all …]
/external/angle/src/compiler/translator/spirv/
DBuiltinsWorkaround.cpp25 TBuiltinsWorkaround(TSymbolTable *symbolTable, const ShCompileOptions &options);
33 const ShCompileOptions &mCompileOptions;
38 TBuiltinsWorkaround::TBuiltinsWorkaround(TSymbolTable *symbolTable, const ShCompileOptions &options) in TBuiltinsWorkaround()
97 const ShCompileOptions &compileOptions) in ShaderBuiltinsWorkaround()
DTranslatorSPIRV.h33 const ShCompileOptions &compileOptions,
38 const ShCompileOptions &compileOptions,
/external/angle/src/compiler/translator/glsl/
DTranslatorESSL.h22 const ShCompileOptions &compileOptions) override;
25 const ShCompileOptions &compileOptions,
30 void writeExtensionBehavior(const ShCompileOptions &compileOptions);
DTranslatorGLSL.h22 const ShCompileOptions &compileOptions) override;
25 const ShCompileOptions &compileOptions,
31 void writeExtensionBehavior(TIntermNode *root, const ShCompileOptions &compileOptions);
DOutputGLSLBase.h27 const ShCompileOptions &compileOptions);
82 const ShCompileOptions &option) in translateTextureFunction()
125 const ShCompileOptions &mCompileOptions;
128 void WritePragma(TInfoSinkBase &out, const ShCompileOptions &compileOptions, const TPragma &pragma);
147 const ShCompileOptions &,
DOutputESSL.h20 const ShCompileOptions &compileOptions);
25 const ShCompileOptions &option) override;
DOutputGLSL.h20 const ShCompileOptions &compileOptions);
26 const ShCompileOptions &option) override;
DOutputESSL.cpp14 const ShCompileOptions &compileOptions) in TOutputESSL()
34 const ShCompileOptions &option) in translateTextureFunction()
DOutputGLSL.cpp16 const ShCompileOptions &compileOptions) in TOutputGLSL()
65 const ShCompileOptions &option) in translateTextureFunction()
DTranslatorESSL.cpp27 const ShCompileOptions &compileOptions) in initBuiltInFunctionEmulator()
36 const ShCompileOptions &compileOptions, in translate()
179 void TranslatorESSL::writeExtensionBehavior(const ShCompileOptions &compileOptions) in writeExtensionBehavior()
/external/angle/src/compiler/translator/tree_ops/
DRewritePixelLocalStorage.cpp98 const ShCompileOptions &compileOptions, in RewritePLSTraverser()
177 const ShCompileOptions &, in injectPrePLSCode() argument
185 const ShCompileOptions &, in injectPostPLSCode() argument
312 const ShCompileOptions *const mCompileOptions;
325 const ShCompileOptions &compileOptions, in RewritePLSToImagesTraverser()
578 const ShCompileOptions &compileOptions, in injectPrePLSCode()
625 const ShCompileOptions &compileOptions, in injectPostPLSCode()
670 const ShCompileOptions &compileOptions, in RewritePLSToFramebufferFetchTraverser()
702 const ShCompileOptions &compileOptions, in injectPrePLSCode()
733 const ShCompileOptions &compileOptions, in injectPostPLSCode()
[all …]
/external/angle/include/GLSLANG/
DShaderLang.h140 struct ShCompileOptions struct
142 ShCompileOptions();
143 ShCompileOptions(const ShCompileOptions &other);
144 ShCompileOptions &operator=(const ShCompileOptions &other); argument
764 const ShCompileOptions &compileOptions);
798 const ShCompileOptions &compileOptions,
/external/angle/src/libANGLE/renderer/
DShaderImpl.cpp44 TranslateTask(ShHandle handle, const ShCompileOptions &options, const std::string &source) in TranslateTask()
61 ShCompileOptions mOptions;
86 ShCompileOptions *compileOptions) in compileImpl()
DShaderImpl.h58 ShCompileOptions *options) = 0;
70 ShCompileOptions *compileOptions);
/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.h27 SpecConst(TSymbolTable *symbolTable, const ShCompileOptions &compileOptions, GLenum shaderType);
45 const ShCompileOptions &mCompileOptions;
/external/angle/src/libANGLE/renderer/metal/
DShaderMtl.h27 ShCompileOptions *options) override;
42 ShCompileOptions *compileOptions);
DShaderMtl.mm30 TranslateTask(ShHandle handle, const ShCompileOptions &options, const std::string &source)
47 ShCompileOptions mOptions;
86 ShCompileOptions *compileOptions)
104 ShCompileOptions *options)

1234