Searched defs:isBitSet (Results 1 – 4 of 4) sorted by relevance
57 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function
178 inline bool isBitSet(deUint32 src, int ndx) in isBitSet() function
67 inline bool isBitSet (deUint32 src, int ndx) in isBitSet() function246 bool isBitSet (int ndx) const in isBitSet() function in tcu::astc::__anon8b756cce0111::Block128
171 bool isBitSet(IValueT Bit, IValueT Value) { return (Value & Bit) == Bit; } in isBitSet() function