Home | History | Annotate | Download | only in functional

Lines Matching full:bitfield

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