Searched refs:sh2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp314 int sh1, sh2, sh3; local in function:select_partition
317 sh2 = (partitioncount == 3 ? 6 : 5);
320 sh2 = (seed & 2 ? 4 : 5);
322 sh3 = (seed & 0x10) ? sh1 : sh2;
325 seed2 >>= sh2;
327 seed4 >>= sh2;
329 seed6 >>= sh2;
331 seed8 >>= sh2;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp315 int sh1, sh2, sh3; local in function:select_partition
318 sh2 = (partitioncount == 3 ? 6 : 5);
321 sh2 = (seed & 2 ? 4 : 5);
323 sh3 = (seed & 0x10) ? sh1 : sh2;
326 seed2 >>= sh2;
328 seed4 >>= sh2;
330 seed6 >>= sh2;
332 seed8 >>= sh2;

Completed in 8 milliseconds