Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dr200_context.h448 #define CST_RE_POINTSIZE 9 macro
Dr200_state.c566 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()
Dr200_state_init.c1039 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] = in r200InitState()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h448 #define CST_RE_POINTSIZE 9 macro
Dr200_state.c566 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()
Dr200_state_init.c1039 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] = in r200InitState()