Searched refs:seed_xorshift128plus (Results 1 – 5 of 5) sorted by relevance
31 static uint64_t seed_xorshift128plus[2]; variable80 rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()191 s_rand_xorshift128plus(seed_xorshift128plus, false); in r600_test_dma()
53 uint64_t seed_xorshift128plus[2]; member
198 s_rand_xorshift128plus(cache->seed_xorshift128plus, true); in disk_cache_create()
471 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item()
32 static uint64_t seed_xorshift128plus[2]; variable75 *ptr++ = *ptr_cpu++ = rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()186 s_rand_xorshift128plus(seed_xorshift128plus, false); in si_test_dma()