HomeSort by relevance Sort by last modified time
    Searched defs:findMSB (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderUniformIntegerFunctionTests.cpp 179 static int findMSB (deInt32 value)
192 : UniformIntegerFunctionCase(context, "findMSB", inputValue, precision, shaderType)
198 return "findMSB";
202 return findMSB(input);
es31fShaderIntegerFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 248 static int findMSB (deInt32 value)
258 static int findMSB (deUint32 value)
    [all...]

Completed in 596 milliseconds