Searched refs:PROFILE_BITS (Results 1 – 1 of 1) sorted by relevance
78 …Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)… in getProfile()100 PROFILE_BITS = 2, enumerator101 TOTAL_API_BITS = MAJOR_BITS+MINOR_BITS+PROFILE_BITS,115 DE_ASSERT((deUint32(profile) & ~((1<<PROFILE_BITS)-1)) == 0); in pack()