Searched defs:DT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp121 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) { argument
124 switch (DT) {
202 enum RsDataType DT = RS_TYPE_NONE; variable in typeref:enum:__anon1378::RSInvokeHelperPass::RsDataType
204 DT = getRsDataTypeForType(T->getPointerElementType());
206 if (DT != RS_TYPE_NONE) {
208 changed |= insertSetObjectHelper(call, V, DT);
H A DRSAddDebugInfoPass.cpp151 llvm::DIDerivedType *DT = nullptr; local
152 DT = llvm::cast<llvm::DIDerivedType>(kernelPrototypeVarMD->getType());
153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType());
154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType());
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h72 DataType DT,
132 DataType *DT,
173 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { argument
174 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
175 if (DT >= 0 && DT < DataTypeMax) {
176 return RSSetObjectFD[DT];
187 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { argument
188 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
189 if (DT >
[all...]
H A Dslang_rs_export_type.cpp1019 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { argument
1020 if (DT < 0 || DT >= DataTypeMax) {
1023 return gReflectionTypes[DT].category == MatrixDataType;
1026 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { argument
1027 if (DT < 0 || DT >= DataTypeMax) {
1030 return gReflectionTypes[DT].category == ObjectDataType;
1064 DataType DT = GetRSSpecificType(FT); local
1065 if (IsRSObjectType(DT)) {
1143 DataType DT = GetDataType(Context, T); local
1242 getRSReflectionType(DataType DT) argument
1331 DataType DT = RSExportPrimitiveType::GetDataType(Context, ElementType); local
[all...]
H A Dslang_rs_export_type.h391 DataType DT,
394 mType(DT),
414 static bool IsRSMatrixType(DataType DT);
415 static bool IsRSObjectType(DataType DT);
436 static RSReflectionType *getRSReflectionType(DataType DT);
489 DataType DT,
493 DT, Normalized),
387 RSExportPrimitiveType(RSContext *Context, ExportClass Class, const llvm::StringRef &Name, DataType DT, bool Normalized) argument
487 RSExportVectorType(RSContext *Context, const llvm::StringRef &Name, DataType DT, bool Normalized, unsigned NumElement) argument
H A Dslang_rs_object_ref_count.cpp79 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); local
80 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)
83 if (DT >= 0 && DT < DataTypeMax) {
84 RSObjectFD[DT] = FD;
477 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); local
483 } else if (DT == DataTypeUnknown) {
512 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); local
513 if (DT != DataTypeUnknown) {
514 return (RSExportPrimitiveType::IsRSObjectType(DT)
970 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); local
1071 AppendRSObjectInit( clang::VarDecl *VD, clang::DeclStmt *DS, DataType DT, clang::Expr *InitExpr) argument
1281 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); local
1294 InitializeRSObject(clang::VarDecl *VD, DataType *DT, clang::Expr **InitExpr) argument
1520 DataType DT = DataTypeUnknown; local
[all...]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java88 static final short DT = vr("DT"); field in class:LoaderDicom
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT

Completed in 127 milliseconds