/external/angle/src/compiler/translator/ |
D | TranslatorHLSL.cpp | 59 &getSymbolTable())) in translate() 69 &getSymbolTable())) in translate() 75 if (!UnfoldShortCircuitToIf(this, root, &getSymbolTable())) in translate() 85 if (!SeparateExpressionsReturningArrays(this, root, &getSymbolTable())) in translate() 98 if (!ArrayReturnValueToOutParameter(this, root, &getSymbolTable())) in translate() 106 if (!RemoveDynamicIndexingOfNonSSBOVectorOrMatrix(this, root, &getSymbolTable(), in translate() 117 if (!sh::RewriteElseBlocks(this, root, &getSymbolTable())) in translate() 147 if (!sh::ExpandIntegerPowExpressions(this, root, &getSymbolTable())) in translate() 155 if (!sh::RewriteTexelFetchOffset(this, root, getSymbolTable(), getShaderVersion())) in translate() 174 if (!sh::RewriteExpressionsWithShaderStorageBlock(this, root, &getSymbolTable())) in translate() [all …]
|
D | TranslatorVulkan.cpp | 780 if (!ShaderBuiltinsWorkaround(this, root, &getSymbolTable(), compileOptions)) in translateImpl() 823 if (!RemoveInactiveInterfaceVariables(this, root, &getSymbolTable(), getAttributes(), in translateImpl() 840 if (!MonomorphizeUnsupportedFunctionsInVulkanGLSL(this, root, &getSymbolTable(), in translateImpl() 848 if (!SeparateStructFromUniformDeclarations(this, root, &getSymbolTable())) in translateImpl() 855 if (!RewriteStructSamplers(this, root, &getSymbolTable(), &removedUniformsCount)) in translateImpl() 866 if (!RewriteArrayOfArrayOfOpaqueUniforms(this, root, &getSymbolTable())) in translateImpl() 875 if (!RewriteCubeMapSamplersAs2DArray(this, root, &getSymbolTable(), in translateImpl() 882 if (!FlagSamplersForTexelFetch(this, root, &getSymbolTable(), &mUniforms)) in translateImpl() 891 if (!DeclareDefaultUniforms(this, root, &getSymbolTable(), packedShaderType)) in translateImpl() 899 driverUniforms->addComputeDriverUniformsToShader(root, &getSymbolTable()); in translateImpl() [all …]
|
D | TranslatorMetalDirect.cpp | 390 TSymbolTable &symbolTable = compiler.getSymbolTable(); in AddFragDataDeclaration() 495 TSymbolTable *symbolTable = &getSymbolTable(); in insertSampleMaskWritingLogic() 545 TSymbolTable *symbolTable = &getSymbolTable(); in insertRasterizationDiscardLogic() 604 return RunAtTheEndOfShader(this, root, assignment, &getSymbolTable()); in transformDepthBeforeCorrection() 716 TSymbolTable &symbolTable = getSymbolTable(); in translateImpl() 730 if (!RemoveInactiveInterfaceVariables(this, root, &getSymbolTable(), getAttributes(), in translateImpl() 788 driverUniforms->addComputeDriverUniformsToShader(root, &getSymbolTable()); in translateImpl() 792 driverUniforms->addGraphicsDriverUniformsToShader(root, &getSymbolTable()); in translateImpl() 816 if (!ReplaceGLDepthRangeWithDriverUniform(this, root, driverUniforms, &getSymbolTable())) in translateImpl() 962 &getSymbolTable(), BuiltInVariable::gl_PointCoord(), in translateImpl() [all …]
|
D | TranslatorMetal.cpp | 184 SpecConstMetal specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate() 193 if (!ReplaceArrayOfMatrixVaryings(this, root, &getSymbolTable())) in translate() 203 if (!AppendVertexShaderPositionYCorrectionToMain(this, root, &getSymbolTable(), negFlipY)) in translate() 236 if (!InitializeUnusedOutputs(root, &getSymbolTable(), list)) in translate() 243 TOutputVulkanGLSL outputGLSL(sink, getHashFunction(), getNameMap(), &getSymbolTable(), in translate() 276 return RunAtTheEndOfShader(this, root, assignment, &getSymbolTable()); in transformDepthBeforeCorrection() 290 TSymbolTable *symbolTable = &getSymbolTable(); in insertSampleMaskWritingLogic() 347 TSymbolTable *symbolTable = &getSymbolTable(); in insertRasterizerDiscardLogic()
|
D | TranslatorGLSL.cpp | 98 if (!sh::RewriteTexelFetchOffset(this, root, getSymbolTable(), getShaderVersion())) in translate() 114 if (!RewriteRowMajorMatrices(this, root, &getSymbolTable())) in translate() 216 TOutputGLSL outputGLSL(sink, getHashFunction(), getNameMap(), &getSymbolTable(), in translate()
|
D | TranslatorESSL.cpp | 53 if (!RecordConstantPrecision(this, root, &getSymbolTable())) in translate() 97 TOutputESSL outputESSL(sink, getHashFunction(), getNameMap(), &getSymbolTable(), in translate()
|
D | Compiler.cpp | 809 &getSymbolTable())) in checkAndSimplifyAST() 824 &getSymbolTable())) in checkAndSimplifyAST() 968 &getSymbolTable())) in checkAndSimplifyAST() 975 highPrecisionSupported, &getSymbolTable())) in checkAndSimplifyAST() 983 if (!ClampPointSize(this, root, mResources.MaxPointSize, &getSymbolTable())) in checkAndSimplifyAST() 991 if (!ClampFragDepth(this, root, &getSymbolTable())) in checkAndSimplifyAST() 1007 if (!VectorizeVectorScalarArithmetic(this, root, &getSymbolTable())) in checkAndSimplifyAST() 1015 if (!sh::RemoveDynamicIndexingOfSwizzledVector(this, root, &getSymbolTable(), nullptr)) in checkAndSimplifyAST() 1274 EmulatePrecision emulatePrecision(&getSymbolTable()); in emulatePrecisionIfNeeded()
|
D | Compiler.h | 134 TSymbolTable &getSymbolTable() { return mSymbolTable; } in getSymbolTable() function
|
/external/llvm/lib/Object/ |
D | Archive.cpp | 490 return Parent->getSymbolTable().begin() + StringIndex; in getName() 494 const char *Buf = Parent->getSymbolTable().begin(); in getMember() 569 const char *Buf = Parent->getSymbolTable().begin(); in getNext() 586 t.StringIndex = Parent->getSymbolTable().find('\0', t.StringIndex) + 1; in getNext() 596 const char *buf = getSymbolTable().begin(); in symbol_begin() 644 uint32_t string_start_offset = buf - getSymbolTable().begin(); in symbol_begin() 655 const char *buf = getSymbolTable().begin(); in getNumberOfSymbols()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Archive.cpp | 796 return Parent->getSymbolTable().begin() + StringIndex; in getName() 800 const char *Buf = Parent->getSymbolTable().begin(); in getMember() 875 const char *Buf = Parent->getSymbolTable().begin(); in getNext() 892 t.StringIndex = Parent->getSymbolTable().find('\0', t.StringIndex) + 1; in getNext() 902 const char *buf = getSymbolTable().begin(); in symbol_begin() 950 uint32_t string_start_offset = buf - getSymbolTable().begin(); in symbol_begin() 961 const char *buf = getSymbolTable().begin(); in getNumberOfSymbols()
|
/external/llvm-project/llvm/lib/Object/ |
D | Archive.cpp | 792 return Parent->getSymbolTable().begin() + StringIndex; in getName() 796 const char *Buf = Parent->getSymbolTable().begin(); in getMember() 871 const char *Buf = Parent->getSymbolTable().begin(); in getNext() 888 t.StringIndex = Parent->getSymbolTable().find('\0', t.StringIndex) + 1; in getNext() 898 const char *buf = getSymbolTable().begin(); in symbol_begin() 946 uint32_t string_start_offset = buf - getSymbolTable().begin(); in symbol_begin() 957 const char *buf = getSymbolTable().begin(); in getNumberOfSymbols()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | WrapMain.cpp | 86 TSymbolTable &symbolTable = compiler.getSymbolTable(); in WrapMain()
|
D | SeparateCompoundStructDeclarations.cpp | 98 Separator separator(compiler.getSymbolTable(), idGen); in SeparateCompoundStructDeclarations()
|
D | ToposortStructs.cpp | 319 compiler.getSymbolTable(), finder.mUsedStructs)) in ToposortStructs()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 201 std::map<StringRef, JITEvaluatedSymbol> getSymbolTable() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 201 std::map<StringRef, JITEvaluatedSymbol> getSymbolTable() const;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | OatFile.java | 97 SymbolTable symbolTable = getSymbolTable(); in OatFile() 379 private SymbolTable getSymbolTable() {
|
/external/llvm/include/llvm/Object/ |
D | Archive.h | 222 StringRef getSymbolTable() const { return SymbolTable; } in getSymbolTable() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Archive.h | 262 StringRef getSymbolTable() const { return SymbolTable; } in getSymbolTable() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Archive.h | 262 StringRef getSymbolTable() const { return SymbolTable; } in getSymbolTable() function
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | SymbolTable.h | 255 SymbolTable &getSymbolTable(Operation *op);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UnicodeRegex.java | 54 public SymbolTable getSymbolTable() { in getSymbolTable() method in UnicodeRegex
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeRegex.java | 52 public SymbolTable getSymbolTable() { in getSymbolTable() method in UnicodeRegex
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 1352 std::map<StringRef, JITEvaluatedSymbol> RuntimeDyld::getSymbolTable() const { in getSymbolTable() function in llvm::RuntimeDyld 1355 return Dyld->getSymbolTable(); in getSymbolTable() 1427 if (auto Err = OnLoaded(std::move(Info), RTDyld.getSymbolTable())) in jitLinkForORC()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 1373 std::map<StringRef, JITEvaluatedSymbol> RuntimeDyld::getSymbolTable() const { in getSymbolTable() function in llvm::RuntimeDyld 1376 return Dyld->getSymbolTable(); in getSymbolTable() 1451 if (auto Err = OnLoaded(*O.getBinary(), *Info, RTDyld.getSymbolTable())) in jitLinkForORC()
|