/external/skqp/src/codec/ |
D | SkMasks.h | 37 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;
|
D | SkMasks.cpp | 89 const SkMasks::MaskInfo process_mask(uint32_t mask, uint32_t bpp) { in process_mask() 120 const SkMasks::MaskInfo info = { mask, shift, size }; in process_mask() 146 const MaskInfo red = process_mask(masks.red, bitsPerPixel); in CreateMasks() 147 const MaskInfo green = process_mask(masks.green, bitsPerPixel); in CreateMasks() 148 const MaskInfo blue = process_mask(masks.blue, bitsPerPixel); in CreateMasks() 149 const MaskInfo alpha = process_mask(masks.alpha, bitsPerPixel); in CreateMasks() 155 SkMasks::SkMasks(const MaskInfo& red, const MaskInfo& green, in SkMasks() 156 const MaskInfo& blue, const MaskInfo& alpha) in SkMasks()
|
/external/skia/src/codec/ |
D | SkMasks.h | 16 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;
|
D | SkMasks.cpp | 89 static SkMasks::MaskInfo process_mask(uint32_t mask) { in process_mask()
|
/external/skia/modules/skottie/src/ |
D | Layer.cpp | 32 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()
|
/external/skqp/modules/skottie/src/ |
D | SkottieLayer.cpp | 38 struct MaskInfo { struct 44 const MaskInfo* GetMaskInfo(char mode) { in GetMaskInfo() 45 static constexpr MaskInfo k_add_info = in GetMaskInfo() 47 static constexpr MaskInfo k_int_info = in GetMaskInfo() 51 static constexpr MaskInfo k_sub_info = in GetMaskInfo() 53 static constexpr MaskInfo k_dif_info = in GetMaskInfo()
|
/external/skia/modules/skottie/src/effects/ |
D | Effects.h | 142 struct MaskInfo { struct 146 virtual MaskInfo onMakeMask() const = 0; argument
|
D | LinearWipeEffect.cpp | 55 MaskInfo onMakeMask() const override { in onMakeMask()
|
D | VenetianBlindsEffect.cpp | 52 MaskInfo onMakeMask() const override { in onMakeMask()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFRegisters.h | 142 struct MaskInfo { struct 150 std::vector<MaskInfo> MaskInfos;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFRegisters.h | 149 struct MaskInfo { struct 160 std::vector<MaskInfo> MaskInfos;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 1124 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 …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 1167 X86VectorVTInfo MaskInfo, 1174 def rr : AVX512PI<opc, MRMSrcReg, (outs MaskInfo.RC:$dst), (ins SrcInfo.RC:$src), 1176 [(set MaskInfo.RC:$dst, 1177 (MaskInfo.VT 1182 def rrkz : AVX512PI<opc, MRMSrcReg, (outs MaskInfo.RC:$dst), 1183 (ins MaskInfo.KRCWM:$mask, SrcInfo.RC:$src), 1186 [(set MaskInfo.RC:$dst, 1187 (vselect_mask MaskInfo.KRCWM:$mask, 1188 (MaskInfo.VT 1192 MaskInfo.ImmAllZerosV))], [all …]
|
/external/ImageMagick/coders/ |
D | psd.c | 138 } MaskInfo; typedef 151 MaskInfo
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10795 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, in ShrinkLoadReplaceStoreWithStore() argument 10798 unsigned NumBytes = MaskInfo.first; in ShrinkLoadReplaceStoreWithStore() 10799 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 15032 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, in ShrinkLoadReplaceStoreWithStore() argument 15035 unsigned NumBytes = MaskInfo.first; in ShrinkLoadReplaceStoreWithStore() 15036 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 16066 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, in ShrinkLoadReplaceStoreWithStore() argument 16069 unsigned NumBytes = MaskInfo.first; in ShrinkLoadReplaceStoreWithStore() 16070 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore()
|