search for: rc_in_one

Displaying 1 result from an estimated 1 matches for "rc_in_one".

2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
...1s are unused + * Final combiner uses default setup + */ - BEGIN_RING(chan, celsius, NV10TCL_PROJECTION_MATRIX(0), 16); - for(i=0;i<16;i++) - if (i/4==i%4) - OUT_RINGf (chan, 1.0f); - else - OUT_RINGf (chan, 0.0f); +/* Bind the combiner variable <input> to a constant 1. */ +#define RC_IN_ONE(input) \ + (NV10TCL_RC_IN_RGB_##input##_INPUT_ZERO | \ + NV10TCL_RC_IN_RGB_##input##_COMPONENT_USAGE_ALPHA | \ + NV10TCL_RC_IN_RGB_##input##_MAPPING_UNSIGNED_INVERT_NV) - BEGIN_RING(chan, celsius, NV10TCL_DEPTH_RANGE_NEAR, 2); - OUT_RING (chan, 0); -#if SCREEN_BPP == 32 - OUT_RINGf (ch...