GPU/Commands: Difference between revisions
Add combiner function definitions |
|||
Line 1,117: | Line 1,117: | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| | | None: SRC0 × SRC1 + SRC2 | ||
|- | |- | ||
| 0x9 | | 0x9 | ||
| | | None: (SRC0 + SRC1 clamped [0,1] range) × SRC2 | ||
|} | |} | ||
Line 1,150: | Line 1,150: | ||
|- | |- | ||
| 0x7 | | 0x7 | ||
| | | GL_DOT3_RGBA | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| | | None: SRC0 × SRC1 + SRC2 | ||
|- | |- | ||
| 0x9 | | 0x9 | ||
| | | None: (SRC0 + SRC1 clamped [0,1] range) × SRC2 | ||
|} | |} | ||
Note: Inputs and outputs of combiner stages are clamped to [0,1]. | |||
==== Param4 format for command 0x00C0 ==== | ==== Param4 format for command 0x00C0 ==== |