Home | History | Annotate | Download | only in VK

Lines Matching full:sparse

0 Sparse resources tests
25 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
27 First queue is used to perform binding of device memory to sparse buffer. The binding operation signals semaphore
30 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
31 one used as input and the second as output. The input buffer is used to transfer data to sparse buffer. The data is then
32 transfered further from sparse buffer to output buffer. The transer queue waits on a semaphore, before transfer operations
44 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
46 First queue is used to perform binding of device memory to sparse image. The binding operation signals semaphore
49 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
50 one used as input and the second as output. The input buffer is used to transfer data to sparse image. The data is then
51 transfered further from sparse image to output buffer. The transfer queue waits on a semaphore, before transfer operations
60 of the test parameters. The sparse memory requirements of the buffer are being checked. Device memory is allocated
64 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
66 First queue is used to perform binding of device memory to sparse buffer. The binding operation signals semaphore
70 Afterwards the data is transfered from sparse buffer to non-sparse output buffer.
73 from compute shader. For parts of the data that correspond to the regions of sparse buffer that have device memory bound, the comparison is done
75 residencyNonResidentStrict device sparse property is set to TRUE.
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.
85 First queue is used to perform binding of device memory to sparse image. The binding operation signals semaphore
89 Afterwards the data is transfered from sparse image to non-sparse output buffer.
94 device sparse property is set to TRUE.
98 The test creates image with maximum allowed number of mipmap levels. The sparse memory requirements of the image are being checked.
102 A compute shader is invoked to fill each mipmap level with data. Afterwards the data is transfered to a non-sparse buffer object.
112 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
114 First queue is used to perform binding of device memory to sparse buffers. One block of device memory is allocated
118 Afterwards the data from READ buffer is being transfered to non-sparse output buffer.