Home
last modified time | relevance | path

Searched defs:kComponentAMask (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnGraphiteUtilsPriv.h89 static constexpr uint32_t kComponentAMask = ((1 << kComponentBits) - 1) << kComponentAShift; variable
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanGraphiteUtilsPriv.h109 static constexpr uint32_t kComponentAMask = ((1 << kComponentBits) - 1) << kComponentAShift; variable