Home
last modified time | relevance | path

Searched refs:hwset (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h784 #define BC_FORMAT_BEGIN_HW(fmt, hwset) \ argument
785 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) {};