Home
last modified time | relevance | path

Searched defs:DT (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h167 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD()
181 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { in GetRSClearObjectFD()
Dslang_rs_object_ref_count.cpp80 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
Dslang_rs_export_type.cpp1014 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
Dslang_rs_export_type.h338 DataType DT, in RSExportPrimitiveType()
436 DataType DT, in RSExportVectorType()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInvokeHelperPass.cpp122 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) { in insertSetObjectHelper()
203 enum RsDataType DT = RS_TYPE_NONE; in runOnFunction() local
DRSAddDebugInfoPass.cpp130 llvm::DIDerivedType *DT = nullptr; in initializeDebugInfo() local
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java88 static final short DT = vr("DT"); field in LoaderDicom
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp526 #define ELEMENT_AT(T, DT, VS) \ argument