Searched refs:getUint64 (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/common/
H A DtcuRandomValueIterator.hpp51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); }
55 template <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.getUint64(); }
/external/deqp/framework/delibs/decpp/
H A DdeRandom.cpp78 // getUint64()
84 DE_TEST_ASSERT(expected[i] == rnd.getUint64());
H A DdeRandom.hpp52 deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (deUint64)getUint32(); } function in class:de::Random
/external/libmojo/mojo/public/js/
H A Dbuffer.js66 Buffer.prototype.getUint64 = function(offset) {
H A Dvalidator.js238 var pointerValue = this.message.buffer.getUint64(offset);
H A Dcodec.js101 var result = this.buffer.getUint64(this.next);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp795 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size);
808 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size);
822 const size_t pos = (size_t)(rng.getUint64() % (deUint64)m_range.size);
838 ? atomSize * (1 + (VkDeviceSize)(rng.getUint64() % (deUint64)maxSizeInAtoms))
847 ? atomSize * (VkDeviceSize)(rng.getUint64() % (deUint64)(maxOffsetInAtoms + 1))
H A DvktMemoryAllocationTests.cpp603 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize);
H A DvktMemoryPipelineBarrierTests.cpp7981 size_t nextLayoutNdx = ((size_t)rng.getUint64()) % (previousLayout == vk::VK_IMAGE_LAYOUT_UNDEFINED
/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp182 bool getUint64(uint64_t &Result);
1647 bool MIParser::getUint64(uint64_t &Result) { function in class:MIParser
1789 if (getUint64(Size))
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4147 deUint64 intFraction = rnd.getUint64() & ((1 << fractionBits) - 1);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp121 deInt64 val = rnd.getUint64();
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4232 deUint64 intFraction = rnd.getUint64() & ((1 << fractionBits) - 1);

Completed in 312 milliseconds