Home
last modified time | relevance | path

Searched defs:MaskType (Results 1 – 25 of 78) sorted by relevance

1234

/aosp_15_r20/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h1104 using MaskType = std::conditional_t<sizeof(ElementType) == sizeof(Int8), UInt16, UInt8>; variable
3050 using MaskType = std::conditional_t<sizeof(ElementType) == sizeof(Int8), UInt16, UInt8>; variable
4301 using MaskType = decltype(mask_bits); in OpVectorslide1down() local
4502 MaskType /*mask*/) { argument
4512 MaskType /*mask*/) { argument
4521 MaskType /*mask*/) { in GetHighVectorArgument() argument
4530 MaskType /*mask*/) { argument
4539 MaskType /*mask*/) { argument
4548 MaskType /*mask*/) { in GetLowVectorArgument() argument
4557 MaskType /*mask*/) { argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DOSLog.h77 StringRef MaskType; variable
DFormatString.h534 StringRef MaskType; variable
757 virtual void handleInvalidMaskType(StringRef MaskType) {} in handleInvalidMaskType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DOSLog.h77 StringRef MaskType; variable
DFormatString.h534 StringRef MaskType; variable
757 virtual void handleInvalidMaskType(StringRef MaskType) {} in handleInvalidMaskType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DOSLog.h77 StringRef MaskType; variable
DFormatString.h523 StringRef MaskType; variable
746 virtual void handleInvalidMaskType(StringRef MaskType) {} in handleInvalidMaskType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DOSLog.h77 StringRef MaskType; variable
DFormatString.h536 StringRef MaskType; variable
759 virtual void handleInvalidMaskType(StringRef MaskType) {} in handleInvalidMaskType()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAtlasTextOp.h121 enum class MaskType : uint32_t { enum
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotMasksTests.cpp39 enum MaskType enum
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h493 using MaskType = typename std::conditional< in blendWith() local
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DTestUtil.h605 using MaskType = typename std::conditional< in blendWith() local
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_all/include/berberis/intrinsics/riscv64_to_all/
Dvector_intrinsics.h202 using MaskType = std::conditional_t<sizeof(ElementType) == sizeof(Int8), UInt16, UInt8>; in GetMaskVectorArgument() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java5386 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
H A DUCharacter.java5984 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.cpp5192 static constexpr Type MaskType = IceType_void; in lowerShuffleVector_UsingPshufb() local
H A DIceTargetLoweringX8632.cpp5782 static constexpr Type MaskType = IceType_void; in lowerShuffleVector_UsingPshufb() local
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp23 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags
Dvulkan_enums.hpp23 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp23 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp26 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_enums.hpp26 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan.hpp654 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan.hpp654 using MaskType = typename std::underlying_type<BitType>::type; typedef in VULKAN_HPP_NAMESPACE::Flags

1234