Home
last modified time | relevance | path

Searched refs:MaskType (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/ops/
DGrAtlasTextOp.h80 enum MaskType { enum
90 MaskType maskType() const { return fMaskType; } in maskType()
169 MaskType fMaskType;
/external/skia/src/gpu/ops/
DGrAtlasTextOp.h78 enum MaskType { enum
88 MaskType maskType() const { return fMaskType; } in maskType()
171 MaskType fMaskType;
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h493 using MaskType = typename std::conditional< in blendWith() local
497 static_assert(sizeof(MaskType) == sizeof(Container), in blendWith()
503 const MaskType *const MaskPtr = in blendWith()
504 reinterpret_cast<const MaskType *const>(&Mask); in blendWith()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h605 using MaskType = typename std::conditional< in blendWith() local
609 static_assert(sizeof(MaskType) == sizeof(Container), in blendWith()
615 const MaskType *const MaskPtr = in blendWith()
616 reinterpret_cast<const MaskType *const>(&Mask); in blendWith()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotMasksTests.cpp39 enum MaskType enum
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1588 using MaskType = int32_t; in Shuffle8bpcGatherd() typedef
1590 using MaskType = uint32_t; in Shuffle8bpcGatherd()
1592 std::vector<MaskType> vShuffleMasks[4] = { in Shuffle8bpcGatherd()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java5076 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator
5083 private static final MaskType MASK_TYPE=new MaskType();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5697 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator
5704 private static final MaskType MASK_TYPE=new MaskType();
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6272 static constexpr Type MaskType = IceType_void;
6276 Func, MaskType, NoBase,
6297 Func, MaskType, NoBase,
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp239 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;
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan.hpp369 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags
377 : 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;