Home
last modified time | relevance | path

Searched refs:MaskInfo (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/src/codec/
DSkMasks.h37 struct MaskInfo { struct
77 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue,
78 const MaskInfo& alpha);
80 const MaskInfo fRed;
81 const MaskInfo fGreen;
82 const MaskInfo fBlue;
83 const MaskInfo fAlpha;
DSkMasks.cpp89 static const SkMasks::MaskInfo process_mask(uint32_t mask) { in process_mask()
156 SkMasks::SkMasks(const MaskInfo& red, const MaskInfo& green, in SkMasks()
157 const MaskInfo& blue, const MaskInfo& alpha) in SkMasks()
/third_party/skia/src/codec/
DSkMasks.h16 struct MaskInfo { struct
22 constexpr SkMasks(const MaskInfo red, const MaskInfo green, const MaskInfo blue, in SkMasks() argument
23 const MaskInfo alpha) in SkMasks()
53 const MaskInfo fRed;
54 const MaskInfo fGreen;
55 const MaskInfo fBlue;
56 const MaskInfo fAlpha;
DSkMasks.cpp89 static SkMasks::MaskInfo process_mask(uint32_t mask) { in process_mask()
/third_party/skia/modules/skottie/src/
DLayer.cpp32 struct MaskInfo { struct
38 const MaskInfo* GetMaskInfo(char mode) { in GetMaskInfo()
39 static constexpr MaskInfo k_add_info = in GetMaskInfo()
41 static constexpr MaskInfo k_int_info = in GetMaskInfo()
43 static constexpr MaskInfo k_sub_info = in GetMaskInfo()
45 static constexpr MaskInfo k_dif_info = in GetMaskInfo()
/third_party/flutter/skia/modules/skottie/src/
DLayer.cpp34 struct MaskInfo { struct
40 const MaskInfo* GetMaskInfo(char mode) { in GetMaskInfo()
41 static constexpr MaskInfo k_add_info = in GetMaskInfo()
43 static constexpr MaskInfo k_int_info = in GetMaskInfo()
47 static constexpr MaskInfo k_sub_info = in GetMaskInfo()
49 static constexpr MaskInfo k_dif_info = in GetMaskInfo()
/third_party/flutter/skia/modules/skottie/src/effects/
DEffects.h86 struct MaskInfo { struct
90 virtual MaskInfo onMakeMask() const = 0; argument
DLinearWipeEffect.cpp35 MaskInfo onMakeMask() const override { in onMakeMask()
DVenetianBlindsEffect.cpp35 MaskInfo onMakeMask() const override { in onMakeMask()
/third_party/skia/modules/skottie/src/effects/
DEffects.h150 struct MaskInfo { struct
154 virtual MaskInfo onMakeMask() const = 0; argument
DLinearWipeEffect.cpp55 MaskInfo onMakeMask() const override { in onMakeMask()
DVenetianBlindsEffect.cpp52 MaskInfo onMakeMask() const override { in onMakeMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h142 struct MaskInfo { struct
150 std::vector<MaskInfo> MaskInfos;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrAVX512.td1124 X86VectorVTInfo MaskInfo,
1131 def r : AVX512PI<opc, MRMSrcReg, (outs MaskInfo.RC:$dst), (ins SrcInfo.RC:$src),
1133 [(set MaskInfo.RC:$dst,
1134 (MaskInfo.VT
1139 def rkz : AVX512PI<opc, MRMSrcReg, (outs MaskInfo.RC:$dst),
1140 (ins MaskInfo.KRCWM:$mask, SrcInfo.RC:$src),
1143 [(set MaskInfo.RC:$dst,
1144 (vselect MaskInfo.KRCWM:$mask,
1145 (MaskInfo.VT
1149 MaskInfo.ImmAllZerosV))],
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15032 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, in ShrinkLoadReplaceStoreWithStore() argument
15035 unsigned NumBytes = MaskInfo.first; in ShrinkLoadReplaceStoreWithStore()
15036 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore()