/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.hpp | 79 unsigned int mipLevel = 0, 88 unsigned int mipLevel = 0, 99 unsigned int mipLevel = 0, 107 unsigned int mipLevel = 0, 117 unsigned int mipLevel, 130 unsigned int mipLevel, 139 unsigned int mipLevel, 150 unsigned int mipLevel = 0, 159 unsigned int mipLevel = 0, 168 unsigned int mipLevel = 0, [all …]
|
D | vktDrawImageObjectUtil.cpp | 171 unsigned int mipLevel, in readSurface() argument 178 …read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IM… in readSurface() 183 …readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect… in readSurface() 196 unsigned int mipLevel, in readVolume() argument 203 …read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::V… in readVolume() 208 …readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, as… in readVolume() 219 unsigned int mipLevel, in readSurface1D() argument 226 …read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_T… in readSurface1D() 231 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, in readSurface1D() 244 unsigned int mipLevel, in read() argument [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateImageObjectUtil.hpp | 80 unsigned int mipLevel = 0, 89 unsigned int mipLevel = 0, 100 unsigned int mipLevel = 0, 108 unsigned int mipLevel = 0, 118 unsigned int mipLevel, 131 unsigned int mipLevel, 140 unsigned int mipLevel, 151 unsigned int mipLevel = 0, 160 unsigned int mipLevel = 0, 169 unsigned int mipLevel = 0, [all …]
|
D | vktDynamicStateImageObjectUtil.cpp | 171 unsigned int mipLevel, in readSurface() argument 178 …read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IM… in readSurface() 183 …readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect… in readSurface() 196 unsigned int mipLevel, in readVolume() argument 203 …read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::V… in readVolume() 208 …readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, as… in readVolume() 219 unsigned int mipLevel, in readSurface1D() argument 226 …read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_T… in readSurface1D() 231 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, in readSurface1D() 244 unsigned int mipLevel, in read() argument [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolImageObjectUtil.hpp | 78 unsigned int mipLevel = 0, 89 unsigned int mipLevel = 0, 97 unsigned int mipLevel = 0, 107 unsigned int mipLevel, 120 unsigned int mipLevel, 129 unsigned int mipLevel, 140 unsigned int mipLevel = 0, 149 unsigned int mipLevel = 0, 158 unsigned int mipLevel = 0, 167 unsigned int mipLevel = 0, [all …]
|
D | vktQueryPoolImageObjectUtil.cpp | 173 unsigned int mipLevel, in readVolume() argument 180 …read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::V… in readVolume() 185 …readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, as… in readVolume() 196 unsigned int mipLevel, in readSurface1D() argument 203 …read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_T… in readSurface1D() 208 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, in readSurface1D() 221 unsigned int mipLevel, in read() argument 230 height, depth, mipLevel, arrayElement, aspect, type); in read() 242 unsigned int mipLevel, in readUsingBuffer() argument 330 { aspect, mipLevel, arrayElement, 1 }, in readUsingBuffer() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 60 … getShaderGridSize(const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel) in getShaderGridSize() argument 62 const deUint32 mipLevelX = std::max(imageSize.x() >> mipLevel, 1u); in getShaderGridSize() 63 const deUint32 mipLevelY = std::max(imageSize.y() >> mipLevel, 1u); in getShaderGridSize() 64 const deUint32 mipLevelZ = std::max(imageSize.z() >> mipLevel, 1u); in getShaderGridSize() 692 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel) in mipLevelExtents() argument 696 result.width = std::max(baseExtents.width >> mipLevel, 1u); in mipLevelExtents() 697 result.height = std::max(baseExtents.height >> mipLevel, 1u); in mipLevelExtents() 698 result.depth = std::max(baseExtents.depth >> mipLevel, 1u); in mipLevelExtents()
|
D | vktSparseResourcesTestsUtil.hpp | 105 const deUint32 mipLevel = 0); //!< Size used for addresing image in a shader 204 const deUint32 mipLevel); 207 const deUint32 mipLevel);
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 323 imageMemoryBind.subresource.mipLevel = mipLevelNdx; in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 432 imageMemoryBind.subresource.mipLevel = mipLevelNdx; in iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 64 inline VkImageSubresource makeImageSubresource (VkImageAspectFlags aspectMask, deUint32 mipLevel, d… argument 68 res.mipLevel = mipLevel; 323 …ers makeImageSubresourceLayers (VkImageAspectFlags aspectMask, deUint32 mipLevel, deUint32 baseArr… argument 327 res.mipLevel = mipLevel;
|
D | vkStructTypes.inl | 396 deUint32 mipLevel; member 1042 deUint32 mipLevel; member
|
D | vkStrUtilImpl.inl | 1937 s << "\tmipLevel = " << value.mipLevel << '\n'; 2772 s << "\tmipLevel = " << value.mipLevel << '\n';
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 759 …ectMask == img2.subresource.aspectMask && img1.subresource.mipLevel == img2.subresource.mipLevel && 770 hashVal ^= hash<uint32_t>()(img.subresource.mipLevel);
|
D | core_validation.cpp | 7846 VkImageSubresource sub = {subLayers.aspectMask, subLayers.mipLevel, layer}; in VerifySourceImageLayout() 7885 VkImageSubresource sub = {subLayers.aspectMask, subLayers.mipLevel, layer}; in VerifyDestImageLayout()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 783 subres.mipLevel = mip_level; in subresource() 802 subres.mipLevel = mip_level; in subresource() 858 return subresource_range(subres.aspectMask, subres.mipLevel, 1, in subresource_range()
|
D | layer_validation_tests.cpp | 919 .mipLevel = 0, 6402 copyRegion.srcSubresource.mipLevel = 0; in TEST_F() 6409 copyRegion.dstSubresource.mipLevel = 0; in TEST_F() 6514 copyRegion.srcSubresource.mipLevel = 0; in TEST_F() 6521 copyRegion.dstSubresource.mipLevel = 0; in TEST_F() 6623 resolveRegion.srcSubresource.mipLevel = 0; in TEST_F() 6630 resolveRegion.dstSubresource.mipLevel = 0; in TEST_F() 6738 resolveRegion.srcSubresource.mipLevel = 0; in TEST_F() 6745 resolveRegion.dstSubresource.mipLevel = 0; in TEST_F() 6855 resolveRegion.srcSubresource.mipLevel = 0; in TEST_F() [all …]
|
D | vkrenderframework.cpp | 768 copy_region.srcSubresource.mipLevel = 0; in CopyImage() 775 copy_region.dstSubresource.mipLevel = 0; in CopyImage()
|
D | vktestbinding.cpp | 601 subresource(image_aspect(subrescopy.aspectMask), subrescopy.mipLevel, in subresource_layout()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 517 deUint32 mipLevel; member 530 copyState.imageSubresource.mipLevel = transferInfo->mipLevel; in copyToCPU() 955 transferInfo.mipLevel = 0; in generateWork()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1485 uint32_t mipLevel; member 2068 uint32_t mipLevel; member
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1494 uint32_t mipLevel; member 2077 uint32_t mipLevel; member
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 861 .mipLevel = 0, in demo_prepare_texture_image()
|
D | cube.c | 1120 .mipLevel = 0, in demo_prepare_texture_image()
|