Home
last modified time | relevance | path

Searched refs:popCount (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp279 if (size % 32) // clear unused bits (e.g. for popCount) in allocate()
285 unsigned int BitSet::popCount() const in popCount() function in nv50_ir::BitSet
H A Dnv50_ir_util.h563 unsigned int popCount() const;
H A Dnv50_ir_emit_gm107.cpp4064 if (!srcs.popCount())
4084 if (!srcs.popCount())
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiThreadTests.cpp581 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local
583 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread()
629 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local
631 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread()

Completed in 8 milliseconds