Home
last modified time | relevance | path

Searched defs:DT (Results 1 – 5 of 5) 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
565 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject() local
608 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes() local
1053 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject() local
1125 DataType DT, in AppendRSObjectInit()
1267 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in ClearRSObject() local
1281 DataType *DT, in InitializeRSObject()
1330 DataType DT, in CreateZeroInitializerForRSSpecificType()
1443 DataType DT = DataTypeUnknown; in VisitDeclStmt() local
Dslang_rs_export_type.cpp944 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType()
951 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType()
989 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local
1068 DataType DT = GetDataType(Context, T); in Create() local
1161 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType()
1248 DataType DT = RSExportPrimitiveType::GetDataType(Context, ElementType); in Create() local
Dslang_rs_export_type.h308 DataType DT, in RSExportPrimitiveType()
402 DataType DT, in RSExportVectorType()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp868 #define ELEMENT_AT(T, DT, VS) \ argument