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

/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp1022 static int findMSB (deInt32 value) function in namespace:deqp::gles31::Functional
1032 static int findMSB (deUint32 value) function in namespace:deqp::gles31::Functional
1054 : IntegerFunctionCase(context, getIntegerFuncCaseName(baseType, precision, shaderType).c_str(), "findMSB", shaderType)
1061 m_spec.source = "msb = findMSB(value);";
1086 const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPrecision(value, integerLength));
1087 const int maxRef = isSigned ? findMSB(deInt32(value)) : findMSB(value);

Completed in 43 milliseconds