Searched refs:mipLayerSwizzleHash (Results 1 – 1 of 1) sorted by relevance
222 …const uint32_t mipLayerSwizzleHash = (desc.componentMapping.r << 28) | (desc.componentMapping.g <<… in HashCacheGpuImageDesc() local227 uint64_t hash = (static_cast<uint64_t>(mipLayerSwizzleHash) << 32u) | sizeHash; in HashCacheGpuImageDesc()