MCPcopy 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
2137void Differ::MatchExtensions() {
2138 MatchPreambleInstructions(src_->extensions(), dst_->extensions());
2139}
2140
2141void Differ::MatchExtInstImportIds() {
2142 // Bunch all of this section's ids as potential matches.

Callers 1

DiffFunction · 0.80

Calls 1

extensionsMethod · 0.45

Tested by

no test coverage detected