Home
last modified time | relevance | path

Searched refs:HashName (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/
DHashNames.cpp21 ImmutableString HashName(const ImmutableString &name, ShHashFunction64 hashFunction) in HashName() function
57 ImmutableString HashName(const ImmutableString &name, in HashName() function
111 ImmutableString hashedName = HashName(name, hashFunction); in HashName()
116 ImmutableString HashName(const TSymbol *symbol, ShHashFunction64 hashFunction, NameMap *nameMap) in HashName() function
127 return HashName(symbol->name(), hashFunction, nameMap); in HashName()
DHashNames.h23 ImmutableString HashName(const ImmutableString &name,
29 ImmutableString HashName(const TSymbol *symbol, ShHashFunction64 hashFunction, NameMap *nameMap);
DCollectVariables.cpp324 return HashName(symbol, mHashFunction, nullptr).data(); in getMappedName()
794 HashName(interfaceBlock->name(), mHashFunction, nullptr).data(); in setFieldOrVariableProperties()
850 variableOut->mappedName = HashName(name, mHashFunction, nullptr).data(); in setFieldProperties()
886 HashName(interfaceBlock->name(), mHashFunction, nullptr).data(); in setCommonVariableProperties()
DOutputGLSLBase.cpp1091 return HashName(symbol, mHashFunction, &mNameMap); in hashName()
1099 return HashName(field->name(), mHashFunction, &mNameMap); in hashFieldName()
Dutil.cpp455 return HashName(type.getStruct(), hashFunction, nameMap); in GetTypeName()
DBuildSPIRV.cpp1846 return HashName(symbol, mHashFunction, &mNameMap); in hashName()
1859 return HashName(field->name(), mHashFunction, &mNameMap); in hashFieldName()
DTranslatorMetalDirect.cpp179 (*mSink) << HashName(&symbol->variable(), mHashFunction, mNameMap) in visitSymbol()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DTranslatorMetalUtils.cpp300 return HashName(type.getStruct(), hashFunction, nameMap); in GetMetalTypeName()