Searched refs:ImageMipLevels (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | TextureWgpu.cpp | 296 ? 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 D | TextureWgpu.h | 193 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 D | TextureVk.cpp | 1012 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 D | TextureVk.h | 272 angle::Result ensureImageInitialized(ContextVk *contextVk, ImageMipLevels mipLevels); 540 ImageMipLevels mipLevels); 544 uint32_t getMipLevelCount(ImageMipLevels mipLevels) const;
|
H A D | ImageVk.cpp | 78 textureVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels))); in initialize()
|
H A D | SemaphoreVk.cpp | 169 ANGLE_TRY(textureVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in signal()
|
H A D | ShareGroupVk.cpp | 272 contextVk, ImageMipLevels::EnabledLevels)); in onMutableTextureUpload()
|
H A D | RenderbufferVk.cpp | 281 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData()
|
H A D | ContextVk.cpp | 6987 ANGLE_TRY(textureVk->ensureImageInitialized(this, ImageMipLevels::EnabledLevels)); in releaseTextures()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | renderer_utils.h | 571 enum class ImageMipLevels enum
|