Searched defs:DT (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.h | 167 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD() 181 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { in GetRSClearObjectFD()
|
D | slang_rs_object_ref_count.cpp | 80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions() local 478 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject() local 513 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes() local 967 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject() local 1071 DataType DT, in AppendRSObjectInit() 1260 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in ClearRSObject() local 1274 DataType *DT, in InitializeRSObject() 1411 DataType DT = DataTypeUnknown; in VisitDeclStmt() local
|
D | slang_rs_export_type.cpp | 1014 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType() 1021 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() 1059 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local 1138 DataType DT = GetDataType(Context, T); in Create() local 1236 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType() 1324 DataType DT = RSExportPrimitiveType::GetDataType(Context, ElementType); in Create() local
|
D | slang_rs_export_type.h | 338 DataType DT, in RSExportPrimitiveType() 436 DataType DT, in RSExportVectorType()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSInvokeHelperPass.cpp | 122 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) { in insertSetObjectHelper() 203 enum RsDataType DT = RS_TYPE_NONE; in runOnFunction() local
|
D | RSAddDebugInfoPass.cpp | 130 llvm::DIDerivedType *DT = nullptr; in initializeDebugInfo() local
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 88 static final short DT = vr("DT"); field in LoaderDicom
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 526 #define ELEMENT_AT(T, DT, VS) \ argument
|