Changes

169 bytes added ,  19:12, 15 February 2013
no edit summary
Line 31: Line 31:  
|-
 
|-
 
|  0
 
|  0
Command Index, must be <=15 when writing a command to shared memory. This index is updated by GSP module after loading the command data, right before the command is processed.
+
Current command index. This index is updated by GSP module after loading the command data, right before the command is processed. When this index is updated by GSP module, the total commands field is decreased by one as well.
 
|-
 
|-
 
|  1
 
|  1
Must not be value 0. This is incremented by the application, after increasing this value [[GSPGPU:TriggerCmdReqQueue|TriggerCmdReqQueue]] is only used if this field is value 1.
+
Total commands to process, must not be value 0 when GSP module handles commands. This must be <=15 when writing a command to shared memory. This is incremented by the application, after increasing this value [[GSPGPU:TriggerCmdReqQueue|TriggerCmdReqQueue]] is only used if this field is value 1.
 
|-
 
|-
 
|  2
 
|  2