Home
last modified time | relevance | path

Searched defs:random_test (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp70 struct random_test { struct
71 static const uint64_t MEM_START_PAGE = 1;
72 static const uint64_t MEM_SIZE = 0xfffffffffffff000;
73 static const uint64_t MEM_PAGES = MEM_SIZE / MEM_PAGE_SIZE;
75 random_test(uint_fast32_t seed) in random_test() function
81 ~random_test() in ~random_test()
86 void test(unsigned long count) in test()
98 bool alloc(uint64_t size_order=52, uint64_t align_order=52) in alloc()
150 void dealloc() in dealloc()
205 void fill() in fill()
[all …]
/third_party/skia/tests/
DTDPQueueTest.cpp81 void random_test(skiatest::Reporter* reporter) { in random_test() function