1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::gr::CTR::Combiner</title> 49 </head> 50 <body> 51<h1><CODE><a href="../../../../nn/Overview.html">nn</a>::<a href="../../../../nn/gr/Overview.html">gr</a>::<a href="../../../../nn/gr/CTR/Overview.html">CTR</a>::Combiner</CODE> Class</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54<pre class="definition">class Combiner</pre> 55 </div> 56<h2>Description</h2> 57 <div class="section"> 58<p>Class for setting combiners.</p><!-- write here --></div> 59 <a name="class" id="class"> 60<h2>Classes</h2> 61 <div class="section"> 62 <table class="members"> 63 <tr> 64 <th> 65<a href="../../../../nn/gr/CTR/Combiner/Stage/Overview.html">nn::gr::CTR::Combiner::Stage</a> 66 </th> 67<td>Class for setting combiner stages.</td> 68 </tr> </table> 69 </div> 70 </a> <a name="constant" id="constant"> 71<h2>Member Constants</h2> 72 <div class="section"> 73 <table class="members"> 74 <tr> 75 <td width="100"> 76<span class="static_style" title="static">S</span> 77 </td> 78 <th> 79<span class="argument"><a href="../../../../nn/gr/CTR/Combiner/COMBINER_STAGE_MAX.html"><CODE>COMBINER_STAGE_MAX</CODE></a></span> 80 </th> 81<td width="100"><CODE>const u32</CODE></td> 82<td>The combiner is made up of six stages.</td> 83 </tr> </table> 84 </div> 85 </a> <a name="variable" id="variable"> 86<h2>Member Variables</h2> 87 <div class="section"> 88 <table class="members"> 89 <tr> 90 <td width="100"> </td> 91 <th> 92<span class="argument">stage</span> 93 </th> 94<td width="100"><a href="../../../../nn/gr/CTR/Combiner/Stage/Overview.html"><CODE>Stage</CODE></a></td> 95<td>Stores the combiner settings for each stage. Type is <a href="../../../../nn/gr/CTR/Combiner/Stage/Overview.html"><CODE>nn::gr::CTR::Combiner::Stage[]</CODE></a>, array size is <a href="../../../../nn/gr/CTR/Combiner/COMBINER_STAGE_MAX.html"><CODE>COMBINER_STAGE_MAX</CODE></a>. Use the <a href="../../../../nn/gr/CTR/Combiner/Stage/MakeCommand.html"><CODE>Stage::MakeCommand</CODE></a> function to generate stage commands separately for each combiner.</td> 96 </tr> 97 <tr> 98 <td width="100"> </td> 99 <th> 100<span class="argument">bufferColorR</span> 101 </th> 102<td width="100">u8</td> 103<td>The red component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 104 </tr> 105 <tr> 106 <td width="100"> </td> 107 <th> 108<span class="argument">bufferColorG</span> 109 </th> 110<td width="100">u8</td> 111<td>The green component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 112 </tr> 113 <tr> 114 <td width="100"> </td> 115 <th> 116<span class="argument">bufferColorB</span> 117 </th> 118<td width="100">u8</td> 119<td>The blue component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 120 </tr> 121 <tr> 122 <td width="100"> </td> 123 <th> 124<span class="argument">bufferColorA</span> 125 </th> 126<td width="100">u8</td> 127<td>The alpha component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 128 </tr> </table> 129 </div> 130 </a> <a name="function" id="function"> 131<h2>Member Functions</h2> 132 <div class="section"> 133 <table class="members"> 134 <tr> 135 <td width="100"> </td> 136 <th> 137<a href="../../../../nn/gr/CTR/Combiner/Combiner.html"><CODE>Combiner</CODE></a> 138 </th> 139<td>Sets initial values for each stage.</td> 140 </tr> 141 <tr> 142 <td width="100"> </td> 143 <th> 144<a href="../../../../nn/gr/CTR/Combiner/MakeCommand.html"><CODE>MakeCommand</CODE></a> 145 </th> 146<td>Generates a command for setting all combiner stages based on information already set. Combiner buffer commands are generated simultaneously.</td> 147 </tr> 148 <tr> 149 <td width="100"> </td> 150 <th> 151<a href="../../../../nn/gr/CTR/Combiner/MakeCombinerBufferCommand.html"><CODE>MakeCombinerBufferCommand</CODE></a> 152 </th> 153<td>Generates a command for setting the combiner buffer based on information already set.</td> 154 </tr> </table> 155 </div> 156 </a> 157<h2>Revision History</h2> 158 <div class="section"> 159 <dl class="history"> 160 <dt>2010/09/15</dt> 161<dd>Initial version.<br /> 162 </dd> 163 </dl> 164 </div> 165 <hr><p>CONFIDENTIAL</p></body> 166</html> 167