Searched refs:SK_Half1 (Results 1 – 6 of 6) sorted by relevance
22 static constexpr uint16_t SK_Half1 = 0x3C00; // 1 variable
363 if (row[4 * x + 3] < SK_Half1) { in computeIsOpaque()
662 SK_Half1); in store_f16_opaque()672 tmp |= static_cast<uint64_t>(SK_Half1) << 48; in store_f16_1_opaque()
498 static const uint64_t kRed = (uint64_t) SK_Half1 << 0;499 static const uint64_t kGreen = (uint64_t) SK_Half1 << 16;500 static const uint64_t kBlue = (uint64_t) SK_Half1 << 32;501 static const uint64_t kAlpha = (uint64_t) SK_Half1 << 48;
161 static const uint64_t kWhite = (((uint64_t) SK_Half1) << 0) | in swizzle_bit_to_f16()162 (((uint64_t) SK_Half1) << 16) | in swizzle_bit_to_f16()163 (((uint64_t) SK_Half1) << 32) | in swizzle_bit_to_f16()164 (((uint64_t) SK_Half1) << 48); in swizzle_bit_to_f16()168 (((uint64_t) SK_Half1) << 48); in swizzle_bit_to_f16()
498 static constexpr uint64_t opaqueColor = ((uint64_t) SK_Half1) << 48; in onGetFillValue()