Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp175 static int intPow (int base, int exp) in intPow() function
182 const int sub = intPow(base, exp/2); in intPow()
5288 …const int numCols = intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives) in genAttributes()