Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp962 static int findLSB (deUint32 value) in findLSB() function
1008 const int minRef = findLSB(value&mask); in compare()
1009 const int maxRef = findLSB(value); in compare()