Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/etnaviv/hw/
Dstate_3d.xml.h1266 #define VIVS_RS_CLEAR_CONTROL_BITS__MASK 0x0000ffff macro
1268 …_CONTROL_BITS(x) (((x) << VIVS_RS_CLEAR_CONTROL_BITS__SHIFT) & VIVS_RS_CLEAR_CONTROL_BITS__MASK)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.c176 cs->RS_CLEAR_CONTROL &= ~VIVS_RS_CLEAR_CONTROL_BITS__MASK; in etna_modify_rs_clearbits()