HomeSort by relevance Sort by last modified time
    Searched defs:Flags (Results 126 - 150 of 492) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 60 enum Flags
70 GridRenderCase (Context& context, const char* name, const char* description, int flags);
98 GridRenderCase::GridRenderCase (Context& context, const char* name, const char* description, int flags)
100 , m_flags (flags)
578 int flags; member in struct:deqp::gles31::Stress::LimitCaseDef
628 multilimitGroup->addChild(new GridRenderCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].flags));
  /external/dng_sdk/source/
dng_opcodes.h 106 /// Opcode flags.
131 uint32 flags);
155 /// The flags for this opcode.
157 uint32 Flags () const
166 return (Flags () & kFlag_Optional) != 0;
173 return (Flags () & kFlag_SkipIfPreview) != 0;
273 uint32 flags);
413 uint32 flags);
  /external/eigen/Eigen/src/Core/
BandMatrix.h 23 Flags = internal::traits<Derived>::Flags,
189 Flags = LvalueBit,
251 Flags = LvalueBit,
Block.h 68 XprTypeIsRowMajor = (int(traits<XprType>::Flags)&RowMajorBit) != 0,
85 FlagsLinearAccessBit = (RowsAtCompileTime == 1 || ColsAtCompileTime == 1 || (InnerPanel && (traits<XprType>::Flags&LinearAccessBit))) ? LinearAccessBit : 0,
88 Flags0 = traits<XprType>::Flags & ( (HereditaryBits & ~RowMajorBit) |
92 Flags = Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit
CwiseBinaryOp.h 70 LhsFlags = _LhsNested::Flags,
71 RhsFlags = _RhsNested::Flags,
73 StorageOrdersAgree = (int(Lhs::Flags)&RowMajorBit)==(int(Rhs::Flags)&RowMajorBit),
83 Flags = (Flags0 & ~RowMajorBit) | (LhsFlags & RowMajorBit),
CwiseNullaryOp.h 38 Flags = (traits<PlainObjectType>::Flags
DenseBase.h 162 Flags = internal::traits<Derived>::Flags,
163 /**< This stores expression \ref flags flags which may or may not be inherited by new expressions
164 * constructed from this one. See the \ref flags "list of flags".
167 IsRowMajor = int(Flags) & RowMajorBit, /**< True if this expression has row-major storage order. */
507 /* Just checks for self-consistency of the flags.
DiagonalMatrix.h 33 Flags = 0
130 Flags = LvalueBit
242 Flags = traits<DiagonalVectorType>::Flags & LvalueBit
PermutationMatrix.h 62 Flags = Traits::Flags,
505 Flags = 0,
659 Flags = Traits::Flags,
ProductBase.h 37 Flags = (MaxRowsAtCompileTime==1 ? RowMajorBit : 0)
Transpose.h 45 Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit),
47 Flags = Flags1 ^ RowMajorBit,
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 52 LhsFlags = _LhsNested::Flags,
53 RhsFlags = _RhsNested::Flags,
85 Flags = ((unsigned int)(LhsFlags | RhsFlags) & HereditaryBits & ~RowMajorBit)
97 /* CanVectorizeInner deserves special explanation. It does not affect the product flags. It is not used outside
100 * the Flags, it is safe to make this value depend on ActualPacketAccessBit, that doesn't affect the ABI.
187 internal::product_packet_impl<Flags&RowMajorBit ? RowMajor : ColMajor,
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,
49 Flags = ColsAtCompileTime==1 ? (TmpFlags & ~RowMajorBit)
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 72 Flags = 0
  /external/eigen/Eigen/src/SparseCore/
SparseDenseProduct.h 64 Flags = Tr ? RowMajorBit : 0,
161 int LhsStorageOrder = ((SparseLhsType::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor,
162 bool ColPerCol = ((DenseRhsType::Flags&RowMajorBit)==0) || DenseRhsType::ColsAtCompileTime==1>
SparseDiagonalProduct.h 46 SparseFlags = is_diagonal<_Lhs>::ret ? int(_Rhs::Flags) : int(_Lhs::Flags),
47 Flags = (SparseFlags&RowMajorBit),
71 : (_LhsNested::Flags&RowMajorBit) ? internal::SDP_IsSparseRowMajor : internal::SDP_IsSparseColMajor,
73 : (_RhsNested::Flags&RowMajorBit) ? internal::SDP_IsSparseRowMajor : internal::SDP_IsSparseColMajor
SparseProduct.h 21 LhsRowMajor = internal::traits<Lhs>::Flags & RowMajorBit,
22 RhsRowMajor = internal::traits<Rhs>::Flags & RowMajorBit,
53 LhsFlags = _LhsNested::Flags,
54 RhsFlags = _RhsNested::Flags,
67 Flags = (int(LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
  /external/eigen/test/
sparse_basic.cpp 22 enum { Flags = SparseMatrixType::Flags };
47 if(internal::is_same<SparseMatrixType,SparseMatrix<Scalar,Flags> >::value)
sparse_product.cpp 46 enum { Flags = SparseMatrixType::Flags };
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 181 LhsFlags = Lhs::Flags,
182 RhsFlags = Rhs::Flags,
192 Flags = ((LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 33 LhsFlags = _LhsNested::Flags,
34 RhsFlags = _RhsNested::Flags,
48 Flags = (int(LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
128 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
129 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
131 && (((_Lhs::Flags & (UpperTriangularBit | LowerTriangularBit)) == 0)
132 || ((_Lhs::Flags & UpperTriangularBit) && !LhsIsRowMajor)
133 || ((_Lhs::Flags & LowerTriangularBit) && LhsIsRowMajor)),
191 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
192 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit
    [all...]
  /external/libchrome/base/files/
file.h 58 // of the five (possibly combining with other flags) when opening or creating
64 enum Flags {
83 FLAG_TERMINAL_DEVICE = 1 << 16, // Serial port flags.
162 File(const FilePath& path, uint32_t flags);
180 void Initialize(const FilePath& path, uint32_t flags);
194 // File file(path, flags);
310 void DoInitialize(const FilePath& path, uint32_t flags);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 56 /// Flags to specify different kinds of comments to output in
57 /// assembly code. These flags carry semantic information not
83 uint8_t Flags; // Various bits of additional
126 /// Return the asm printer flags bitvector.
142 /// Clear specific AsmPrinter flags.
147 /// Return the MI flags bitvector.
149 return Flags;
154 return Flags & Flag;
159 Flags |= (uint8_t)Flag;
162 void setFlags(unsigned flags) {
    [all...]
MachineMemOperand.h 97 unsigned Flags;
102 /// Flags values. These may be or'd together.
117 // This is the number of bits we need to represent flags.
122 /// specified PtrInfo, flags, size, and base alignment.
123 MachineMemOperand(MachinePointerInfo PtrInfo, unsigned flags, uint64_t s,
145 /// getFlags - Return the raw flags of the source value, \see MemOperandFlags.
146 unsigned int getFlags() const { return Flags & ((1 << MOMaxBits) - 1); }
148 /// Bitwise OR the current flags with the given flags.
149 void setFlags(unsigned f) { Flags |= (f & ((1 << MOMaxBits) - 1));
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 232 auto Flags = Sym.getFlags();
236 return JITSymbol(Addr, Flags);
251 return JITSymbol(std::move(GetAddress), Flags);

Completed in 521 milliseconds

1 2 3 4 56 7 8 91011>>