VideoCore: Implement the DOT3_RGB combiner
This commit is contained in:
parent
2501f111a6
commit
d08e9b29e2
2 changed files with 13 additions and 1 deletions
|
@ -290,6 +290,7 @@ struct Regs {
|
|||
AddSigned = 3,
|
||||
Lerp = 4,
|
||||
Subtract = 5,
|
||||
Dot3_RGB = 6,
|
||||
|
||||
MultiplyThenAdd = 8,
|
||||
AddThenMultiply = 9,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue