• Home
  • Raw
  • Download

Lines Matching full:memory

14 6. Test memory aliasing for fully resident buffer objects
15 7. Test memory aliasing for partially resident images
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…
37 The validation part retrieves data back from output buffer to host memory. The data is then compare…
43 The memory requirements of the image are being checked. Device memory is allocated in chunks equal …
44 of the image memory requirements. The number of allocations is equal to imageRequirements.size / im…
48 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
56 The validation part retrieves data back from output buffer to host memory. The data is then compare…
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…
74 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
75 …he data that correspond to the regions of sparse buffer that have device memory bound, the compari…
81 The test creates image with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit. The sparse memory requir…
82 Device memory is allocated in chunks equal to the alignment parameter of image's memory requirement…
83 Memory is bound to the image leaving gaps between bound blocks with the size equal to alignment.
87 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
93 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
94 …rts of the data that correspond to the regions of image that have device memory bound, the compari…
100 The test creates image with maximum allowed number of mipmap levels. The sparse memory requirements…
101 Each layer of each mipmap level receives a separate device memory binding. The mipmaps levels that …
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
116 First queue is used to perform binding of device memory to sparse buffers. One block of device memo…
117 and bound to both buffers (buffers share memory).
122 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
125 7. Test memory aliasing for partially resident images
132 First queue is used to perform binding of device memory to sparse images. The memory bound via VkSp…
133 both images. The mipmap levels that land in the mip tail region have separate memory regions for bo…
137 … to each mipmap level of WRITE sparse image. The mipmap levels of READ image that share memory with
140 …retrieves data back from output buffer to host memory. For each mipmap level that both images shar…
147 The test creates sparse partially resident image. The memory is bound to the image every second mip…
158 …e sparse image that do not have backing device memory, the fetched data is compared against zeroed…