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

  /external/deqp/modules/gles31/functional/
es31fShaderUniformIntegerFunctionTests.cpp 206 static int findLSB (deUint32 value)
219 : UniformIntegerFunctionCase(context, "findLSB", inputValue, precision, shaderType)
225 return "findLSB";
229 return findLSB(input);
es31fShaderIntegerFunctionTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderBitfieldOperationTests.cpp 875 static GLuint findLSB(GLuint input)
961 if (m_func == (UnaryUFunc)glcts::bitCount || m_func == (UnaryUFunc)glcts::findLSB ||
964 /* The built-in bitCount, findLSB and findMSB functions
966 * as 9 bits. Since findLSB and findMSB can return negative
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 238 static int findLSB (deUint32 value)
    [all...]

Completed in 120 milliseconds