virgl: apply bgra dest swizzle and add Portal 2
[mesa.git] / src / util / rand_xor.h
index 532d549bcda0e9cbff911feedd6e188c02ebb47d..b55598f228a57e4f5b447be435ee9f99f35df94b 100644 (file)
@@ -29,9 +29,9 @@
 #include <stdbool.h>
 
 uint64_t
-rand_xorshift128plus(uint64_t *seed);
+rand_xorshift128plus(uint64_t seed[2]);
 
 void
-s_rand_xorshift128plus(uint64_t *seed, bool randomised_seed);
+s_rand_xorshift128plus(uint64_t seed[2], bool randomised_seed);
 
 #endif /* RAND_XOR_H */