Searched refs:numberOfCombinations (Results 1 – 2 of 2) sorted by relevance
23 int numberOfCombinations = arrayOne.length * arrayTwo.length; in cartesianProduct() local24 Object[] resultArray = new Object[numberOfCombinations][2]; in cartesianProduct()
73 BlendStateUniqueRandomIterator (deUint32 numberOfCombinations, int seed);196 BlendStateUniqueRandomIterator::BlendStateUniqueRandomIterator (deUint32 numberOfCombinations, int … in BlendStateUniqueRandomIterator() argument197 …: UniqueRandomIterator<VkPipelineColorBlendAttachmentState>(numberOfCombinations, m_totalBlendStat… in BlendStateUniqueRandomIterator()