Searched refs:getUint64 (Results 1 – 12 of 12) 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
66 Buffer.prototype.getUint64 = function(offset) { method in Buffer
171 var pointerValue = this.message.buffer.getUint64(offset);
100 var result = this.buffer.getUint64(this.next);
595 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size); in randomRead()608 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size); in randomWrite()622 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size); in randomModify()638 ? atomSize * (1 + (VkDeviceSize)(rng.getUint64() % (deUint64)maxSizeInAtoms)) in randomSize()647 ? atomSize * (VkDeviceSize)(rng.getUint64() % (deUint64)(maxOffsetInAtoms + 1)) in randomOffset()
442 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate()
8014 size_t nextLayoutNdx = ((size_t)rng.getUint64()) % (previousLayout == vk::VK_IMAGE_LAYOUT_UNDEFINED in getRandomNextLayout()
182 bool getUint64(uint64_t &Result);1647 bool MIParser::getUint64(uint64_t &Result) { in getUint64() function in MIParser1789 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()