Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c31 static uint64_t seed_xorshift128plus[2]; variable
80 rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()
191 s_rand_xorshift128plus(seed_xorshift128plus, false); in r600_test_dma()
/third_party/mesa3d/src/util/
Ddisk_cache_os.h57 uint64_t seed_xorshift128plus[2]; member
Ddisk_cache.c224 s_rand_xorshift128plus(cache->seed_xorshift128plus, true); in disk_cache_create()
Ddisk_cache_os.c441 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c33 static uint64_t seed_xorshift128plus[2]; variable
83 *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()