Home
last modified time | relevance | path

Searched refs:getUint64 (Results 1 – 9 of 9) 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/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp527 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()
DvktMemoryAllocationTests.cpp442 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate()
DvktMemoryPipelineBarrierTests.cpp5778 size_t nextLayoutNdx = ((size_t)rng.getUint64()) % possibleLayoutCount; in getRandomNextLayout()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp172 bool getUint64(uint64_t &Result);
1554 bool MIParser::getUint64(uint64_t &Result) { in getUint64() function in MIParser
1687 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()