Home
last modified time | relevance | path

Searched refs:blendHash (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkVMBlitter.cpp491 uint64_t blendHash = 0; in CacheKey() local
493 blendHash = static_cast<uint8_t>(bm.value()); in CacheKey()
500 blendHash = p.hash(); in CacheKey()
508 blendHash ^= SkOpts::hash(outputs, sizeof(outputs)); in CacheKey()
512 if (blendHash == 0) { in CacheKey()
513 blendHash = 1; in CacheKey()
520 blendHash, in CacheKey()

Completed in 2 milliseconds