Searched defs:mipmapLevel (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 301 …makeBufferImageCopy(const VkExtent3D extent, const uint32_t layerCount, const uint32_t mipmapLevel, in makeBufferImageCopy() 967 const tcu::TextureFormat &format, const uint32_t mipmapLevel, in getImageMipLevelSizeInBytes() 981 for (uint32_t mipmapLevel = 0; mipmapLevel < mipmapLevelsCount; ++mipmapLevel) in getImageSizeInBytes() local 990 … const uint32_t mipmapLevel, const uint32_t mipmapMemoryAlignment) in getImageMipLevelSizeInBytes() 1002 for (uint32_t mipmapLevel = 0; mipmapLevel < mipmapLevelsCount; ++mipmapLevel) in getImageSizeInBytes() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTestsUtil.cpp | 427 const tcu::TextureFormat &format, const uint32_t mipmapLevel, in getImageMipLevelSizeInBytes() 440 for (uint32_t mipmapLevel = 0; mipmapLevel < mipmapLevelsCount; ++mipmapLevel) in getImageSizeInBytes() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTexture.cpp | 105 static inline uint32_t minify(uint32_t value, uint32_t mipmapLevel) in minify()
|
H A D | vktImageLoadStoreTests.cpp | 119 const uint32_t mipmapLevel) in getMipmapLevelImageSizeBytes() 142 const uint32_t mipmapLevel = 0u) in comparePixelBuffers()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.cpp | 2520 … const uint32_t planeNdx, const uint32_t mipmapLevel, const uint32_t mipmapMemoryAlignment) in getPlaneSizeInBytes() 2531 … const uint32_t planeNdx, const uint32_t mipmapLevel, const uint32_t mipmapMemoryAlignment) in getPlaneSizeInBytes() 2540 const uint32_t planeNdx, const uint32_t mipmapLevel) in getPlaneExtent() 2552 const uint32_t planeNdx, const uint32_t mipmapLevel) in getPlaneExtent()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_darwin.cpp | 345 int mipmapLevel = macdraw->hasMipmap() ? MAX_PBUFFER_MIPMAP_LEVEL : 0; in makeCurrent() local
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 469 for(int mipmapLevel = 0; mipmapLevel < sw::MIPMAP_LEVELS; mipmapLevel++) in WriteDescriptorSet() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 293 for (int mipmapLevel = 0; mipmapLevel < 7; ++mipmapLevel) in test() local
|