mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
tgsi: Condition codes are implied in KILP.
This commit is contained in:
parent
bd4c1c133b
commit
e08a0f4790
1 changed files with 1 additions and 3 deletions
|
|
@ -382,9 +382,7 @@ TGSI Instruction Specification
|
|||
|
||||
1.5.7 KILP - Predicated Discard
|
||||
|
||||
if (cc.x || cc.y || cc.z || cc.w)
|
||||
discard
|
||||
endif
|
||||
discard
|
||||
|
||||
|
||||
1.5.8 LG2 - Logarithm Base 2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue