mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
tgsi: Document KIL, KILP instructions.
This commit is contained in:
parent
1bb60d25e0
commit
699897e81c
1 changed files with 6 additions and 2 deletions
|
|
@ -382,7 +382,9 @@ TGSI Instruction Specification
|
|||
|
||||
1.5.7 KILP - Predicated Discard
|
||||
|
||||
TBD
|
||||
if (cc.x || cc.y || cc.z || cc.w)
|
||||
discard
|
||||
endif
|
||||
|
||||
|
||||
1.5.8 LG2 - Logarithm Base 2
|
||||
|
|
@ -599,7 +601,9 @@ TGSI Instruction Specification
|
|||
|
||||
1.8.2 KIL - Conditional Discard
|
||||
|
||||
TBD
|
||||
if (src.x < 0.0 || src.y < 0.0 || src.z < 0.0 || src.w < 0.0)
|
||||
discard
|
||||
endif
|
||||
|
||||
|
||||
1.8.3 SCS - Sine Cosine
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue