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()
57 uint64_t seed_xorshift128plus[2]; member
224 s_rand_xorshift128plus(cache->seed_xorshift128plus, true); in disk_cache_create()
441 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item()
33 static uint64_t seed_xorshift128plus[2]; variable83 *ptr++ = *ptr_cpu++ = rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()126 *ptr1++ = *ptr2++ = rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels_for_2_textures()494 s_rand_xorshift128plus(seed_xorshift128plus, false); in si_test_image_copy_region()694 s_rand_xorshift128plus(seed_xorshift128plus, false); in si_test_blit()