Searched refs:MaskType (Results 1 – 11 of 11) sorted by relevance
80 enum MaskType { enum90 MaskType maskType() const { return fMaskType; } in maskType()169 MaskType fMaskType;
78 enum MaskType { enum88 MaskType maskType() const { return fMaskType; } in maskType()171 MaskType fMaskType;
493 using MaskType = typename std::conditional< in blendWith() local497 static_assert(sizeof(MaskType) == sizeof(Container), in blendWith()503 const MaskType *const MaskPtr = in blendWith()504 reinterpret_cast<const MaskType *const>(&Mask); in blendWith()
605 using MaskType = typename std::conditional< in blendWith() local609 static_assert(sizeof(MaskType) == sizeof(Container), in blendWith()615 const MaskType *const MaskPtr = in blendWith()616 reinterpret_cast<const MaskType *const>(&Mask); in blendWith()
39 enum MaskType enum
1588 using MaskType = int32_t; in Shuffle8bpcGatherd() typedef1590 using MaskType = uint32_t; in Shuffle8bpcGatherd()1592 std::vector<MaskType> vShuffleMasks[4] = { in Shuffle8bpcGatherd()
5076 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator5083 private static final MaskType MASK_TYPE=new MaskType();
5697 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator5704 private static final MaskType MASK_TYPE=new MaskType();
6272 static constexpr Type MaskType = IceType_void;6276 Func, MaskType, NoBase,6297 Func, MaskType, NoBase,
239 template <typename BitType, typename MaskType = VkFlags>249 : m_mask(static_cast<MaskType>(bit)) in Flags()258 explicit Flags(MaskType flags) in Flags()335 explicit operator MaskType() const in operator MaskType()341 MaskType m_mask;
369 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags377 : m_mask(static_cast<MaskType>(bit)) in Flags()384 VULKAN_HPP_CONSTEXPR explicit Flags(MaskType flags) VULKAN_HPP_NOEXCEPT in Flags()481 explicit VULKAN_HPP_CONSTEXPR operator MaskType() const VULKAN_HPP_NOEXCEPT in operator MaskType()487 MaskType m_mask;