GPU/Shader Instruction Set: Difference between revisions
| Line 78: | Line 78: | ||
| DP4 | | DP4 | ||
| Computes dot product on 4-component vectors; DST = SRC1.SRC2 | | Computes dot product on 4-component vectors; DST = SRC1.SRC2 | ||
|- | |||
| 0x08 | |||
| 1 | |||
| MUL | |||
| Multiplies two vectors component by component; DST[i] = SRC1[i].SRC2[i] for all i (modulo destination component masking) | |||
|- | |- | ||
| 0x13 | | 0x13 | ||