Searched defs:mipmapLevel (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 302 const deUint32 mipmapLevel, in makeBufferImageCopy() 797 … const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevel, const d… in getImageMipLevelSizeInBytes() 807 for (deUint32 mipmapLevel = 0; mipmapLevel < mipmapLevelsCount; ++mipmapLevel) in getImageSizeInBytes() local 813 …FormatDescription& formatDescription, const deUint32 planeNdx, const deUint32 mipmapLevel, const d… in getImageMipLevelSizeInBytes() 822 for (deUint32 mipmapLevel = 0; mipmapLevel < mipmapLevelsCount; ++mipmapLevel) in getImageSizeInBytes() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 363 … const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevel, const d… in getImageMipLevelSizeInBytes() 373 for (deUint32 mipmapLevel = 0; mipmapLevel < mipmapLevelsCount; ++mipmapLevel) in getImageSizeInBytes() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTexture.cpp | 104 static inline deUint32 minify (deUint32 value, deUint32 mipmapLevel) in minify()
|
D | vktImageLoadStoreTests.cpp | 117 …LevelImageSizeBytes (const Texture& texture, const vk::VkFormat format, const deUint32 mipmapLevel) in getMipmapLevelImageSizeBytes() 143 const deUint32 mipmapLevel = 0u) in comparePixelBuffers()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2626 const deUint32 mipmapLevel, in getPlaneSizeInBytes() 2638 const deUint32 mipmapLevel, in getPlaneSizeInBytes() 2648 const deUint32 mipmapLevel) in getPlaneExtent() 2661 const deUint32 mipmapLevel) in getPlaneExtent()
|
/external/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.cpp | 469 for(int mipmapLevel = 0; mipmapLevel < sw::MIPMAP_LEVELS; mipmapLevel++) in WriteDescriptorSet() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 291 for (int mipmapLevel = 0; mipmapLevel < 7; ++mipmapLevel) in test() local
|