diff options
author | Michal Krol <[email protected]> | 2009-03-19 09:44:51 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-03-19 09:53:29 +0100 |
commit | a1f4b5d8b8a5523148de02fb1828382af7202c91 (patch) | |
tree | 91d7cd951fae6597e87f416c76465bcab6e7659f /src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt | |
parent | db83ee16474a7d9b23eacd7933366c5b320255a5 (diff) |
tgsi: Begin documenting ps_2_x instruction set operations.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt index 77c4347c777..e7f17e991a6 100644 --- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt +++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt @@ -962,3 +962,47 @@ TGSI Instruction Specification Alias for DP2A. + +1.17 ps_2_x +------------ + + +1.17.1 CALL - Subroutine Call + + Alias for CAL. + + +1.17.2 CALLNZ - Subroutine Call If Not Zero + + TBD + + +1.17.3 IFC - If + + TBD + + +1.17.4 BREAK - Break + + Alias for BRK. + + +1.17.5 BREAKC - Break Conditional + + TBD + + +1.17.6 DSX - Derivative Relative To X + + Alias for DDX. + + +1.17.7 DSY - Derivative Relative To Y + + Alias for DDY. + + +1.17.8 TEXLDD - Texture Lookup with Derivatives + + Alias for TXD. + |