Home
last modified time | relevance | path

Searched defs:isBitSet (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.cpp67 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function
246 bool isBitSet (int ndx) const in isBitSet() function in tcu::astc::__anonb49564040111::Block128
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp171 bool isBitSet(IValueT Bit, IValueT Value) { return (Value & Bit) == Bit; } in isBitSet() function