Home
last modified time | relevance | path

Searched refs:Masks (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DSupport.cpp40 MutableArrayRef<uint64_t> Masks) { in computeProcResourceMasks() argument
43 assert(Masks.size() == SM.getNumProcResourceKinds() && in computeProcResourceMasks()
46 Masks[0] = 0; in computeProcResourceMasks()
53 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks()
62 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks()
64 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks()
65 Masks[I] |= OtherMask; in computeProcResourceMasks()
76 << format_hex(Masks[I],16) << " - " in computeProcResourceMasks()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dresult.hpp318 template <typename Masks, int I = 0, int N = boost::tuples::length<Masks>::value>
322 static inline bool apply(Masks const& masks) in apply()
324 typedef typename boost::tuples::element<I, Masks>::type mask_type; in apply()
327 && interrupt_dispatch_tuple<Masks, I+1>::template apply<F1, F2, V>(masks); in apply()
331 template <typename Masks, int N>
332 struct interrupt_dispatch_tuple<Masks, N, N>
335 static inline bool apply(Masks const& ) in apply()
404 template <typename Masks, int I = 0, int N = boost::tuples::length<Masks>::value>
408 static inline bool apply(Masks const& masks, Matrix const& matrix) in apply()
410 typedef typename boost::tuples::element<I, Masks>::type mask_type; in apply()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DInstructionTables.h31 SmallVector<uint64_t, 8> Masks; variable
35 : Stage(), SM(Model), Masks(Model.getNumProcResourceKinds()) { in InstructionTables()
36 computeProcResourceMasks(Model, Masks); in InstructionTables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DInstructionTables.cpp34 Masks.begin(), std::find(Masks.begin(), Masks.end(), Resource.first)); in execute()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dppc_zoom_ultimate.s125 and r8, r25,r12 ; Masks col1 channels 1 & 3 : 0x00XX00XX
127 andi. r25,r25,0xFF00 ; Masks col1 channel 2 : 0x0000XX00
132 and r10,r26,r12 ; Masks col2 channels 1 & 3 : 0x00XX00XX
136 andi. r29,r26,0xFF00 ; Masks col2 channel 2 : 0x0000XX00
140 and r10,r27,r12 ; Masks col3 channels 1 & 3 : 0x00XX00XX
143 andi. r29,r27,0xFF00 ; Masks col3 channel 2 : 0x0000XX00
147 and r10,r28,r12 ; Masks col4 channels 1 & 3 : 0x00XX00XX
151 andi. r28,r28,0xFF00 ; Masks col4 channel 2 : 0x0000XX00
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp159 static const int Masks[][4] = { in convertFCmp() local
206 Mask |= Masks[WhichConst][0]; in convertFCmp()
208 Mask |= Masks[WhichConst][1]; in convertFCmp()
210 Mask |= Masks[WhichConst][2]; in convertFCmp()
212 Mask |= Masks[WhichConst][3]; in convertFCmp()
DSystemZISelLowering.cpp3548 uint64_t Masks[] = { Known[0].Zero.getZExtValue(), in lowerOR() local
3551 if ((Masks[0] >> 32) == 0xffffffff && uint32_t(Masks[1]) == 0xffffffff) in lowerOR()
3553 else if ((Masks[1] >> 32) == 0xffffffff && uint32_t(Masks[0]) == 0xffffffff) in lowerOR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp376 Masks[R.Reg] |= R.Mask; in rr_iterator()
378 Pos = End ? Masks.end() : Masks.begin(); in rr_iterator()
379 Index = End ? Masks.size() : 0; in rr_iterator()
DRDFRegisters.h188 MapType Masks;
/third_party/protobuf/src/google/protobuf/
Dfield_mask.proto56 // # Field Masks in Projections
102 // # Field Masks in Update Operations
180 // # JSON Encoding of Field Masks
210 // # Field Masks and Oneof Fields
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSupport.h95 MutableArrayRef<uint64_t> Masks);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h848 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() argument
851 Phi->getNumIncomingValues() == Masks.size()) && in VPBlendRecipe()
853 if (!Masks.empty()) in VPBlendRecipe()
854 User.reset(new VPUser(Masks)); in VPBlendRecipe()
DLoopVectorize.cpp6851 SmallVector<VPValue *, 2> Masks; in tryToBlend() local
6859 Masks.push_back(EdgeMask); in tryToBlend()
6861 return new VPBlendRecipe(Phi, Masks); in tryToBlend()
/third_party/skia/modules/skottie/tests/
DExpression.cpp161 "nm": "All Masks", in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2892 const MCSchedModel &SM, SmallVectorImpl<uint64_t> &Masks) { in initProcResourceVectors() argument
2901 Masks.resize(SM.getNumProcResourceKinds()); in initProcResourceVectors()
2906 Masks[I] = 1ULL << ProcResourceID; in initProcResourceVectors()
2914 Masks[I] = 1ULL << ProcResourceID; in initProcResourceVectors()
2916 Masks[I] |= Masks[Desc.SubUnitsIdxBegin[U]]; in initProcResourceVectors()
2925 ProcResource->Name, I, Masks[I], in initProcResourceVectors()
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_color_mask.txt34 Masks for updating textures with indexed internal formats
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_color_mask.txt34 Masks for updating textures with indexed internal formats
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h453 SmallVectorImpl<uint64_t> &Masks);
/third_party/boost/libs/integer/doc/
Dinteger.qbk50 [[link boost_integer.mask Integer Masks].]
381 [section:mask Integer Masks]
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt278 GLX Event Masks
/third_party/openGLES/xml/
Dglxproto.reserved.txt307 GLX Event Masks
/third_party/openGLES/docs/
Dsyntaxrules.txt704 Masks that do have explicitly defined bit values (e.g. attribute mask,
/third_party/skia/third_party/externals/opengl-registry/docs/
Dsyntaxrules.txt704 Masks that do have explicitly defined bit values (e.g. attribute mask,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp8604 struct Masks struct in gl4cts::__anonea4330b80111::ImageLoadStoreMultipleUniformsTest
8639 struct Masks<T, SIZE, OFFSET, false> struct in gl4cts::__anonea4330b80111::ImageLoadStoreMultipleUniformsTest
8692 const T mask = Masks<T, SIZE, OFFSET>::RawMask(); in Get()
8695 const T result = (unsigned)bits >> Masks<T, SIZE, OFFSET>::Offset(); in Get()
8706 const T mask = Masks<T, SIZE, OFFSET>::ValueMask(); in GetNegated()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenRegisterInfo.inc7425 static const uint32_t *const Masks[] = {
7438 return makeArrayRef(Masks);

12