HomeSort by relevance Sort by last modified time
    Searched refs:CST_RE_POINTSIZE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.h 443 #define CST_RE_POINTSIZE 9
r200_state.c 569 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] &= ~0xffff;
570 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] |= ((GLuint)(ctx->Point.Size * 16.0));
593 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] &= 0xffff;
594 rmesa->hw.cst.cmd[CST_RE_POINTSIZE] |= (GLuint)(ctx->Point.MaxSize * 16.0) << 16;
    [all...]
r200_state_init.c     [all...]

Completed in 187 milliseconds