Home
last modified time | relevance | path

Searched refs:getUint64 (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/common/
DtcuRandomValueIterator.hpp51 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()
/external/deqp/framework/delibs/decpp/
DdeRandom.cpp84 DE_TEST_ASSERT(expected[i] == rnd.getUint64()); in Random_selfTest()
DdeRandom.hpp52 …deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (… in getUint64() function in de::Random
/external/libmojo/mojo/public/js/
Dbuffer.js66 Buffer.prototype.getUint64 = function(offset) { method in Buffer
Dvalidator.js171 var pointerValue = this.message.buffer.getUint64(offset);
Dcodec.js100 var result = this.buffer.getUint64(this.next);
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp595 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()
DvktMemoryAllocationTests.cpp442 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate()
DvktMemoryPipelineBarrierTests.cpp8014 size_t nextLayoutNdx = ((size_t)rng.getUint64()) % (previousLayout == vk::VK_IMAGE_LAYOUT_UNDEFINED in getRandomNextLayout()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp182 bool getUint64(uint64_t &Result);
1647 bool MIParser::getUint64(uint64_t &Result) { in getUint64() function in MIParser
1789 if (getUint64(Size)) in parseMachineMemoryOperand()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4167 deUint64 intFraction = rnd.getUint64() & ((1 << fractionBits) - 1); in genRandom()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4116 deUint64 intFraction = rnd.getUint64() & ((1 << fractionBits) - 1); in genRandom()