Searched refs:SK_Half1 (Results 1 – 9 of 9) sorted by relevance
396 static const uint64_t kRed = (uint64_t) SK_Half1 << 0;397 static const uint64_t kGreen = (uint64_t) SK_Half1 << 16;398 static const uint64_t kBlue = (uint64_t) SK_Half1 << 32;399 static const uint64_t kAlpha = (uint64_t) SK_Half1 << 48;
22 static constexpr uint16_t SK_Half1 = 0x3C00; // 1 variable
289 constexpr uint64_t kWhite = (((uint64_t) SK_Half1) << 0) | in recordCopyPathInstance()290 (((uint64_t) SK_Half1) << 16) | in recordCopyPathInstance()291 (((uint64_t) SK_Half1) << 32) | in recordCopyPathInstance()292 (((uint64_t) SK_Half1) << 48); in recordCopyPathInstance()
504 static const uint64_t kRed = (uint64_t) SK_Half1 << 0;505 static const uint64_t kGreen = (uint64_t) SK_Half1 << 16;506 static const uint64_t kBlue = (uint64_t) SK_Half1 << 32;507 static const uint64_t kAlpha = (uint64_t) SK_Half1 << 48;
161 constexpr 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()
478 if (row[x] < SK_Half1) { in computeIsOpaque()528 if (row[4 * x + 3] < SK_Half1) { in computeIsOpaque()
398 if (row[4 * x + 3] < SK_Half1) { in computeIsOpaque()