summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/image/tile-size.yaml
blob: e17a7b53a4c144016a233b803d2bba4317604481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
root:
  items:
    - image: xy-gradient(512, 512)
      bounds: 0 0 512 512
      stretch-size: 512 512
      tile-size: 64
    - image: xy-gradient(512, 512)
      bounds: 512 0 512 512
      stretch-size: 512 512
      tile-size: 128
    - image: xy-gradient(512, 512)
      bounds: 0 512 512 512
      stretch-size: 512 512
      tile-size: 256
      # tile size bigger than the image itself
    - image: xy-gradient(512, 512)
      bounds: 512 512 512 512
      stretch-size: 512 512
      tile-size: 4096