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

/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp962 static int findLSB (deUint32 value) function in namespace:deqp::gles31::Functional
976 : IntegerFunctionCase(context, getIntegerFuncCaseName(baseType, precision, shaderType).c_str(), "findLSB", shaderType)
983 m_spec.source = "lsb = findLSB(value);";
1008 const int minRef = findLSB(value&mask);
1009 const int maxRef = findLSB(value);

Completed in 24 milliseconds