Searched refs:seed6 (Results 1 – 3 of 3) sorted by relevance
144 uint8_t seed6 = (rnum >> 20) & 0xF; in select_partition() local159 seed6 *= seed6; in select_partition()185 seed6 >>= sh2; in select_partition()196 int c = seed5 * x + seed6 * y + seed9 * z + (rnum >> 6); in select_partition()
294 uint8_t seed6 = (rnum >> 20) & 0xF; in select_partition() local307 seed6 *= seed6; in select_partition()330 seed6 >>= sh2; in select_partition()340 int c = seed5 * x + seed6 * y + seed9 * z + (rnum >> 6); in select_partition()
1357 deUint8 seed6 = (deUint8)((rnum >> 20) & 0xf); in computeTexelPartition() local1370 seed6 = (deUint8)(seed6 * seed6 ); in computeTexelPartition()1389 seed6 = (deUint8)(seed6 >> sh2); in computeTexelPartition()1399 const int c = numPartitions >= 3 ? 0x3f & (seed5*x + seed6*y + seed9*z + (rnum >> 6)) : 0; in computeTexelPartition()