File: thrust.example.weld_vertices.filecheck

package info (click to toggle)
libthrust 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,208 kB
  • sloc: ansic: 28,429; cpp: 26,501; python: 1,228; perl: 460; sh: 348; makefile: 103
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