Searched refs:roundEnable (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h112 int roundEnable; member in struct:radeon_colorbuffer_state
H A Dradeon_state_init.c720 rmesa->radeon.state.color.roundEnable = RADEON_ROUND_ENABLE;
722 rmesa->radeon.state.color.roundEnable = 0;
727 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;
H A Dradeon_state.c1521 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] &= ~rmesa->radeon.state.color.roundEnable;
1524 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h112 int roundEnable; member in struct:radeon_colorbuffer_state
H A Dradeon_state_init.c720 rmesa->radeon.state.color.roundEnable = RADEON_ROUND_ENABLE;
722 rmesa->radeon.state.color.roundEnable = 0;
727 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;
H A Dradeon_state.c1522 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] &= ~rmesa->radeon.state.color.roundEnable;
1525 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c975 rmesa->radeon.state.color.roundEnable = R200_ROUND_ENABLE;
977 rmesa->radeon.state.color.roundEnable = 0;
982 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;
H A Dr200_state.c1714 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] &= ~rmesa->radeon.state.color.roundEnable;
1717 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c975 rmesa->radeon.state.color.roundEnable = R200_ROUND_ENABLE;
977 rmesa->radeon.state.color.roundEnable = 0;
982 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;
H A Dr200_state.c1715 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] &= ~rmesa->radeon.state.color.roundEnable;
1718 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= rmesa->radeon.state.color.roundEnable;

Completed in 19 milliseconds