File: thrust.example.weld_vertices.filecheck

package info (click to toggle)
libthrust 1.17.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,900 kB
  • sloc: ansic: 29,519; cpp: 23,989; python: 1,421; sh: 811; perl: 460; makefile: 112
file content (15 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
     CHECK: Output Representation
CHECK-NEXT:  vertices[0] = (0,0)
CHECK-NEXT:  vertices[1] = (0,1)
CHECK-NEXT:  vertices[2] = (1,0)
CHECK-NEXT:  vertices[3] = (1,1)
CHECK-NEXT:  vertices[4] = (2,0)
CHECK-NEXT:  indices[0] = 0
CHECK-NEXT:  indices[1] = 2
CHECK-NEXT:  indices[2] = 1
CHECK-NEXT:  indices[3] = 2
CHECK-NEXT:  indices[4] = 3
CHECK-NEXT:  indices[5] = 1
CHECK-NEXT:  indices[6] = 2
CHECK-NEXT:  indices[7] = 4
CHECK-NEXT:  indices[8] = 3