Searched refs:numDistinctX (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp388 static int numDistinctX (const vector<Vec2>& data) function in namespace:deqp::gles2::Performance::__anon19958
419 if (numDistinctX(data) <= 2)
439 if (numDistinctX(data) <= 2)
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f)
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp388 static int numDistinctX (const vector<Vec2>& data) function in namespace:deqp::gles3::Performance::__anon20243
419 if (numDistinctX(data) <= 2)
439 if (numDistinctX(data) <= 2)
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f)

Completed in 59 milliseconds