Searched refs:CST_RE_POINTSIZE (Results 1 – 3 of 3) sorted by relevance
442 #define CST_RE_POINTSIZE 9 macro
569 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()
1043 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] = in r200InitState()