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

Method HashValue

source/opt/types.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272size_t Type::HashValue() const {
273 SeenTypes seen;
274 return ComputeHashValue(0, &seen);
275}
276
277uint64_t Type::NumberOfComponents() const {
278 switch (kind()) {

Callers 3

HashInstFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected