summaryrefslogtreecommitdiff
path: root/progs/gallium/python/tests/regress/fragment-shader/frag-xpd.sh
blob: 6ec8b1184cc37bf9f7d2e712bda85d87708ccdf3 (plain)
1
2
3
4
5
6
7
8
FRAG

DCL IN[0], COLOR, LINEAR
DCL OUT[0], COLOR

XPD OUT[0], IN[0], IN[0].yzxw

END