Searched refs:hwset (Results 1 – 1 of 1) sorted by relevance
784 #define BC_FORMAT_BEGIN_HW(fmt, hwset) \ argument785 class fmt##_##hwset : public hw_encoding_format {\786 typedef fmt##_##hwset thistype; \788 fmt##_##hwset() : hw_encoding_format(HB_##hwset) {}; \789 fmt##_##hwset(uint32_t v) : hw_encoding_format(v, HB_##hwset) {};