Home
last modified time | relevance | path

Searched refs:HashFunction (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp122 uint16_t HashFunction = dwarf::DW_hash_function_djb; member
285 Asm->emitInt16(HashFunction); in emit()
626 << "Hash Function: " << HashFunction << "\n" in print()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h137 ShHashFunction64 getHashFunction() const { return mResources.HashFunction; } in getHashFunction()
Dgen_builtin_symbols.py1312 class HashFunction: class
2096 mangled_hashfn = HashFunction(f1, f2, mangled_G)
2108 unmangled_hashfn = HashFunction(f1, f2, unmangled_G)
DShaderLang.cpp256 resources->HashFunction = nullptr; in InitBuiltInResources()
DCompiler.cpp968 &mShaderStorageBlocks, mResources.HashFunction, &mSymbolTable, mShaderType, in checkAndSimplifyAST()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h451 ShHashFunction64 HashFunction; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp54 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
141 W.printHex("Hash function", HashFunction); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h87 uint16_t HashFunction; member
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DCollectVariables_test.cpp821 resources.HashFunction = SimpleTestHash; in SetUp()