Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ ReachedMinimumGranularity
Method
ReachedMinimumGranularity
source/reduce/reduction_pass.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool ReductionPass::ReachedMinimumGranularity() const {
73
assert(granularity_ != 0);
74
return granularity_ == 1;
75
}
76
77
std::string ReductionPass::GetName() const { return finder_->GetName(); }
78
Callers
1
RunPasses
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected