Searched refs:CountBits (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGroup.cpp | 248 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 D | ShaderCore.hpp | 246 sw::SIMD::UInt CountBits(rr::RValue<sw::SIMD::UInt> const &bits);
|
H A D | SpirvShaderArithmetic.cpp | 205 dst.move(i, CountBits(src.UInt(i))); in EmitUnaryOp()
|
H A D | ShaderCore.cpp | 659 sw::SIMD::UInt CountBits(rr::RValue<sw::SIMD::UInt> const &bits) in CountBits() function
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 239 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