summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/crash/many-segments.yaml
blob: f7301ac4495ead9a6095054fbb4516c231da8a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Ensure that in the case of a huge number of overlapping and intersecting rounded
# clips we don't generate too many segments, causing the GPU cache to assert.
---
root:
  items:
    -
      type: clip
      complex:
        - rect: [128, 128, 632, 632]
          radius: 300
      id: 2
    -
      type: clip
      complex:
        - rect: [126, 126, 628, 628]
          radius: 300
      id: 3
    -
      type: clip
      complex:
        - rect: [123, 123, 624, 624]
          radius: 300
      id: 4
    -
      type: clip
      complex:
        - rect: [120, 120, 626, 626]
          radius: 300
      id: 5
    -
      type: clip
      complex:
        - rect: [117, 117, 622, 622]
          radius: 300
      id: 6
    -
      type: clip
      complex:
        - rect: [114, 114, 619, 619]
          radius: 300
      id: 7
    -
      type: clip
      complex:
        - rect: [111, 111, 615, 615]
          radius: 300
      id: 8
    -
      type: clip
      complex:
        - rect: [108, 108, 612, 612]
          radius: 300
      id: 9
    -
      type: clip
      complex:
        - rect: [105, 105, 609, 609]
          radius: 300
      id: 10
    -
      type: clip
      complex:
        - rect: [102, 102, 606, 606]
          radius: 300
      id: 11
    -
      type: clip
      complex:
        - rect: [99, 99, 603, 603]
          radius: 300
      id: 12
    -
      type: clip
      complex:
        - rect: [96, 96, 600, 600]
          radius: 300
      id: 13
    -
      type: clip
      complex:
        - rect: [93, 93, 612, 612]
          radius: 300
      id: 14
    -
      type: clip
      complex:
        - rect: [90, 90, 609, 609]
          radius: 300
      id: 15
    -
      type: clip
      complex:
        - rect: [87, 87, 606, 606]
          radius: 300
      id: 16
    -
      type: clip
      complex:
        - rect: [84, 84, 603, 603]
          radius: 300
      id: 17

    -
      type: "clip-chain"
      id: 1024
      clips: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
    -
      bounds: [128, 128, 632, 632]
      clip-rect: [128, 128, 632, 632]
      clip-chain: 1024
      type: rect
      color: 0 255 0 1