Home
last modified time | relevance | path

Searched refs:s_rand_xorshift128plus (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/util/
Drand_xor.h35 s_rand_xorshift128plus(uint64_t seed[2], bool randomised_seed);
Drand_xor.c59 s_rand_xorshift128plus(uint64_t seed[2], bool randomised_seed) in s_rand_xorshift128plus() function
Ddisk_cache.c198 s_rand_xorshift128plus(cache->seed_xorshift128plus, true); in disk_cache_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c191 s_rand_xorshift128plus(seed_xorshift128plus, false); in r600_test_dma()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma.c186 s_rand_xorshift128plus(seed_xorshift128plus, false); in si_test_dma()