File: thrust.example.weld_vertices.filecheck

package info (click to toggle)
cccl 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,248 kB
  • sloc: cpp: 264,457; python: 6,421; sh: 2,762; perl: 460; makefile: 114; xml: 13
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