Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.h120 #define MSK_RB3D_ROPCNTL 2 macro
Dradeon_state_init.c773 rmesa->hw.msk.cmd[MSK_RB3D_ROPCNTL] = RADEON_ROP_COPY; in radeonInitState()
Dradeon_state.c1440 rmesa->hw.msk.cmd[MSK_RB3D_ROPCNTL] = radeon_rop_tab[rop]; in radeonLogicOpCode()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h135 #define MSK_RB3D_ROPCNTL 2 macro
Dr200_state_init.c1015 rmesa->hw.msk.cmd[MSK_RB3D_ROPCNTL] = R200_ROP_COPY; in r200InitState()
Dr200_state.c1657 rmesa->hw.msk.cmd[MSK_RB3D_ROPCNTL] = r200_rop_tab[rop]; in r200LogicOpCode()