By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
It is not yet fully understood how registers are organized. It does however seem that registers are separated into various banks, some RO, some WO and some RW. Because of this separation, a given register ID may not refer to the same register value when it is used as SRC or as DST. Since the PICA200 does not support fragment shaders, WO registers are fixed function.
+
It is not yet fully understood how registers are organized. It does however seem that registers are separated into various banks, some RO, some WO and some RW. Because of this separation, a given register ID may not refer to the same register value when it is used as SRC or as DST.
−
WO registers :
−
{| class="wikitable" border="1"
−
|-
−
! Register ID
−
! Description
−
|-
−
| 0x0
−
| result.position
−
|-
−
| 0x2
−
| result.texcoord ?
−
|-
−
| 0x4
−
| result.color ?
−
|-
−
| 0x6
−
| result.texcoord ?
−
|}
(these are mostly guesses aside from vertex.position and result.position)
(these are mostly guesses aside from vertex.position and result.position)
Attribute (input, RO) registers are located within the 0x0-0x10 range. What data they are fed is specified by the CPU.
Attribute (input, RO) registers are located within the 0x0-0x10 range. What data they are fed is specified by the CPU.
+
Output (WO) registers are also located within the 0x0-0x10 range. What data they are contain is specified by the CPU.
Registers within the 0x20-0x40 ranges seem to be RW. They contain uniforms, such as matrix data.
Registers within the 0x20-0x40 ranges seem to be RW. They contain uniforms, such as matrix data.