Searched refs:seed_xorshift128plus (Results 1 – 3 of 3) sorted by relevance
31 static uint64_t seed_xorshift128plus[2]; variable80 rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()192 s_rand_xorshift128plus(seed_xorshift128plus, false); in r600_test_dma()
31 static uint64_t seed_xorshift128plus[2]; variable80 rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()192 s_rand_xorshift128plus(seed_xorshift128plus, false); in si_test_dma()
85 uint64_t seed_xorshift128plus[2]; member406 s_rand_xorshift128plus(cache->seed_xorshift128plus, true); in disk_cache_create()620 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in evict_lru_item()