Searched refs:radeonPackColor (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 249 t->pp_border_color = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in radeonSetTexBorderColor() 272 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in radeonTexEnv()
|
D | radeon_common_context.h | 318 static inline GLuint radeonPackColor(GLuint cpp, in radeonPackColor() function
|
D | radeon_state.c | 389 radeonPackColor( 4, col[0], col[1], col[2], 0 ); in radeonFogfv() 506 mask = radeonPackColor( rrb->cpp, in radeonColorMask()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 292 t->pp_border_color = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in r200SetTexBorderColor() 314 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in r200TexEnv()
|
D | radeon_common_context.h | 318 static inline GLuint radeonPackColor(GLuint cpp, in radeonPackColor() function
|
D | r200_fragshader.c | 525 rmesa->hw.atf.cmd[ATF_TFACTOR_0 + i] = radeonPackColor ( in r200UpdateFSConstants()
|
D | r200_state.c | 122 …rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCOLOR] = radeonPackColor( 4, color[0], color[1], color[2], color[3… in r200BlendColor() 450 i = radeonPackColor( 4, col[0], col[1], col[2], 0 ); in r200Fogfv() 690 mask = radeonPackColor( rrb->cpp, in r200ColorMask()
|