Searched refs:HB_CM (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h188 HB_CM = (1<<3), enumerator in enum:r600_sb::sb_hw_class_bits
191 HB_EGCM = (HB_EG | HB_CM),
193 HB_R7EGCM = (HB_R7 | HB_EG | HB_CM),
195 HB_ALL = (HB_R6 | HB_R7 | HB_EG | HB_CM)
694 case HW_CLASS_CAYMAN:return HB_CM;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc.h188 HB_CM = (1<<3), enumerator in enum:r600_sb::sb_hw_class_bits
191 HB_EGCM = (HB_EG | HB_CM),
193 HB_R7EGCM = (HB_R7 | HB_EG | HB_CM),
195 HB_ALL = (HB_R6 | HB_R7 | HB_EG | HB_CM)
733 case HW_CLASS_CAYMAN:return HB_CM;

Completed in 6 milliseconds