search for: 0xmmiinnii

Displaying 2 results from an estimated 2 matches for "0xmmiinnii".

2009 Jun 21
0
[PATCH] nv50: update comments
...first clipping distance map index (4 if no UCPs) + * HH = last clipping distance map index + 1 (0 if no UCPs) * - * 0x1988 --> 0xXXNNNNNN - * - XX == FP high something + * 1910 = 0x00000SSe + * e = enable point size output (0 / 1) + * SS = point size map index (0 if disabled) + * + * 1988 = 0xMMIInnii + * MM = bitmask to un-mask masked VP/GP outputs (i.e. HPOS, generic ?) + * nn = map index of first non-masked output, where to put front color + * II = count of non-masked interpolants + * ii = almost always equal to II (except if II -> 00, why ?) */ struct nv50_reg { enum { @@ -2705,31 +2...
2009 Jun 21
0
[PATCH] nv50: add support for two-sided lighting
...ont color's map index + * + * 1908 = 0x0000HHLL + * LL = first clipping distance map index (4 if no UCPs) + * HH = last clipping distance map index + 1 (0 if no UCPs) + * + * 1910 = 0x00000SSe + * e = enable point size output (0 / 1) + * SS = point size map index (0 if disabled) + * + * 1988 = 0xMMIInnii + * MM = bitmask to un-mask masked VP/GP outputs (i.e. HPOS, generic ?) + * nn = map index of first non-masked output, where to put front color + * II = count of non-masked interpolants + * ii = almost always equal to II (except if II -> 00, why ?) + */ +void +nv50_linkage_validate(struct nv50_c...