Lines Matching defs:key
382 // will return a key of 0.
1797 // We should never be trying to compute a key for an external format
1854 GrVkSampler::Key key = GrVkSampler::GenerateKey(samplerState, *ycbcrInfo);
1856 constexpr size_t numInts = (sizeof(key) + 3) / 4;
1858 memcpy(tmp, &key, sizeof(key));
1884 GrProcessorKeyBuilder b(desc.key());
1886 // This will become part of the sheared off key used to persistently cache
1887 // the SPIRV code. It needs to be added right after the base key so that,
1888 // when the base-key is sheared off, the shearing code can include it in the
1889 // reduced key (c.f. the +4s in the SkData::MakeWithCopy calls in
1958 // Vulkan requires the full primitive type as part of its key