Lines Matching full:creates
20 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit. The size of the buffer is one
25 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
30 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
40 The test checks all supported types of images. It creates image with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit.
44 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
49 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
59 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit. The size of the buffer is one
64 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
79 The test creates image with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit. The sparse memory requirements of the image are being checked.
83 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
98 The test creates image with maximum allowed number of mipmap levels. The sparse memory requirements of the image are being checked.
109 The test creates two fully resident buffers (READ and WRITE) with VK_BUFFER_CREATE_SPARSE_ALIASED_BIT
112 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.