Searched refs:kEnableCRCForPipelineCache (Results 1 – 1 of 1) sorted by relevance
60 constexpr bool kEnableCRCForPipelineCache = true; variable62 constexpr bool kEnableCRCForPipelineCache = false; variable1350 uint32_t chunkCrc = kEnableCRCForPipelineCache ? angle::InitCRC32() : 0; in GetPipelineCacheVkChunkInfos()1362 if (kEnableCRCForPipelineCache) in GetPipelineCacheVkChunkInfos()1604 uint32_t computedChunkCRC = kEnableCRCForPipelineCache ? angle::InitCRC32() : 0; in GetAndDecompressPipelineCacheVk()1667 if (kEnableCRCForPipelineCache) in GetAndDecompressPipelineCacheVk()1703 if (kEnableCRCForPipelineCache) in GetAndDecompressPipelineCacheVk()