/hardware/google/gfxstream/host/vulkan/ |
D | VkFormatUtils_unittest.cpp | 42 Field("mipLevel", &VkImageSubresourceLayers::mipLevel, Eq(expected.mipLevel)), 96 .mipLevel = 0, in TEST() 133 .mipLevel = 0, in TEST() 157 .mipLevel = 0, in TEST() 194 .mipLevel = 0, in TEST() 218 .mipLevel = 0, in TEST() 242 .mipLevel = 0, in TEST()
|
D | VkDecoderSnapshotUtils.cpp | 107 VkExtent3D getMipmapExtent(VkExtent3D baseExtent, uint32_t mipLevel) { in getMipmapExtent() argument 109 .width = (baseExtent.width + (1 << mipLevel) - 1) >> mipLevel, in getMipmapExtent() 110 .height = (baseExtent.height + (1 << mipLevel) - 1) >> mipLevel, in getMipmapExtent() 186 for (uint32_t mipLevel = 0; mipLevel < imageInfo->imageCreateInfoShallow.mipLevels; in saveImageContent() local 187 mipLevel++) { in saveImageContent() 200 VkExtent3D mipmapExtent = getMipmapExtent(imageCreateInfo.extent, mipLevel); in saveImageContent() 217 .baseMipLevel = mipLevel, in saveImageContent() 230 .mipLevel = mipLevel, in saveImageContent() 385 for (uint32_t mipLevel = 0; mipLevel < imageInfo->imageCreateInfoShallow.mipLevels; in loadImageContent() local 386 mipLevel++) { in loadImageContent() [all …]
|
D | VkFormatUtils.cpp | 172 .mipLevel = 0, in getFormatTransferInfo()
|
D | DisplayVk.cpp | 447 .mipLevel = 0, in postImpl() 454 .mipLevel = 0, in postImpl()
|
D | VkDecoderGlobalState.cpp | 3476 srcImageMip = srcImg->cmpInfo.compressedMipmap(pRegions[r].srcSubresource.mipLevel); in on_vkCmdCopyImage() 3479 dstImageMip = dstImg->cmpInfo.compressedMipmap(pRegions[r].dstSubresource.mipLevel); in on_vkCmdCopyImage() 3508 uint32_t mipLevel = pRegions[r].imageSubresource.mipLevel; in on_vkCmdCopyImageToBuffer() local 3510 vk->vkCmdCopyImageToBuffer(commandBuffer, cmpInfo.compressedMipmap(mipLevel), in on_vkCmdCopyImageToBuffer() 3540 …rcImageMip = srcImg->cmpInfo.compressedMipmap(pCopyImageInfo->pRegions[r].srcSubresource.mipLevel); in on_vkCmdCopyImage2() 3543 …stImageMip = dstImg->cmpInfo.compressedMipmap(pCopyImageInfo->pRegions[r].dstSubresource.mipLevel); in on_vkCmdCopyImage2() 3577 uint32_t mipLevel = pCopyImageToBufferInfo->pRegions[r].imageSubresource.mipLevel; in on_vkCmdCopyImageToBuffer2() local 3582 inf.srcImage = cmpInfo.compressedMipmap(mipLevel); in on_vkCmdCopyImageToBuffer2() 3613 …rcImageMip = srcImg->cmpInfo.compressedMipmap(pCopyImageInfo->pRegions[r].srcSubresource.mipLevel); in on_vkCmdCopyImage2KHR() 3616 …stImageMip = dstImg->cmpInfo.compressedMipmap(pCopyImageInfo->pRegions[r].dstSubresource.mipLevel); in on_vkCmdCopyImage2KHR() [all …]
|
D | CompositorVk.cpp | 670 .mipLevel = 0, in setUpDefaultImage()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 35 VkFormat format, VkImageType imageType, uint32_t mipLevel, in createDefaultImageView() argument 46 .baseMipLevel = mipLevel, in createDefaultImageView() 539 uint32_t mipLevel = region.imageSubresource.mipLevel; in getBufferImageCopy() local 540 region.imageSubresource.mipLevel = 0; in getBufferImageCopy() 545 region.imageExtent = compressedMipmapPortion(region.imageExtent, mipLevel); in getBufferImageCopy() 552 uint32_t mipLevel = region.imageSubresource.mipLevel; in getBufferImageCopy() local 553 region.imageSubresource.mipLevel = 0; in getBufferImageCopy() 558 region.imageExtent = compressedMipmapPortion(region.imageExtent, mipLevel); in getBufferImageCopy() 570 uint32_t mipLevel = region.srcSubresource.mipLevel; in getCompressedMipmapsImageCopy() local 571 region.srcSubresource.mipLevel = 0; in getCompressedMipmapsImageCopy() [all …]
|
D | AstcTexture.cpp | 40 uint32_t mipmapSize(uint32_t size, uint32_t mipLevel) { in mipmapSize() argument 41 return std::max<uint32_t>(size >> mipLevel, 1); in mipmapSize() 196 const uint32_t mipLevel = decompRegion.imageSubresource.mipLevel; in on_vkCmdCopyBufferToImageImpl() local 197 const uint32_t width = mipmapSize(mImgSize.width, mipLevel); in on_vkCmdCopyBufferToImageImpl() 198 const uint32_t height = mipmapSize(mImgSize.height, mipLevel); in on_vkCmdCopyBufferToImageImpl()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | get_image_subresource_layout_common.adoc | 10 * [[VUID-{refpage}-mipLevel-01716]] 11 The pname:mipLevel member of pname:pSubresource must: be less than the
|
D | copy_anyimage_to_imageany_common.adoc | 21 The pname:{imagesubresource}.mipLevel member of each element of
|
D | resolve_image_common.adoc | 61 The pname:srcSubresource.mipLevel member of each element of 65 The pname:dstSubresource.mipLevel member of each element of
|
D | blit_image_common.adoc | 111 The pname:srcSubresource.mipLevel member of each element of 115 The pname:dstSubresource.mipLevel member of each element of
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/ |
D | ipsum.adoc | 25 The pname:{imagesubresource}.mipLevel member of each element of
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_blit_resolve.c | 555 .baseMipLevel = src_subres.mipLevel, in do_blit() 621 .baseMipLevel = dst_subres.mipLevel, in do_blit() 742 uint32_t src_level = regions[r].srcSubresource.mipLevel; in vk_meta_blit_image() 887 .mipLevel = src_view->base_mip_level, in vk_meta_resolve_attachment() 892 .mipLevel = dst_view->base_mip_level, in vk_meta_resolve_attachment()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 441 .mipLevel = 0, in DownloadImage() 704 .mipLevel = 0, in LoadYuvImage() 725 .mipLevel = 0, in LoadYuvImage() 746 .mipLevel = 0, in LoadYuvImage()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 414 .mipLevel = 0, in wsi_create_null_image_mem() 427 .mipLevel = 0, in wsi_create_null_image_mem()
|
D | wsi_common_drm.c | 536 .mipLevel = 0, in wsi_create_native_image_mem() 549 .mipLevel = 0, in wsi_create_native_image_mem()
|
D | wsi_common.c | 1871 .mipLevel = 0, in wsi_finish_create_blit_context() 1887 .mipLevel = 0, in wsi_finish_create_blit_context() 1894 .mipLevel = 0, in wsi_finish_create_blit_context() 1989 .mipLevel = 0, in wsi_create_cpu_linear_image_mem()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QCOM_rotated_copies/ |
D | rotated_addressing_blits.adoc | 81 {empty}:: [eq]#q = pname:mipLevel#
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 283 .mipLevel = 0, in setUpCommandBuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_image_compression_control.adoc | 208 imageSubsource.imageSubresource.mipLevel = 0;
|
/hardware/google/aemu/third-party/cuda/include/host-common/ |
D | dynlink_cuda_cuda.h | 1524 …rray(CUarray *pArray, CUgraphicsResource resource, unsigned int arrayIndex, unsigned int mipLevel);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | copies.adoc | 297 * pname:mipLevel is the mipmap level to copy 1261 * [[VUID-vkCmdCopyMemoryToImageIndirectNV-mipLevel-07670]] 1262 The specified pname:mipLevel of each region must: be less than the 1415 {empty}:: [eq]#q = pname:mipLevel#
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 709 mipLevel = printer.write_int("mipLevel", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 678 VULKAN_HPP_HASH_COMBINE( seed, imageSubresourceLayers.mipLevel ); in operator ()() 3166 VULKAN_HPP_HASH_COMBINE( seed, imageSubresource.mipLevel ); in operator ()()
|