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

Function MIN3

cmp_compressonatorlib/astc/astc_encode_kernel.cpp:9097–9101  ·  view source on GitHub ↗

static inline

Source from the content-addressed store, hash-verified

9095
9096//static inline
9097int MIN3(int a, int b, int c)
9098{
9099 int d = MIN(a, b);
9100 return MIN(c, d);
9101}
9102
9103// compute the bit-mismatch for a partitioning in 2-partition mode
9104//# maybe an issue for GPU to work in 64bits

Callers 1

partition_mismatch4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected