1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css"> 9<title>mgt-fifo-brkpt</title> 10</head> 11 12<body> 13 14<h1 align="left">mgt-fifo-brkpt</h1> 15 16<h2>Description</h2> 17<P>This demo uses one FIFO to hold two frames of data by using a GX breakpoint to synchronize. One of the frames is being consumed by the GP. The other is being generated by the CPU. For a detailed explanation, review the comments in the code.</P> 18<P>This demo is based on the <CODE>smp-texexample</CODE> demo, except that it is animated.</P> 19 20<h2>Coverage</h2> 21<TABLE border="1" cellpadding="3" cellspacing="0.1" width="640"> 22 <tr> 23<TD width="30%" bgcolor="#C0C0C0"><em><strong>Functions</strong></em></TD> 24<TD width="25%" bgcolor="#C0C0C0"><em><strong>Parameters</strong></em></TD> 25<TD width="45%" bgcolor="#C0C0C0"><em><strong>Description</strong></em></TD> 26 </tr> 27 <tr> 28<TD width="30%"><code><a href="../../../gx/GfxFIFO/GXEnableBreakPt.html">GXEnableBreakPt</a></code></TD> 29<TD width="25%"><SPAN class="argument">address</SPAN></TD> 30<TD width="45%">Breakpoint address.</TD> 31 </tr> 32 <tr> 33<TD width="30%"><code><a href="../../../gx/Management/GXSetDrawSync.html">GXSetDrawSync</a></code></TD> 34<TD width="25%"><SPAN class="argument">token</SPAN></TD> 35<TD width="45%">Value of the render synchronization token.</TD> 36 </tr> 37 <tr> 38<TD width="30%"><code><a href="../../../gx/Management/GXReadDrawSync.html">GXReadDrawSync</a></code></TD> 39<TD width="25%">None.</TD> 40 <TD width="45%"> </TD> 41 </tr> 42 <tr> 43<TD width="30%"><code><a href="../../../gx/GfxFIFO/GXGetFifoPtrs.html">GXGetFifoPtrs</a></code></TD> 44<TD width="25%">Various.</TD> 45<TD width="45%">Appropriate value.</TD> 46 </tr> 47</TABLE> 48 49<h2>Using the Demo</h2> 50<p>Press PAUSE to end.</p> 51 52<h2>Required Data Files</h2> 53<p><CODE>$REVOLUTION_SDK_ROOT/dvddata/gxTextrs.tpl</CODE></p> 54 55<H2>Revision History</H2> 56<P> 572006/03/01 Initial version.<br> 58</P> 59 60<hr><p>CONFIDENTIAL</p></body> 61</html> 62