MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / ComputeExtraStateHash

Method ComputeExtraStateHash

source/opt/types.cpp:390–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390size_t Integer::ComputeExtraStateHash(size_t hash, SeenTypes*) const {
391 return hash_combine(hash, width_, signed_);
392}
393
394bool Float::IsSameImpl(const Type* that, IsSameCache*) const {
395 const Float* ft = that->AsFloat();

Callers

nothing calls this directly

Calls 2

hash_combineFunction · 0.85
ComputeHashValueMethod · 0.80

Tested by

no test coverage detected