Searched refs:seed_xorshift128plus (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.h57 uint64_t seed_xorshift128plus[2]; member in struct:disk_cache
H A Ddisk_cache.c216 s_rand_xorshift128plus(cache->seed_xorshift128plus, true);
H A Ddisk_cache_os.c402 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c31 static uint64_t seed_xorshift128plus[2]; variable in typeref:typename:uint64_t[2]
80 rand_xorshift128plus(seed_xorshift128plus);
192 s_rand_xorshift128plus(seed_xorshift128plus, false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma.c32 static uint64_t seed_xorshift128plus[2]; variable in typeref:typename:uint64_t[2]
81 rand_xorshift128plus(seed_xorshift128plus);
207 s_rand_xorshift128plus(seed_xorshift128plus, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c31 static uint64_t seed_xorshift128plus[2]; variable in typeref:typename:uint64_t[2]
80 rand_xorshift128plus(seed_xorshift128plus);
191 s_rand_xorshift128plus(seed_xorshift128plus, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_blit.c32 static uint64_t seed_xorshift128plus[2]; variable in typeref:typename:uint64_t[2]
75 *ptr++ = *ptr_cpu++ = rand_xorshift128plus(seed_xorshift128plus);
188 s_rand_xorshift128plus(seed_xorshift128plus, false);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c86 uint64_t seed_xorshift128plus[2]; member in struct:disk_cache
428 s_rand_xorshift128plus(cache->seed_xorshift128plus, true);
643 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus);

Completed in 8 milliseconds