Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl479 // findLSB
481 GLM_FUNC_QUALIFIER int findLSB function
486 …GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'findLSB' only accept integer value…
496 GLM_FUNC_QUALIFIER detail::tvec2<int, P> findLSB function
502 findLSB(value[0]),
503 findLSB(value[1]));
507 GLM_FUNC_QUALIFIER detail::tvec3<int, P> findLSB function
513 findLSB(value[0]),
514 findLSB(value[1]),
515 findLSB(value[2]));
[all …]
Dfunc_integer.hpp181 GLM_FUNC_DECL typename genIUType<T>::signed_type findLSB(genIUType<T> const & Value);
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp962 static int findLSB (deUint32 value) in findLSB() function
1008 const int minRef = findLSB(value&mask); in compare()
1009 const int maxRef = findLSB(value); in compare()
/external/mesa3d/docs/specs/
DMESA_shader_integer_functions.txt330 genIType findLSB(genIType value);
331 genIType findLSB(genUType value);
366 The function findLSB() returns the bit number of the least significant one
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp238 static int findLSB (deUint32 value) in findLSB() function
1191 const int minRef = findLSB(value&mask); in compare()
1192 const int maxRef = findLSB(value); in compare()
/external/skia/src/sksl/
Dsksl.include187 $genIType findLSB($genIType value);
188 $genIType findLSB($genUType value);
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp824 B1(findLSB)
2721 IU(findLSB) in create_builtins()