Searched refs:ShHashFunction64 (Results 1 – 22 of 22) sorted by relevance
/external/angle/src/compiler/translator/ |
D | HashNames.cpp | 21 ImmutableString HashName(const ImmutableString &name, ShHashFunction64 hashFunction) in HashName() 58 ShHashFunction64 hashFunction, in HashName() 116 ImmutableString HashName(const TSymbol *symbol, ShHashFunction64 hashFunction, NameMap *nameMap) in HashName()
|
D | HashNames.h | 24 ShHashFunction64 hashFunction, 29 ImmutableString HashName(const TSymbol *symbol, ShHashFunction64 hashFunction, NameMap *nameMap);
|
D | OutputESSL.h | 19 ShHashFunction64 hashFunction,
|
D | OutputGLSL.h | 19 ShHashFunction64 hashFunction,
|
D | OutputGLSLBase.h | 25 ShHashFunction64 hashFunction, 110 ShHashFunction64 mHashFunction;
|
D | OutputVulkanGLSLForMetal.h | 23 ShHashFunction64 hashFunction,
|
D | CollectVariables.h | 30 ShHashFunction64 hashFunction,
|
D | OutputESSL.cpp | 13 ShHashFunction64 hashFunction, in TOutputESSL()
|
D | OutputVulkanGLSL.h | 24 ShHashFunction64 hashFunction,
|
D | OutputGLSL.cpp | 15 ShHashFunction64 hashFunction, in TOutputGLSL()
|
D | util.h | 69 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap);
|
D | OutputVulkanGLSLForMetal.mm | 58 ShHashFunction64 hashFunction,
|
D | OutputVulkanGLSL.cpp | 23 ShHashFunction64 hashFunction, in TOutputVulkanGLSL()
|
D | BuildSPIRV.h | 283 ShHashFunction64 hashFunction, in SPIRVBuilder() 512 ShHashFunction64 mHashFunction;
|
D | CollectVariables.cpp | 124 ShHashFunction64 hashFunction, 244 ShHashFunction64 mHashFunction; 260 ShHashFunction64 hashFunction, in CollectVariablesTraverser() 1294 ShHashFunction64 hashFunction, in CollectVariables()
|
D | Compiler.h | 132 ShHashFunction64 getHashFunction() const { return mResources.HashFunction; } in getHashFunction()
|
D | TranslatorMetalDirect.cpp | 123 ShHashFunction64 hashFunction, in DeclareDefaultUniformsTraverser() 186 ShHashFunction64 mHashFunction;
|
D | util.cpp | 452 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetTypeName()
|
D | OutputGLSLBase.cpp | 85 ShHashFunction64 hashFunction, in TOutputGLSLBase()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | TranslatorMetalUtils.h | 26 ShHashFunction64 hashFunction,
|
D | TranslatorMetalUtils.cpp | 297 ImmutableString GetMetalTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetMetalTypeName()
|
/external/angle/include/GLSLANG/ |
D | ShaderLang.h | 349 using ShHashFunction64 = khronos_uint64_t (*)(const char *, size_t); variable 444 ShHashFunction64 HashFunction;
|