Searched refs:seed5 (Results 1 – 3 of 3) sorted by relevance
143 uint8_t seed5 = (rnum >> 16) & 0xF; in select_partition() local158 seed5 *= seed5; in select_partition()184 seed5 >>= sh1; in select_partition()196 int c = seed5 * x + seed6 * y + seed9 * z + (rnum >> 6); in select_partition()
293 uint8_t seed5 = (rnum >> 16) & 0xF; in select_partition() local306 seed5 *= seed5; in select_partition()329 seed5 >>= sh1; in select_partition()340 int c = seed5 * x + seed6 * y + seed9 * z + (rnum >> 6); in select_partition()
1356 deUint8 seed5 = (deUint8)((rnum >> 16) & 0xf); in computeTexelPartition() local1369 seed5 = (deUint8)(seed5 * seed5 ); in computeTexelPartition()1388 seed5 = (deUint8)(seed5 >> sh1); in computeTexelPartition()1399 const int c = numPartitions >= 3 ? 0x3f & (seed5*x + seed6*y + seed9*z + (rnum >> 6)) : 0; in computeTexelPartition()