Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_integer.inl332 GLM_FUNC_QUALIFIER int findLSB(genIUType Value) function
340 GLM_FUNC_QUALIFIER vecType<int, P> findLSB(vecType<T, P> const & x) function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_integer.inl332 GLM_FUNC_QUALIFIER int findLSB(genIUType Value) function
340 GLM_FUNC_QUALIFIER vecType<int, P> findLSB(vecType<T, P> const & x) function
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeDefs.hpp225 inline int findLSB(uint32_t value) in findLSB() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp949 static int findLSB(uint32_t value) in findLSB() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderBitfieldOperationTests.cpp891 static GLuint findLSB(GLuint input) in findLSB() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp519 static int findLSB(uint64_t value) in findLSB() function
530 static uint32_t findLSB(add_cref<std::bitset<N>> value) in findLSB() function
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable_autogen.cpp93 constexpr const ImmutableString findLSB("findLSB"); variable