Searched refs:getUint64 (Results 1 – 9 of 9) sorted by relevance
51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); … in getRandomValue()55 …e <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.getUint64(); } in getRandomValue()
84 DE_TEST_ASSERT(expected[i] == rnd.getUint64()); in Random_selfTest()
52 …deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (… in getUint64() function in de::Random
527 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size); in randomRead()540 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size); in randomWrite()554 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size); in randomModify()570 ? atomSize * (1 + (VkDeviceSize)(rng.getUint64() % (deUint64)maxSizeInAtoms)) in randomSize()579 ? atomSize * (VkDeviceSize)(rng.getUint64() % (deUint64)(maxOffsetInAtoms + 1)) in randomOffset()
442 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate()
5778 size_t nextLayoutNdx = ((size_t)rng.getUint64()) % possibleLayoutCount; in getRandomNextLayout()
172 bool getUint64(uint64_t &Result);1554 bool MIParser::getUint64(uint64_t &Result) { in getUint64() function in MIParser1687 if (getUint64(Size)) in parseMachineMemoryOperand()
4167 deUint64 intFraction = rnd.getUint64() & ((1 << fractionBits) - 1); in genRandom()
4116 deUint64 intFraction = rnd.getUint64() & ((1 << fractionBits) - 1); in genRandom()