OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCL_UCP_VERT_BLEND_CTL
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c
326
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] &= ~RADEON_TCL_FOG_MASK;
329
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= RADEON_TCL_FOG_LINEAR;
332
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= RADEON_TCL_FOG_EXP;
335
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= RADEON_TCL_FOG_EXP2;
404
GLuint t = rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
];
431
if ( rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] != t ) {
433
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] = t;
446
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] &= ~RADEON_CULL_FRONT_IS_CCW;
454
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= RADEON_CULL_FRONT_IS_CCW;
1058
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= RADEON_LIGHT_TWOSIDE
[
all
...]
radeon_context.h
174
#define
TCL_UCP_VERT_BLEND_CTL
5
radeon_state_init.c
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c
391
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] &= ~R200_TCL_FOG_MASK;
394
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= R200_TCL_FOG_LINEAR;
405
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= R200_TCL_FOG_EXP;
410
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= R200_TCL_FOG_EXP2;
496
GLuint t = rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
];
523
if ( rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] != t ) {
525
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] = t;
538
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] &= ~R200_CULL_FRONT_IS_CCW;
546
rmesa->hw.tcl.cmd[
TCL_UCP_VERT_BLEND_CTL
] |= R200_CULL_FRONT_IS_CCW;
[
all
...]
r200_context.h
260
#define
TCL_UCP_VERT_BLEND_CTL
8
r200_vertprog.c
[
all
...]
r200_state_init.c
[
all
...]
Completed in 189 milliseconds