/external/angle/src/tests/compiler_tests/ |
D | EmulateGLBaseVertexBaseInstance_test.cpp | 24 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()
|
D | EmulateGLDrawID_test.cpp | 23 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()
|
D | ExpressionLimit_test.cpp | 225 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/ |
D | compiler_test.h | 31 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;
|
D | compiler_test.cpp | 68 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/ |
D | Compiler.h | 57 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;
|
D | ShaderLang.cpp | 402 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 =()
|
D | Compiler.cpp | 121 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/ |
D | BuiltinsWorkaround.cpp | 25 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()
|
D | TranslatorSPIRV.h | 33 const ShCompileOptions &compileOptions, 38 const ShCompileOptions &compileOptions,
|
/external/angle/src/compiler/translator/glsl/ |
D | TranslatorESSL.h | 22 const ShCompileOptions &compileOptions) override; 25 const ShCompileOptions &compileOptions, 30 void writeExtensionBehavior(const ShCompileOptions &compileOptions);
|
D | TranslatorGLSL.h | 22 const ShCompileOptions &compileOptions) override; 25 const ShCompileOptions &compileOptions, 31 void writeExtensionBehavior(TIntermNode *root, const ShCompileOptions &compileOptions);
|
D | OutputGLSLBase.h | 27 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 &,
|
D | OutputESSL.h | 20 const ShCompileOptions &compileOptions); 25 const ShCompileOptions &option) override;
|
D | OutputGLSL.h | 20 const ShCompileOptions &compileOptions); 26 const ShCompileOptions &option) override;
|
D | OutputESSL.cpp | 14 const ShCompileOptions &compileOptions) in TOutputESSL() 34 const ShCompileOptions &option) in translateTextureFunction()
|
D | OutputGLSL.cpp | 16 const ShCompileOptions &compileOptions) in TOutputGLSL() 65 const ShCompileOptions &option) in translateTextureFunction()
|
D | TranslatorESSL.cpp | 27 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/ |
D | RewritePixelLocalStorage.cpp | 98 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/ |
D | ShaderLang.h | 140 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/ |
D | ShaderImpl.cpp | 44 TranslateTask(ShHandle handle, const ShCompileOptions &options, const std::string &source) in TranslateTask() 61 ShCompileOptions mOptions; 86 ShCompileOptions *compileOptions) in compileImpl()
|
D | ShaderImpl.h | 58 ShCompileOptions *options) = 0; 70 ShCompileOptions *compileOptions);
|
/external/angle/src/compiler/translator/tree_util/ |
D | SpecializationConstant.h | 27 SpecConst(TSymbolTable *symbolTable, const ShCompileOptions &compileOptions, GLenum shaderType); 45 const ShCompileOptions &mCompileOptions;
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ShaderMtl.h | 27 ShCompileOptions *options) override; 42 ShCompileOptions *compileOptions);
|
D | ShaderMtl.mm | 30 TranslateTask(ShHandle handle, const ShCompileOptions &options, const std::string &source) 47 ShCompileOptions mOptions; 86 ShCompileOptions *compileOptions) 104 ShCompileOptions *options)
|