Home
last modified time | relevance | path

Searched defs:mipCount (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp165 uint32_t mipCount = 1; in ResolveImageDesc() local
H A Dimage_loader_stb_image.cpp236 uint32_t mipCount = 1; in ResolveImageDesc() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp102 const uint32_t mipCount = imageDesc.mipCount; in GenerateMipmaps() local
202 const uint32_t mipCount = imageDesc.mipCount; in CopyBuffersToImages() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.h162 uint32_t mipCount[2U]; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp380 uint32_t mipCount = PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS; in GetSrcImageBarrierMips() local
430 uint32_t mipCount = PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS; in GetDstImageBarrierMips() local
1163 uint32_t mipCount = PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS; in HandleCustomBarriers() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp955 uint32_t mipCount { 1u }; member