Home | History | Annotate | Download | only in functional

Lines Matching full:bitfield

61 static std::string sampleMaskToString (const std::vector<deUint32>& bitfield, int numBits)
66 for (int wordNdx = 0; wordNdx < (int)bitfield.size(); ++wordNdx)
76 if ((bitfield[wordNdx] >> bit) & 0x01)