Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/compressonator
/ min8
Function
min8
cmp_core/shaders/bc7_encode_kernel.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
CGU_UINT8 min8(CGU_UINT8 a, CGU_UINT8 b)
460
{
461
return a < b ? a : b;
462
}
463
CGU_UINT8 max8(CGU_UINT8 a, CGU_UINT8 b)
464
{
465
return a > b ? a : b;
Callers
2
Compress_mode01237
Function · 0.85
GetBC7Ramp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected