Searched defs:Storage (Results 26 - 44 of 44) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluVarType.hpp170 enum Storage enum in namespace:glu
182 const char* getStorageName (Storage storage);
258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
265 Storage storage;
276 Storage storage;
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp116 enum Storage enum in struct:deqp::gls::DrawTestSpec
180 static std::string storageToString (Storage storage);
189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
194 Storage storage;
225 Storage indexStorage; //!< used only if drawMethod = DrawElements*
H A DglsVertexArrayTests.hpp124 enum Storage enum in class:deqp::gls::Array
146 static std::string storageToString (Storage storage);
161 virtual Storage getStorageType (void) const = 0;
171 ContextArray (Storage storage, sglr::Context& context);
184 virtual Array::Storage getStorageType (void) const { return m_storage; }
198 Storage m_storage;
222 virtual void newArray (Array::Storage storage);
418 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max);
422 Array::Storage storage;
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h95 typedef internal::CompressedStorage<Scalar,Index> Storage; typedef in class:Eigen::SparseMatrix
108 Storage m_data;
165 inline Storage& data() { return m_data; }
167 inline const Storage& data() const { return m_data; }
/external/llvm/include/llvm/ADT/
H A DSmallVector.h839 /// Storage for the SmallVector elements which aren't contained in
861 SmallVectorStorage<T, N> Storage; member in class:llvm::SmallVector
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h626 std::string Storage; local
627 llvm::raw_string_ostream Buffer(Storage);
824 typedef llvm::AlignedCharArrayUnion<TNorm> Storage; typedef in struct:llvm::yaml::MappingNormalization
826 Storage Buffer;
860 typedef llvm::AlignedCharArrayUnion<TNorm> Storage; typedef in struct:llvm::yaml::MappingNormalizationHeap
862 Storage Buffer;
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp334 SmallString<128> Storage = Name; local
338 sys::fs::openFileForWrite(Storage.c_str(), FD, sys::fs::F_None, Mode),
339 Storage.c_str());
/external/clang/include/clang/AST/
H A DStmtOpenMP.h315 Expr **Storage = reinterpret_cast<Expr **>( local
317 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
322 Expr **Storage = reinterpret_cast<Expr **>( local
325 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
330 Expr **Storage = reinterpret_cast<Expr **>( local
333 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp546 SmallVectorImpl<char> &Storage) {
552 Result = S->getValue(Storage);
558 SmallString<5> Storage; local
560 if (!parseScalarString(N, Value, Storage))
811 SmallString<4> Storage; local
812 if (!parseScalarString(I->getValue(), VersionString, Storage))
545 parseScalarString(yaml::Node *N, StringRef &Result, SmallVectorImpl<char> &Storage) argument
/external/llvm/include/llvm/IR/
H A DMetadata.h52 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
53 unsigned Storage : 2;
89 Metadata(unsigned ID, StorageType Storage) argument
90 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
755 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
805 bool isUniqued() const { return Storage == Uniqued; }
806 bool isDistinct() const { return Storage == Distinct; }
807 bool isTemporary() const { return Storage == Temporary; }
871 static T *storeImpl(T *N, StorageType Storage, Store
964 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, ArrayRef<Metadata *> Vals) argument
[all...]
H A DDebugInfoMetadata.h149 DebugNode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, argument
151 : MDNode(C, ID, Storage, Ops1, Ops2) {
248 GenericDebugNode(LLVMContext &C, StorageType Storage, unsigned Hash,
251 : DebugNode(C, GenericDebugNodeKind, Storage, Tag, Ops1, Ops2) {
262 StorageType Storage,
265 DwarfOps, Storage, ShouldCreate);
271 StorageType Storage,
326 MDSubrange(LLVMContext &C, StorageType Storage, int64_t Count, argument
328 : DebugNode(C, MDSubrangeKind, Storage, dwarf::DW_TAG_subrange_type,
334 int64_t LowerBound, StorageType Storage,
365 MDEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, ArrayRef<Metadata *> Ops) argument
371 getImpl(LLVMContext &Context, int64_t Value, StringRef Name, StorageType Storage, bool ShouldCreate = true) argument
411 MDScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, ArrayRef<Metadata *> Ops) argument
465 MDFile(LLVMContext &C, StorageType Storage, ArrayRef<Metadata *> Ops) argument
469 getImpl(LLVMContext &Context, StringRef Filename, StringRef Directory, StorageType Storage, bool ShouldCreate = true) argument
528 MDType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, unsigned Line, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, ArrayRef<Metadata *> Ops) argument
607 MDBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Encoding, ArrayRef<Metadata *> Ops) argument
615 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Encoding, StorageType Storage, bool ShouldCreate = true) argument
658 MDDerivedTypeBase(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, unsigned Line, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, ArrayRef<Metadata *> Ops) argument
687 MDDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, unsigned Line, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, ArrayRef<Metadata *> Ops) argument
694 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, MDFile *File, unsigned Line, MDScopeRef Scope, MDTypeRef BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *ExtraData, StorageType Storage, bool ShouldCreate = true) argument
778 MDCompositeTypeBase(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, ArrayRef<Metadata *> Ops) argument
846 MDCompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, ArrayRef<Metadata *> Ops) argument
856 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, unsigned Line, MDScopeRef Scope, MDTypeRef BaseType, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, uint64_t Flags, DebugNodeArray Elements, unsigned RuntimeLang, MDTypeRef VTableHolder, MDTemplateParameterArray TemplateParams, StringRef Identifier, StorageType Storage, bool ShouldCreate = true) argument
931 MDSubroutineType(LLVMContext &C, StorageType Storage, unsigned Flags, ArrayRef<Metadata *> Ops) argument
938 getImpl(LLVMContext &Context, unsigned Flags, MDTypeRefArray TypeArray, StorageType Storage, bool ShouldCreate = true) argument
981 MDCompileUnit(LLVMContext &C, StorageType Storage, unsigned SourceLanguage, bool IsOptimized, unsigned RuntimeVersion, unsigned EmissionKind, ArrayRef<Metadata *> Ops) argument
990 getImpl(LLVMContext &Context, unsigned SourceLanguage, MDFile *File, StringRef Producer, bool IsOptimized, StringRef Flags, unsigned RuntimeVersion, StringRef SplitDebugFilename, unsigned EmissionKind, MDCompositeTypeArray EnumTypes, MDTypeArray RetainedTypes, MDSubprogramArray Subprograms, MDGlobalVariableArray GlobalVariables, MDImportedEntityArray ImportedEntities, StorageType Storage, bool ShouldCreate = true) argument
1109 MDLocalScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, ArrayRef<Metadata *> Ops) argument
1143 getImpl(LLVMContext &Context, unsigned Line, unsigned Column, MDLocalScope *Scope, MDLocation *InlinedAt, StorageType Storage, bool ShouldCreate = true) argument
1256 MDSubprogram(LLVMContext &C, StorageType Storage, unsigned Line, unsigned ScopeLine, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsLocalToUnit, bool IsDefinition, bool IsOptimized, ArrayRef<Metadata *> Ops) argument
1268 getImpl(LLVMContext &Context, MDScopeRef Scope, StringRef Name, StringRef LinkageName, MDFile *File, unsigned Line, MDSubroutineType *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, MDTypeRef ContainingType, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsOptimized, Constant *Function, MDTemplateParameterArray TemplateParams, MDSubprogram *Declaration, MDLocalVariableArray Variables, StorageType Storage, bool ShouldCreate = true) argument
1439 MDLexicalBlockBase(LLVMContext &C, unsigned ID, StorageType Storage, ArrayRef<Metadata *> Ops) argument
1469 MDLexicalBlock(LLVMContext &C, StorageType Storage, unsigned Line, unsigned Column, ArrayRef<Metadata *> Ops) argument
1475 getImpl(LLVMContext &Context, MDLocalScope *Scope, MDFile *File, unsigned Line, unsigned Column, StorageType Storage, bool ShouldCreate = true) argument
1529 MDLexicalBlockFile(LLVMContext &C, StorageType Storage, unsigned Discriminator, ArrayRef<Metadata *> Ops) argument
1535 getImpl(LLVMContext &Context, MDLocalScope *Scope, MDFile *File, unsigned Discriminator, StorageType Storage, bool ShouldCreate = true) argument
1587 MDNamespace(LLVMContext &Context, StorageType Storage, unsigned Line, ArrayRef<Metadata *> Ops) argument
1594 getImpl(LLVMContext &Context, MDScope *Scope, MDFile *File, StringRef Name, unsigned Line, StorageType Storage, bool ShouldCreate = true) argument
1634 MDTemplateParameter(LLVMContext &Context, unsigned ID, StorageType Storage, unsigned Tag, ArrayRef<Metadata *> Ops) argument
1656 MDTemplateTypeParameter(LLVMContext &Context, StorageType Storage, ArrayRef<Metadata *> Ops) argument
1662 getImpl(LLVMContext &Context, StringRef Name, MDTypeRef Type, StorageType Storage, bool ShouldCreate = true) argument
1693 MDTemplateValueParameter(LLVMContext &Context, StorageType Storage, unsigned Tag, ArrayRef<Metadata *> Ops) argument
1699 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, MDTypeRef Type, Metadata *Value, StorageType Storage, bool ShouldCreate = true) argument
1740 MDVariable(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, unsigned Line, ArrayRef<Metadata *> Ops) argument
1784 MDGlobalVariable(LLVMContext &C, StorageType Storage, unsigned Line, bool IsLocalToUnit, bool IsDefinition, ArrayRef<Metadata *> Ops) argument
1793 getImpl(LLVMContext &Context, MDScope *Scope, StringRef Name, StringRef LinkageName, MDFile *File, unsigned Line, MDTypeRef Type, bool IsLocalToUnit, bool IsDefinition, Constant *Variable, MDDerivedType *StaticDataMemberDeclaration, StorageType Storage, bool ShouldCreate = true) argument
1870 MDLocalVariable(LLVMContext &C, StorageType Storage, unsigned Tag, unsigned Line, unsigned Arg, unsigned Flags, ArrayRef<Metadata *> Ops) argument
1877 getImpl(LLVMContext &Context, unsigned Tag, MDScope *Scope, StringRef Name, MDFile *File, unsigned Line, MDTypeRef Type, unsigned Arg, unsigned Flags, StorageType Storage, bool ShouldCreate = true) argument
1953 MDExpression(LLVMContext &C, StorageType Storage, ArrayRef<uint64_t> Elements) argument
2090 MDObjCProperty(LLVMContext &C, StorageType Storage, unsigned Line, unsigned Attributes, ArrayRef<Metadata *> Ops) argument
2098 getImpl(LLVMContext &Context, StringRef Name, MDFile *File, unsigned Line, StringRef GetterName, StringRef SetterName, unsigned Attributes, MDType *Type, StorageType Storage, bool ShouldCreate = true) argument
2176 MDImportedEntity(LLVMContext &C, StorageType Storage, unsigned Tag, unsigned Line, ArrayRef<Metadata *> Ops) argument
2181 getImpl(LLVMContext &Context, unsigned Tag, MDScope *Scope, DebugNodeRef Entity, unsigned Line, StringRef Name, StorageType Storage, bool ShouldCreate = true) argument
[all...]
/external/llvm/lib/IR/
H A DDIBuilder.cpp732 Instruction *DIBuilder::insertDeclare(Value *Storage, MDLocalVariable* VarInfo, argument
745 Value *Args[] = {getDbgIntrinsicValueImpl(VMContext, Storage),
751 Instruction *DIBuilder::insertDeclare(Value *Storage, MDLocalVariable* VarInfo, argument
764 Value *Args[] = {getDbgIntrinsicValueImpl(VMContext, Storage),
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h108 size_t size = Storage(num_states, num_futures, num_final);
177 static size_t Storage(uint64 num_states, uint64 num_futures, function in class:fst::NGramFstImpl
242 return Storage(num_states_, num_futures_, num_final_);
407 const size_t storage = Storage(num_states, num_futures, num_final);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1282 cmsFloat32Number Storage[2][MAX_STAGE_CHANNELS] = {0.0f}; local
1285 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels);
1292 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe);
1297 FromFloatTo16(&Storage[Phase][0], Out, lut ->OutputChannels);
1308 cmsFloat32Number Storage[2][MAX_STAGE_CHANNELS] = {0.0f}; local
1311 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number));
1318 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe);
1322 memmove(Out, &Storage[Phas
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2797 llvm::Value *Storage, unsigned ArgNo,
2838 if (llvm::Argument *Arg = dyn_cast<llvm::Argument>(Storage))
2865 DBuilder.insertDeclare(Storage, D, DBuilder.createExpression(Expr),
2872 // If VD is an anonymous union then Storage represents value for
2890 DBuilder.insertDeclare(Storage, D, DBuilder.createExpression(Expr),
2904 DBuilder.insertDeclare(Storage, D, DBuilder.createExpression(Expr),
2910 llvm::Value *Storage,
2913 EmitDeclare(VD, llvm::dwarf::DW_TAG_auto_variable, Storage, 0, Builder);
2931 const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder,
2965 if (isa<llvm::AllocaInst>(Storage))
2796 EmitDeclare(const VarDecl *VD, llvm::dwarf::Tag Tag, llvm::Value *Storage, unsigned ArgNo, CGBuilderTy &Builder) argument
2909 EmitDeclareOfAutoVariable(const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder) argument
2930 EmitDeclareOfBlockDeclRefVariable( const VarDecl *VD, llvm::Value *Storage, CGBuilderTy &Builder, const CGBlockInfo &blockInfo, llvm::Instruction *InsertPoint) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h312 struct Storage struct in namespace:nv50_ir
496 Storage reg;
/external/clang/tools/libclang/
H A DCIndex.cpp3616 OverloadedDeclRefStorage Storage = getCursorOverloadedDeclRef(C).first; local
3617 if (const Decl *D = Storage.dyn_cast<const Decl *>()) {
3622 if (const OverloadExpr *E = Storage.dyn_cast<const OverloadExpr *>())
3625 = Storage.get<OverloadedTemplateStorage*>();
5197 OverloadedDeclRefStorage Storage = getCursorOverloadedDeclRef(C).first;
5198 if (const OverloadExpr *E = Storage.dyn_cast<const OverloadExpr *>())
5202 = Storage.dyn_cast<OverloadedTemplateStorage*>())
5205 const Decl *D = Storage.get<const Decl *>();
5220 OverloadedDeclRefStorage Storage = getCursorOverloadedDeclRef(cursor).first; local
5221 if (const OverloadExpr *E = Storage
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp4084 OverloadedTemplateStorage *Storage = Name.getAsOverloadedTemplate(); local
4086 return DeclarationNameInfo((*Storage->begin())->getDeclName(), NameLoc);
6277 NamedDecl **Storage = OT->getStorage(); local
6283 *Storage++ = D;
/external/libmtp/src/
H A Dptp.h702 uint32_t *Storage; member in struct:_PTPStorageIDs
878 /* PTP Storage Types */

Completed in 2421 milliseconds

12