Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h443 #define CST_RE_POINTSIZE 9 macro
Dr200_state.c569 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] &= ~0xffff; in r200PointSize()
570 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] |= ((GLuint)(ctx->Point.Size * 16.0)); in r200PointSize()
593 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] &= 0xffff; in r200PointParameter()
594 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] |= (GLuint)(ctx->Point.MaxSize * 16.0) << 16; in r200PointParameter()
Dr200_state_init.c1041 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] = in r200InitState()