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

Method MatchCapabilities

source/diff/diff.cpp:2133–2135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2131}
2132
2133void Differ::MatchCapabilities() {
2134 MatchPreambleInstructions(src_->capabilities(), dst_->capabilities());
2135}
2136
2137void Differ::MatchExtensions() {
2138 MatchPreambleInstructions(src_->extensions(), dst_->extensions());

Callers 1

DiffFunction · 0.80

Calls 1

capabilitiesMethod · 0.45

Tested by

no test coverage detected