Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
size_t Type::HashValue() const {
273
SeenTypes seen;
274
return ComputeHashValue(0, &seen);
275
}
276
277
uint64_t Type::NumberOfComponents() const {
278
switch (kind()) {
Callers
3
HashInst
Function · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected