Home
last modified time | relevance | path

Searched refs:rand_xorshift128plus (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
H A Drand_xor.h32 rand_xorshift128plus(uint64_t seed[2]);
H A Drand_xor.c41 * This rand_xorshift128plus function by Sebastiano Vigna belongs
45 rand_xorshift128plus(uint64_t seed[2]) in rand_xorshift128plus() function
H A Ddisk_cache_os.c441 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_test_dma.c80 rand_xorshift128plus(seed_xorshift128plus); in set_random_pixels()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c83 *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()

Completed in 5 milliseconds