summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test
blob: fb16bb08f923559e049f45b5a0fe3a96dc7c022f (plain)
1
2
3
4
5
RCP temp[0].x, const[1].x___;
RCP temp[0].y, const[1]._y__;
MUL temp[1].xy, const[0].xx__, temp[0].xy__;
MOV output[0].xy, temp[1].xy;
=