mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 07:10:09 +01:00
docs: TGSI SIN and COS are scalar instructions.
This commit is contained in:
parent
b3567fc983
commit
c929664fdf
1 changed files with 2 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ COS - Cosine
|
|||
|
||||
dst.z = \cos{src.x}
|
||||
|
||||
dst.w = \cos{src.w}
|
||||
dst.w = \cos{src.x}
|
||||
|
||||
|
||||
DDX - Derivative Relative To X
|
||||
|
|
@ -552,7 +552,7 @@ SIN - Sine
|
|||
|
||||
dst.z = \sin{src.x}
|
||||
|
||||
dst.w = \sin{src.w}
|
||||
dst.w = \sin{src.x}
|
||||
|
||||
|
||||
SLE - Set On Less Equal Than
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue