Home
last modified time | relevance | path

Searched refs:mipLevel (Results 1 – 24 of 24) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp79 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 …]
DvktDrawImageObjectUtil.cpp171 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/
DvktDynamicStateImageObjectUtil.hpp80 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 …]
DvktDynamicStateImageObjectUtil.cpp171 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/
DvktQueryPoolImageObjectUtil.hpp78 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 …]
DvktQueryPoolImageObjectUtil.cpp173 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/
DvktSparseResourcesTestsUtil.cpp60 … 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()
DvktSparseResourcesTestsUtil.hpp105 const deUint32 mipLevel = 0); //!< Size used for addresing image in a shader
204 const deUint32 mipLevel);
207 const deUint32 mipLevel);
DvktSparseResourcesMipmapSparseResidency.cpp323 imageMemoryBind.subresource.mipLevel = mipLevelNdx; in iterate()
DvktSparseResourcesImageSparseResidency.cpp432 imageMemoryBind.subresource.mipLevel = mipLevelNdx; in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl64 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;
DvkStructTypes.inl396 deUint32 mipLevel; member
1042 deUint32 mipLevel; member
DvkStrUtilImpl.inl1937 s << "\tmipLevel = " << value.mipLevel << '\n';
2772 s << "\tmipLevel = " << value.mipLevel << '\n';
/external/vulkan-validation-layers/layers/
Dcore_validation.h759 …ectMask == img2.subresource.aspectMask && img1.subresource.mipLevel == img2.subresource.mipLevel &&
770 hashVal ^= hash<uint32_t>()(img.subresource.mipLevel);
Dcore_validation.cpp7846 VkImageSubresource sub = {subLayers.aspectMask, subLayers.mipLevel, layer}; in VerifySourceImageLayout()
7885 VkImageSubresource sub = {subLayers.aspectMask, subLayers.mipLevel, layer}; in VerifyDestImageLayout()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h783 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()
Dlayer_validation_tests.cpp919 .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 …]
Dvkrenderframework.cpp768 copy_region.srcSubresource.mipLevel = 0; in CopyImage()
775 copy_region.dstSubresource.mipLevel = 0; in CopyImage()
Dvktestbinding.cpp601 subresource(image_aspect(subrescopy.aspectMask), subrescopy.mipLevel, in subresource_layout()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp517 deUint32 mipLevel; member
530 copyState.imageSubresource.mipLevel = transferInfo->mipLevel; in copyToCPU()
955 transferInfo.mipLevel = 0; in generateWork()
/external/skia/third_party/vulkan/
Dvulkan.h1485 uint32_t mipLevel; member
2068 uint32_t mipLevel; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1494 uint32_t mipLevel; member
2077 uint32_t mipLevel; member
/external/vulkan-validation-layers/demos/
Dtri.c861 .mipLevel = 0, in demo_prepare_texture_image()
Dcube.c1120 .mipLevel = 0, in demo_prepare_texture_image()