Searched refs:CST_RE_POINTSIZE (Results 1 – 6 of 6) sorted by relevance
448 #define CST_RE_POINTSIZE 9 macro
566 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] &= ~0xffff; in r200PointSize()567 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] |= ((GLuint)(ctx->Point.Size * 16.0)); in r200PointSize()590 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] &= 0xffff; in r200PointParameter()591 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] |= (GLuint)(ctx->Point.MaxSize * 16.0) << 16; in r200PointParameter()
1039 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] = in r200InitState()