Searched defs:BitDesc (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuFormatUtil.hpp74 class BitDesc class in namespace:tcu::Format
80 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {} function in class:tcu::Format::BitDesc
83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT)
89 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end)
99 for (const BitDesc* curDesc = m_begin; curDesc != m_end; curDesc++)
122 const BitDesc* m_begin;
123 const BitDesc* m_end;
263 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size])

Completed in 320 milliseconds