Home
last modified time | relevance | path

Searched defs:mipmapLevel (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp301 …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
990const 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 DvktPipelineMultisampleTestsUtil.cpp427 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 DvktImageTexture.cpp105 static inline uint32_t minify(uint32_t value, uint32_t mipmapLevel) in minify()
H A DvktImageLoadStoreTests.cpp119 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 DvkImageUtil.cpp2520 … 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/
DEglOsApi_darwin.cpp345 int mipmapLevel = macdraw->hasMipmap() ? MAX_PBUFFER_MIPMAP_LEVEL : 0; in makeCurrent() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp469 for(int mipmapLevel = 0; mipmapLevel < sw::MIPMAP_LEVELS; mipmapLevel++) in WriteDescriptorSet() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp293 for (int mipmapLevel = 0; mipmapLevel < 7; ++mipmapLevel) in test() local