Searched refs:Base (Results 201 - 225 of 943) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h62 struct gl_context Base; member in struct:dri_context
83 struct gl_framebuffer Base; member in struct:dri_drawable
105 struct swrast_renderbuffer Base; member in struct:dri_swrast_renderbuffer
/external/clang/include/clang/AST/
H A DDeclVisitor.h31 class Base { class in namespace:clang::declvisitor
68 : public declvisitor::Base<declvisitor::make_ptr, ImplClass, RetTy> {};
75 : public declvisitor::Base<declvisitor::make_const_ptr, ImplClass, RetTy> {};
/external/clang/test/CXX/class.derived/class.member.lookup/
H A Dp8.cpp7 struct Base { struct in namespace:PR5820
12 struct D1 : public Base {};
13 struct D2 : public Base {};
/external/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp31 struct Base { struct
32 virtual ~Base() {
39 struct Derived : Base<T> {
43 template struct Derived<int>; // expected-note {{in instantiation of member function 'Base<int>::~Base' requested here}}
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp54 Record *Base);
75 Record *Base) {
76 std::string BaseName = macroName(Base->getName());
78 ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base);
83 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract"))
84 First = Last = Base;
92 OS << "# define " << NodeName << "(Type, Base) "
93 << BaseName << "(Type, Base)\
72 EmitNode( const ChildMap &Tree, raw_ostream &OS, Record *Base) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h62 struct gl_context Base; member in struct:dri_context
83 struct gl_framebuffer Base; member in struct:dri_drawable
105 struct swrast_renderbuffer Base; member in struct:dri_swrast_renderbuffer
/external/eigen/Eigen/src/Core/
H A DProductBase.h47 typedef ProductBase<Derived, Lhs, Rhs > Base; \
49 typedef typename Base::LhsNested LhsNested; \
50 typedef typename Base::_LhsNested _LhsNested; \
51 typedef typename Base::LhsBlasTraits LhsBlasTraits; \
52 typedef typename Base::ActualLhsType ActualLhsType; \
53 typedef typename Base::_ActualLhsType _ActualLhsType; \
54 typedef typename Base::RhsNested RhsNested; \
55 typedef typename Base::_RhsNested _RhsNested; \
56 typedef typename Base::RhsBlasTraits RhsBlasTraits; \
57 typedef typename Base
66 typedef MatrixBase<Derived> Base; typedef in class:Eigen::ProductBase
239 typename NestedProduct::_RhsNested> Base; typedef in class:Eigen::ScaledProduct
[all...]
H A DDenseCoeffsBase.h22 /** \brief Base class providing read-only coefficient access to matrices and arrays.
58 typedef EigenBase<Derived> Base; typedef in class:Eigen::DenseCoeffsBase
59 using Base::rows;
60 using Base::cols;
61 using Base::size;
62 using Base::derived;
262 /** \brief Base class providing read/write coefficient access to matrices and arrays.
278 typedef DenseCoeffsBase<Derived, ReadOnlyAccessors> Base; typedef in class:Eigen::DenseCoeffsBase
286 using Base::coeff;
287 using Base
570 typedef DenseCoeffsBase<Derived, ReadOnlyAccessors> Base; typedef in class:Eigen::DenseCoeffsBase
641 typedef DenseCoeffsBase<Derived, WriteAccessors> Base; typedef in class:Eigen::DenseCoeffsBase
[all...]
H A DMatrixBase.h19 * \brief Base class for all dense matrices, vectors, and expressions
60 typedef DenseBase<Derived> Base; typedef in class:Eigen::MatrixBase
61 using Base::RowsAtCompileTime;
62 using Base::ColsAtCompileTime;
63 using Base::SizeAtCompileTime;
64 using Base::MaxRowsAtCompileTime;
65 using Base::MaxColsAtCompileTime;
66 using Base::MaxSizeAtCompileTime;
67 using Base::IsVectorAtCompileTime;
68 using Base
[all...]
/external/clang/test/CodeGenCXX/
H A Dbitfield.cpp288 struct Base { struct in namespace:N4
289 virtual ~Base() {}
295 struct Derived : public Base {
299 unsigned read(Base* s) {
317 void write(Base* s, unsigned x) {
/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h178 typedef blas_traits<NestedXpr> Base; typedef in struct:Eigen::internal::blas_traits
180 typedef typename Base::ExtractType ExtractType;
184 NeedToConjugate = Base::NeedToConjugate ? 0 : IsComplex
186 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
187 static inline Scalar extractScalarFactor(const XprType& x) { return conj(Base::extractScalarFactor(x.nestedExpression())); }
195 typedef blas_traits<NestedXpr> Base; typedef in struct:Eigen::internal::blas_traits
197 typedef typename Base::ExtractType ExtractType;
198 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
200 { return x.functor().m_other * Base::extractScalarFactor(x.nestedExpression()); }
208 typedef blas_traits<NestedXpr> Base; typedef in struct:Eigen::internal::blas_traits
222 typedef blas_traits<NestedXpr> Base; typedef in struct:Eigen::internal::blas_traits
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
73 copy_supported = intelImage->base.Base.TexFormat == intel_rb_format(irb);
77 intelImage->base.Base.TexFormat == MESA_FORMAT_XRGB8888) {
83 intelImage->base.Base.TexFormat == MESA_FORMAT_ARGB8888) {
91 _mesa_get_format_name(intelImage->base.Base.TexFormat),
102 intelImage->base.Base.Level,
103 intelImage->base.Base.Face,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
73 copy_supported = intelImage->base.Base.TexFormat == intel_rb_format(irb);
77 intelImage->base.Base.TexFormat == MESA_FORMAT_XRGB8888) {
83 intelImage->base.Base.TexFormat == MESA_FORMAT_ARGB8888) {
91 _mesa_get_format_name(intelImage->base.Base.TexFormat),
102 intelImage->base.Base.Level,
103 intelImage->base.Base.Face,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
73 copy_supported = intelImage->base.Base.TexFormat == intel_rb_format(irb);
77 intelImage->base.Base.TexFormat == MESA_FORMAT_XRGB8888) {
83 intelImage->base.Base.TexFormat == MESA_FORMAT_ARGB8888) {
91 _mesa_get_format_name(intelImage->base.Base.TexFormat),
102 intelImage->base.Base.Level,
103 intelImage->base.Base.Face,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c154 _mesa_resize_framebuffer(st->ctx, &stdraw->Base,
155 stdraw->Base.Width,
156 stdraw->Base.Height);
163 _mesa_resize_framebuffer(st->ctx, &stread->Base,
164 stread->Base.Width,
165 stread->Base.Height);
203 width = stfb->Base.Width;
204 height = stfb->Base.Height;
220 strb = st_renderbuffer(stfb->Base.Attachment[idx].Renderbuffer);
238 strb->Base
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp68 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, argument
74 bool MipsDAGToDAGISel::selectAddrRegReg(SDValue Addr, SDValue &Base, argument
80 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, argument
86 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, argument
92 bool MipsDAGToDAGISel::selectIntAddrMM(SDValue Addr, SDValue &Base, argument
98 bool MipsDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base, argument
104 bool MipsDAGToDAGISel::selectAddr16(SDNode *Parent, SDValue N, SDValue &Base, argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
73 copy_supported = intelImage->base.Base.TexFormat == intel_rb_format(irb);
77 intelImage->base.Base.TexFormat == MESA_FORMAT_XRGB8888) {
83 intelImage->base.Base.TexFormat == MESA_FORMAT_ARGB8888) {
91 _mesa_get_format_name(intelImage->base.Base.TexFormat),
102 intelImage->base.Base.Level,
103 intelImage->base.Base.Face,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
73 copy_supported = intelImage->base.Base.TexFormat == intel_rb_format(irb);
77 intelImage->base.Base.TexFormat == MESA_FORMAT_XRGB8888) {
83 intelImage->base.Base.TexFormat == MESA_FORMAT_ARGB8888) {
91 _mesa_get_format_name(intelImage->base.Base.TexFormat),
102 intelImage->base.Base.Level,
103 intelImage->base.Base.Face,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
73 copy_supported = intelImage->base.Base.TexFormat == intel_rb_format(irb);
77 intelImage->base.Base.TexFormat == MESA_FORMAT_XRGB8888) {
83 intelImage->base.Base.TexFormat == MESA_FORMAT_ARGB8888) {
91 _mesa_get_format_name(intelImage->base.Base.TexFormat),
102 intelImage->base.Base.Level,
103 intelImage->base.Base.Face,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c154 _mesa_resize_framebuffer(st->ctx, &stdraw->Base,
155 stdraw->Base.Width,
156 stdraw->Base.Height);
163 _mesa_resize_framebuffer(st->ctx, &stread->Base,
164 stread->Base.Width,
165 stread->Base.Height);
203 width = stfb->Base.Width;
204 height = stfb->Base.Height;
220 strb = st_renderbuffer(stfb->Base.Attachment[idx].Renderbuffer);
238 strb->Base
[all...]
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h143 typedef CPPUNIT_NS::TestCase Base; \
161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h386 template<typename Base>
388 bool PastixBase<Base>::_solve (const MatrixBase<Rhs> &b, MatrixBase<Dest> &x) const
435 typedef PastixBase<PastixLU<MatrixType> > Base; typedef in class:Eigen::PastixLU
436 typedef typename Base::ColSpMatrix ColSpMatrix;
440 PastixLU() : Base()
445 PastixLU(const MatrixType& matrix):Base()
460 Base::compute(temp);
472 Base::analyzePattern(temp);
484 Base::factorize(temp);
519 using Base
545 typedef PastixBase<PastixLLT<MatrixType, _UpLo> > Base; typedef in class:Eigen::PastixLLT
626 typedef PastixBase<PastixLDLT<MatrixType, _UpLo> > Base; typedef in class:Eigen::PastixLDLT
[all...]
/external/clang/lib/AST/
H A DCXXInheritance.cpp76 bool CXXRecordDecl::isDerivedFrom(const CXXRecordDecl *Base) const {
79 return isDerivedFrom(Base, Paths);
82 bool CXXRecordDecl::isDerivedFrom(const CXXRecordDecl *Base, argument
84 if (getCanonicalDecl() == Base->getCanonicalDecl())
89 const_cast<CXXRecordDecl*>(Base->getCanonicalDecl()),
93 bool CXXRecordDecl::isVirtuallyDerivedFrom(const CXXRecordDecl *Base) const {
100 if (getCanonicalDecl() == Base->getCanonicalDecl())
105 const void *BasePtr = static_cast<const void*>(Base->getCanonicalDecl());
111 static bool BaseIsNot(const CXXRecordDecl *Base, void *OpaqueTarget) { argument
113 return Base
148 CXXRecordDecl *Base = local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c372 for(rci = compiler->Base.Program.Instructions.Next; rci != &compiler->Base.Program.Instructions; rci = rci->Next) {
384 rc_error(&compiler->Base, "Vertex program does not support the Saturate "
390 rc_error(&compiler->Base, "Vertex program has too many instructions\n");
394 assert(compiler->Base.is_r500 ||
425 if ((!compiler->Base.is_r500
428 rc_error(&compiler->Base,
446 rc_error(&compiler->Base,
450 if (compiler->Base.is_r500) {
511 rc_error(&compiler->Base, "Unknow
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c372 for(rci = compiler->Base.Program.Instructions.Next; rci != &compiler->Base.Program.Instructions; rci = rci->Next) {
384 rc_error(&compiler->Base, "Vertex program does not support the Saturate "
390 rc_error(&compiler->Base, "Vertex program has too many instructions\n");
394 assert(compiler->Base.is_r500 ||
425 if ((!compiler->Base.is_r500
428 rc_error(&compiler->Base,
446 rc_error(&compiler->Base,
450 if (compiler->Base.is_r500) {
511 rc_error(&compiler->Base, "Unknow
[all...]

Completed in 2165 milliseconds

1234567891011>>