Searched refs:randomVec4 (Results 1 – 13 of 13) sorted by relevance
308 vk::VkClearValue clearValue = vk::makeClearValueColorVec4(tcu::randomVec4(rnd)); in createAttachmentLoadTests()310 const tcu::Vec4 vec0 = tcu::randomVec4(rnd); in createAttachmentLoadTests()311 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createAttachmentLoadTests()312 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createAttachmentLoadTests()313 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createAttachmentLoadTests()
326 vk::VkClearValue clearValue = vk::makeClearValueColorVec4(tcu::randomVec4(rnd)); in createClearColorImageTests()328 const tcu::Vec4 vec0 = tcu::randomVec4(rnd); in createClearColorImageTests()329 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createClearColorImageTests()330 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createClearColorImageTests()331 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createClearColorImageTests()
364 vk::VkClearValue clearValue = vk::makeClearValueColorVec4(tcu::randomVec4(rnd)); in createAttachmentClearTests()366 const tcu::Vec4 vec0 = tcu::randomVec4(rnd); in createAttachmentClearTests()367 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createAttachmentClearTests()368 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createAttachmentClearTests()369 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createAttachmentClearTests()
431 vk::VkClearValue clearValue = vk::makeClearValueColorVec4(tcu::randomVec4(rnd)); in createCopyImageTests()433 const tcu::Vec4 vec0 = tcu::randomVec4(rnd); in createCopyImageTests()434 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createCopyImageTests()435 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createCopyImageTests()436 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createCopyImageTests()
433 vk::VkClearValue clearValue = vk::makeClearValueColorVec4(tcu::randomVec4(rnd)); in createBlitImageTests()435 const tcu::Vec4 vec0 = tcu::randomVec4(rnd); in createBlitImageTests()436 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createBlitImageTests()437 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createBlitImageTests()438 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createBlitImageTests()
395 const tcu::Vec4 vec0 = tcu::randomVec4(rnd); in createCopyBufferToImageTests()396 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createCopyBufferToImageTests()397 const tcu::Vec4 vec2 = tcu::randomVec4(rnd); in createCopyBufferToImageTests()398 const tcu::Vec4 vec3 = tcu::randomVec4(rnd); in createCopyBufferToImageTests()
380 vk::VkClearValue clearValue = vk::makeClearValueColorVec4(tcu::randomVec4(rnd)); in createCopyImageToFloatBufferTests()
134 inputData.push_back(tcu::randomVec4(rnd)); in addComputeUboMatrixPaddingTest()162 inputData[numIdx] = tcu::randomVec4(rnd); in addGraphicsUboMatrixPaddingTest()
762 inputData.push_back(tcu::randomVec4(rnd)); in addComputeImageSamplerTest()1054 inputData[numIdx] = tcu::randomVec4(rnd); in addGraphicsImageSamplerTest()1200 inputDataVec4.push_back(tcu::randomVec4(rnd)); in addGraphicsDepthPropertyTest()
648 tcu::randomVec4(rnd)); // Color in generateDrawData()732 colorAccess = tcu::randomVec4(rnd); in generateDrawData()847 colorAccess = tcu::randomVec4(rnd); in generateDrawData()1000 colorAccess = tcu::randomVec4(rnd); in generateDrawData()
265 tcu::randomVec4(rnd))); // Color in generateDrawData()
393 inline Vector<float, 4> randomVec4 (de::Random& rnd) in randomVec4() function
3194 Vector4 randomVec4 = RandomVec4(rng.randomInt(), 0.0f, 1.0f); in TEST_P() local3195 GLColor randomColor(randomVec4); in TEST_P()