Home
last modified time | relevance | path

Searched refs:ImageMipLevels (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DTextureWgpu.cpp296 ? ImageMipLevels::FullMipChainForGenerateMipmap in syncState()
297 : ImageMipLevels::EnabledLevels)); in syncState()
329 ANGLE_TRY(initializeImage(contextWgpu, ImageMipLevels::EnabledLevels)); in getAttachmentRenderTarget()
424 angle::Result TextureWgpu::initializeImage(ContextWgpu *contextWgpu, ImageMipLevels mipLevels) in initializeImage()
489 uint32_t TextureWgpu::getMipLevelCount(ImageMipLevels mipLevels) const in getMipLevelCount()
494 case ImageMipLevels::EnabledLevels: in getMipLevelCount()
498 case ImageMipLevels::FullMipChainForGenerateMipmap: in getMipLevelCount()
537 mImage->getLevelCount() < getMipLevelCount(ImageMipLevels::EnabledLevels); in respecifyImageStorageIfNecessary()
545 getMipLevelCount(ImageMipLevels::FullMipChainForGenerateMipmap))) in respecifyImageStorageIfNecessary()
H A DTextureWgpu.h193 angle::Result initializeImage(ContextWgpu *contextWgpu, ImageMipLevels mipLevels);
200 uint32_t getMipLevelCount(ImageMipLevels mipLevels) const;
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1012 ANGLE_TRY(ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in ensureImageInitializedIfUpdatesNeedStageOrFlush()
1237 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTexture()
1270 vk::GetImpl(source)->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copySubTexture()
1302 ANGLE_TRY(ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyRenderbufferSubData()
1327 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData()
1328 ANGLE_TRY(ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData()
1355 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyCompressedTexture()
1641 ANGLE_TRY(ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copySubImageImplWithTransfer()
1928 ImageMipLevels::FullMipChainForGenerateMipmap)); in setStorageImpl()
2426 ANGLE_TRY(ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyImageDataToBufferAndGetData()
[all …]
H A DTextureVk.h272 angle::Result ensureImageInitialized(ContextVk *contextVk, ImageMipLevels mipLevels);
540 ImageMipLevels mipLevels);
544 uint32_t getMipLevelCount(ImageMipLevels mipLevels) const;
H A DImageVk.cpp78 textureVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels))); in initialize()
H A DSemaphoreVk.cpp169 ANGLE_TRY(textureVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in signal()
H A DShareGroupVk.cpp272 contextVk, ImageMipLevels::EnabledLevels)); in onMutableTextureUpload()
H A DRenderbufferVk.cpp281 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData()
H A DContextVk.cpp6987 ANGLE_TRY(textureVk->ensureImageInitialized(this, ImageMipLevels::EnabledLevels)); in releaseTextures()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.h571 enum class ImageMipLevels enum