Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h185 HB_R6 = (1<<0), enumerator
190 HB_R6R7 = (HB_R6 | HB_R7),
192 HB_R6R7EG = (HB_R6 | HB_R7 | HB_EG),
195 HB_ALL = (HB_R6 | HB_R7 | HB_EG | HB_CM)
683 case HW_CLASS_R600:return HB_R6; in hw_class_bit()