MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / max8

Function max8

cmp_core/shaders/bc7_encode_kernel.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 return a < b ? a : b;
462}
463CGU_UINT8 max8(CGU_UINT8 a, CGU_UINT8 b)
464{
465 return a > b ? a : b;
466}
467
468void pack_index(CGV_UINT32 packed_index[2], CGV_UINT8 src_index[MAX_SUBSET_SIZE])
469{

Callers 2

Compress_mode01237Function · 0.85
GetBC7RampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected