Lines Matching defs:key
149 // persistent key. This is bc Vk only caches the SPIRV code, not the fully compiled
152 // to the key right after the base key.
153 sk_sp<SkData> key = SkData::MakeWithoutCopy(this->desc().asKey(),
161 this->gpu()->getContext()->priv().getPersistentCache()->store(*key, *data, description);
207 // persistent key. This is bc Vk only caches the SPIRV code, not the fully compiled
210 // to the key right after the base key.
211 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc.asKey(), desc.initialKeyLength()+4);
212 cached = persistentCache->load(*key);