Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/serializer/
DJsonSerializer.cpp63 std::ostringstream hashName; in addBlob() local
64 hashName << name << "-hash"; in addBlob()
65 addString(hashName.str(), os.str()); in addBlob()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp449 out << " " << hashName(param); in writeFunctionParameters()
470 out << hashName(structure) << "("; in writeConstantUnion()
545 out << hashName(&node->variable()); in visitSymbol()
887 out << (node->isPrecise() ? "precise " : "invariant ") << hashName(&symbol->variable()); in visitGlobalQualifierDeclaration()
1117 ImmutableString TOutputGLSLBase::hashName(const TSymbol *symbol) in hashName() function in sh::TOutputGLSLBase
1141 return hashName(func); in hashFunctionNameIfNeeded()
1153 out << hashName(structure) << " "; in declareStruct()
1260 out << hashName(interfaceBlock) << "{\n"; in declareInterfaceBlock()
DOutputGLSLBase.h32 ImmutableString hashName(const TSymbol *symbol);
DBuildSPIRV.h420 ImmutableString hashName(const TSymbol *symbol);
DBuildSPIRV.cpp886 spirv::WriteName(&mSpirvDebug, typeId, hashName(block).data()); in declareType()
2044 ImmutableString SPIRVBuilder::hashName(const TSymbol *symbol) in hashName() function in sh::SPIRVBuilder
2072 return hashName(func); in hashFunctionName()
DOutputSPIRV.cpp1176 mBuilder.hashName(variable).data()); in declareSpecConst()
5556 mBuilder.hashName(paramVariable).data()); in visitFunctionDefinition()
5929 mBuilder.hashName(variable).data()); in visitDeclaration()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp387 out << " " << hashName(param); in writeFunctionParameters()
405 out << hashName(structure) << "("; in writeConstantUnion()
480 out << hashName(&node->variable()); in visitSymbol()
931 out << "invariant " << hashName(&symbol->variable()); in visitInvariantDeclaration()
1198 ImmutableString TOutputGLSLBase::hashName(const TSymbol *symbol) in hashName() function in sh::TOutputGLSLBase
1222 return hashName(func); in hashFunctionNameIfNeeded()
1245 out << hashName(structure) << " "; in declareStruct()
1311 out << hashName(interfaceBlock) << "{\n"; in declareInterfaceBlock()
DOutputGLSLBase.h37 ImmutableString hashName(const TSymbol *symbol);
/third_party/typescript/src/testRunner/parallel/
Dhost.ts185 function hashName(runner: TestRunnerKind | "unittest", test: string) {
213 const hashedName = hashName(runner.kind(), file);
322 … newPerfData[hashName(data.payload.task.runner, data.payload.task.file)] = data.payload.duration;
607 size = perfData[hashName("unittest", title)];