Searched refs:seed4 (Results 1 – 3 of 3) sorted by relevance
142 uint8_t seed4 = (rnum >> 12) & 0xF; in select_partition() local157 seed4 *= seed4; in select_partition()183 seed4 >>= sh2; in select_partition()195 int b = seed3 * x + seed4 * y + seed12 * z + (rnum >> 10); in select_partition()
292 uint8_t seed4 = (rnum >> 12) & 0xF; in select_partition() local305 seed4 *= seed4; in select_partition()328 seed4 >>= sh2; in select_partition()339 int b = seed3 * x + seed4 * y + seed12 * z + (rnum >> 10); in select_partition()
1355 deUint8 seed4 = (deUint8)((rnum >> 12) & 0xf); in computeTexelPartition() local1368 seed4 = (deUint8)(seed4 * seed4 ); in computeTexelPartition()1387 seed4 = (deUint8)(seed4 >> sh2); in computeTexelPartition()1398 const int b = 0x3f & (seed3*x + seed4*y + seed12*z + (rnum >> 10)); in computeTexelPartition()