Lines Matching +refs:fill +refs:buffer
9 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
11 3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
14 6. Test memory aliasing for fully resident buffer objects
20 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
22 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit. The size of the b…
23 of the test parameters. The memory requirements of the buffer are being checked. Device memory is a…
24 in chunks equal to the alignment parameter of buffer's memory requirements. The number of allocatio…
29 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig…
32 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…
33 …e used as input and the second as output. The input buffer is used to transfer data to sparse buff…
34 transfered further from sparse buffer to output buffer. The transer queue waits on a semaphore, bef…
37 The validation part retrieves data back from output buffer to host memory. The data is then compare…
38 that was originally sent to input buffer. If the two data sets match, the test passes.
51 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…
52 one used as input and the second as output. The input buffer is used to transfer data to sparse ima…
53 transfered further from sparse image to output buffer. The transfer queue waits on a semaphore, bef…
56 The validation part retrieves data back from output buffer to host memory. The data is then compare…
57 that was originally sent to input buffer. If the two data sets match, the test passes.
59 3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
61 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit. The size of the…
62 of the test parameters. The sparse memory requirements of the buffer are being checked. Device memo…
63 in chunks equal to the alignment parameter of buffer's memory requirements. Memory is bound to the …
68 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig…
71 …rm compute and transfer operations. A compute shader is invoked to fill the whole buffer with data.
72 Afterwards the data is transfered from sparse buffer to non-sparse output buffer.
74 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
75 from compute shader. For parts of the data that correspond to the regions of sparse buffer that hav…
90 …o perform compute and transfer operations. A compute shader is invoked to fill the whole image wit…
91 Afterwards the data is transfered from sparse image to non-sparse output buffer.
93 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
104 A compute shader is invoked to fill each mipmap level with data. Afterwards the data is transfered …
106 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
109 6. Test memory aliasing for fully resident buffer objects
119 …ompute and transfer operations. A compute shader is invoked to fill the whole WRITE buffer with da…
120 Afterwards the data from READ buffer is being transfered to non-sparse output buffer.
122 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
135 …is used to perform compute and transfer operations. The test creates two non-sparse buffer objects,
136 one used as input and the second as output. The input buffer is used to transfer data to READ spars…
138 …ail region should be left intact. Next the data is copied from the READ image to the output buffer.
140 The validation part retrieves data back from output buffer to host memory. For each mipmap level th…
142 against data stored in the input buffer (the compute shader could not have changed this data). The …