Lines Matching refs:sparse
27 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
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 one used as input and the second as output. The input buffer is used to transfer data to sparse buf…
34 transfered further from sparse buffer to output buffer. The transer queue waits on a semaphore, bef…
46 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
48 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
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…
62 of the test parameters. The sparse memory requirements of the buffer are being checked. Device memo…
66 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
68 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig…
72 Afterwards the data is transfered from sparse buffer to non-sparse output buffer.
75 from compute shader. For parts of the data that correspond to the regions of sparse buffer that hav…
77 residencyNonResidentStrict device sparse property is set to TRUE.
81 The test creates image with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit. The sparse memory requir…
85 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
87 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
91 Afterwards the data is transfered from sparse image to non-sparse output buffer.
96 device sparse property is set to TRUE.
100 The test creates image with maximum allowed number of mipmap levels. The sparse memory requirements…
104 … fill each mipmap level with data. Afterwards the data is transfered to a non-sparse buffer object.
114 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
116 First queue is used to perform binding of device memory to sparse buffers. One block of device memo…
120 Afterwards the data from READ buffer is being transfered to non-sparse output buffer.
130 The test creates two queues - one supporting sparse binding operations, the second one supporting c…
132 First queue is used to perform binding of device memory to sparse images. The memory bound via VkSp…
135 …is used to perform compute and transfer operations. The test creates two non-sparse buffer objects,
136 … the second as output. The input buffer is used to transfer data to READ sparse image to create so…
137 Afterwards compute shaders are invoked to write data to each mipmap level of WRITE sparse image. Th…
147 The test creates sparse partially resident image. The memory is bound to the image every second mip…
149 The test creates also a second non-sparse texels image with the same dimensions and format as the s…
150 a third residency image with the same dimensions as the sparse one and unsigned int format.
153 In both cases the commands submited to queue have the purpose of copying the data from sparse image…
157 …ved from the non-sparse images back to the CPU. Contents of the texels image are compared against …
158 For mipmap levels of the sparse image that do not have backing device memory, the fetched data is c…