Searched refs:LIN_SE_LINE_WIDTH (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h115 #define LIN_SE_LINE_WIDTH 4 macro
H A Dradeon_state_init.c767 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (1 << 4);
H A Dradeon_state.c472 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (GLuint)(widthf * 16.0);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h115 #define LIN_SE_LINE_WIDTH 4 macro
H A Dradeon_state_init.c767 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (1 << 4);
H A Dradeon_state.c471 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (GLuint)(widthf * 16.0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.h129 #define LIN_SE_LINE_WIDTH 4 macro
H A Dr200_state.c586 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] &= 0xffff;
587 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16;
654 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] &= ~0xffff;
655 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)
H A Dr200_state_init.c1010 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (1 << 4);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.h129 #define LIN_SE_LINE_WIDTH 4 macro
H A Dr200_state.c586 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] &= 0xffff;
587 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16;
653 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] &= ~0xffff;
654 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)
H A Dr200_state_init.c1010 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] = (1 << 4);

Completed in 22 milliseconds