Home
last modified time | relevance | path

Searched refs:deRandom_getUint64 (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
DdeRandom.c67 deUint64 deRandom_getUint64 (deRandom* rnd) in deRandom_getUint64() function
91 return ldexp((double)(deRandom_getUint64(rnd) & ((1ull << DBL_MANT_DIG) - 1)), in deRandom_getDouble()
DdeRandom.h49 deUint64 deRandom_getUint64 (deRandom* rnd);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
DvktReconvergenceTests.cpp339 masks.push_back(deRandom_getUint64(&rnd)); in RandomProgram()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp339 masks.push_back(deRandom_getUint64(&rnd)); in RandomProgram()