~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/tests/graw/vertex-shader/vert-imul_hi.sh

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VERT
2
 
DCL IN[0]
3
 
DCL IN[1]
4
 
DCL OUT[0], POSITION
5
 
DCL OUT[1], COLOR
6
 
DCL TEMP[0]
7
 
DCL TEMP[1]
8
 
IMM[0] INT32 {-2147483648, 2, 0, -1}
9
 
MOV OUT[0], IN[0]
10
 
IMUL_HI TEMP[0], IMM[0].xzzx, IMM[0].yzzy
11
 
UMUL TEMP[0], TEMP[0], IMM[0].wwww
12
 
I2F OUT[1], TEMP[0]
13
 
END