Merge branch '263-sparse-resources-tests' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Thu, 24 Mar 2016 17:51:52 +0000 (17:51 +0000)
committerPyry Haulos <phaulos@google.com>
Thu, 24 Mar 2016 17:51:52 +0000 (17:51 +0000)
commit86898a65d44cb8ff7b9e786dcc0d116d96ad1565
treed4304432a277977606168304e4a7051a08c5f3e8
parent9752feb1f1dee877c736b63bd9860a5a0073398f
parent340c8cb3c5f2b9d944047f34b873953c4528df26
Merge branch '263-sparse-resources-tests' into 'vulkan-cts-1.0-dev'

Sparse Resources Tests

Tests for Sparse Resources:

1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
2. Test fully resident image created with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit
3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
4. Test partially resident image created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit
5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
6. Test memory aliasing for fully resident buffer objects

See merge request !405