Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp353 const int numBitsInType = range[0] + 1; in getGLSLUintMaxAsFloat() local
354 return (float)((1ull << numBitsInType) - 1); in getGLSLUintMaxAsFloat()