Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h832 #define BC_FORMAT_BEGIN_HW(fmt, hwset) \ argument
833 class fmt##_##hwset : public hw_encoding_format {\
834 typedef fmt##_##hwset thistype; \
836 fmt##_##hwset() : hw_encoding_format(HB_##hwset) {}; \
837 fmt##_##hwset(uint32_t v) : hw_encoding_format(v, HB_##hwset) {};