Home
last modified time | relevance | path

Searched refs:CountBits (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGroup.cpp248 dst.move(0, CountBits(value.UInt(0) & SIMD::UInt(15))); in EmitGroupNonUniform()
251 dst.move(0, CountBits(value.UInt(0) & SIMD::UInt(1, 3, 7, 15))); in EmitGroupNonUniform()
254 dst.move(0, CountBits(value.UInt(0) & SIMD::UInt(0, 1, 3, 7))); in EmitGroupNonUniform()
H A DShaderCore.hpp246 sw::SIMD::UInt CountBits(rr::RValue<sw::SIMD::UInt> const &bits);
H A DSpirvShaderArithmetic.cpp205 dst.move(i, CountBits(src.UInt(i))); in EmitUnaryOp()
H A DShaderCore.cpp659 sw::SIMD::UInt CountBits(rr::RValue<sw::SIMD::UInt> const &bits) in CountBits() function
/third_party/benchmark/src/
H A Dsysinfo.cc239 auto CountBits = [](std::string part) { in CountSetBitsInCPUMap() local
248 total += CountBits(val.substr(0, pos)); in CountSetBitsInCPUMap()
252 total += CountBits(val); in CountSetBitsInCPUMap()

Completed in 7 milliseconds