Lines Matching refs:randomGen
111 de::Random randomGen(deInt32Hash((deUint32)format) ^
114 ycbcr::fillRandomNoNaN(&randomGen, (deUint8*)ptr, size, VK_FORMAT_R16_UNORM);
116 ycbcr::fillRandomNoNaN(&randomGen, (deUint8*)ptr, size, VK_FORMAT_R32_SFLOAT);
125 de::Random randomGen(deInt32Hash((deUint32)format) ^
127 ycbcr::fillRandomNoNaN(&randomGen, (deUint8*)ptr, size, format);
691 de::Random randomGen(deInt32Hash((deUint32)m_parameters.imageSampledFormat) ^
697 deInt32 xOffset = randomGen.getInt32() % (mipImageSize.width / 2);
698 deInt32 yOffset = randomGen.getInt32() % (mipImageSize.height / 2);
699 deUint32 width = deMaxu32(randomGen.getUint32() % (mipImageSize.width / 2), 1u);
700 deUint32 height = deMaxu32(randomGen.getUint32() % (mipImageSize.height / 2), 1u);