Lines Matching refs:mipmap
13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
98 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
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 …
102 binding for each mipmap level or one binding for all levels, depending on the value of VK_SPARSE_IM…
104 A compute shader is invoked to fill each mipmap level with data. Afterwards the data is transfered …
133 both images. The mipmap levels that land in the mip tail region have separate memory regions for bo…
137 …ds compute shaders are invoked to write data to each mipmap level of WRITE sparse image. The mipma…
140 The validation part retrieves data back from output buffer to host memory. For each mipmap level th…
141 compared against the expected output from compute shader. On the other hand for each mipmap level t…
142 …fer (the compute shader could not have changed this data). The test passes if for each mipmap level
147 …reates sparse partially resident image. The memory is bound to the image every second mipmap level.
158 For mipmap levels of the sparse image that do not have backing device memory, the fetched data is c…
159 …erwise comparion for those mipmap levels is ommited. The data fetched from the residency image is …