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

Function spidx

cmp_core/shaders/bc6_encode_kernel.cpp:1292–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290#ifdef USE_BC6RAMPS
1291
1292int spidx(int in_data, int in_clogs, int in_bits, int in_p2, int in_o1, int in_o2, int in_i)
1293{
1294 // use BC7 sp_idx
1295 return 0;
1296}
1297
1298float sperr(int in_data, int clogs, int bits, int p2, int o1, int o2)
1299{

Callers 1

quant_single_point_dFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected