Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_cache.cpp222 …const uint32_t mipLayerSwizzleHash = (desc.componentMapping.r << 28) | (desc.componentMapping.g <<… in HashCacheGpuImageDesc() local
227 uint64_t hash = (static_cast<uint64_t>(mipLayerSwizzleHash) << 32u) | sizeHash; in HashCacheGpuImageDesc()