Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_ioctl.h89 #define R200_SET_STATE( rmesa, ATOM, index, newvalue ) \ macro
Dr200_state.c1583 R200_SET_STATE(r200, set, SET_RE_CNTL, R200_SCISSOR_ENABLE | r200->hw.set.cmd[SET_RE_CNTL]); in r200_vtbl_update_scissor()
1598 R200_SET_STATE(r200, sci, SCI_XY_1, x1 | (y1 << 16)); in r200_vtbl_update_scissor()
1599 R200_SET_STATE(r200, sci, SCI_XY_2, x2 | (y2 << 16)); in r200_vtbl_update_scissor()