Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h115 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD()
129 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { in GetRSClearObjectFD()
Dslang_rs_object_ref_count.cpp80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions() local
567 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject() local
610 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes() local
1064 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject() local
1136 DataType DT, in AppendRSObjectInit()
1283 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in ClearRSObject() local
1297 DataType *DT, in InitializeRSObject()
1346 DataType DT, in CreateZeroInitializerForRSSpecificType()
1459 DataType DT = DataTypeUnknown; in VisitDeclStmt() local
Dslang_rs_export_type.cpp979 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType()
986 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType()
1024 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local
1103 DataType DT = GetDataType(Context, T); in Create() local
1200 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType()
1287 DataType DT = RSExportPrimitiveType::GetDataType(Context, ElementType); in Create() local
Dslang_rs_export_type.h308 DataType DT, in RSExportPrimitiveType()
402 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
/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.cpp314 #define ELEMENT_AT(T, DT, VS) \ argument