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

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

DP3 OUT[0], IN[0], IN[0]

END