Searched refs:seed9 (Results 1 – 3 of 3) sorted by relevance
147 uint8_t seed9 = (rnum >> 18) & 0xF; in select_partition() local162 seed9 *= seed9; in select_partition()189 seed9 >>= sh3; in select_partition()196 int c = seed5 * x + seed6 * y + seed9 * z + (rnum >> 6); in select_partition()
297 uint8_t seed9 = (rnum >> 18) & 0xF; in select_partition() local310 seed9 *= seed9; in select_partition()333 seed9 >>= sh3; in select_partition()340 int c = seed5 * x + seed6 * y + seed9 * z + (rnum >> 6); in select_partition()
1360 deUint8 seed9 = (deUint8)((rnum >> 18) & 0xf); in computeTexelPartition() local1373 seed9 = (deUint8)(seed9 * seed9 ); in computeTexelPartition()1392 seed9 = (deUint8)(seed9 >> sh3); in computeTexelPartition()1399 const int c = numPartitions >= 3 ? 0x3f & (seed5*x + seed6*y + seed9*z + (rnum >> 6)) : 0; in computeTexelPartition()