Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ MatchExtensions
Method
MatchExtensions
source/diff/diff.cpp:2137–2139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2135
}
2136
2137
void Differ::MatchExtensions() {
2138
MatchPreambleInstructions(src_->extensions(), dst_->extensions());
2139
}
2140
2141
void Differ::MatchExtInstImportIds() {
2142
// Bunch all of this section's ids as potential matches.
Callers
1
Diff
Function · 0.80
Calls
1
extensions
Method · 0.45
Tested by
no test coverage detected