Home
last modified time | relevance | path

Searched refs:CTX_RB3D_BLENDCOLOR (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h111 #define CTX_RB3D_BLENDCOLOR 15 macro
Dr200_state_init.c928 rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCOLOR] = 0x00000000; in r200InitState()
Dr200_state.c122 …rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCOLOR] = radeonPackColor( 4, color[0], color[1], color[2], color[3… in r200BlendColor()