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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h66 RSExportPrimitiveType::DataType DT,
94 RSExportPrimitiveType::DataType *DT,
97 // Return a zero-initializer expr of the type DT. This processes both
100 RSExportPrimitiveType::DataType DT,
120 RSExportPrimitiveType::DataType DT) {
121 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
122 return RSSetObjectFD[(DT - RSExportPrimitiveType::FirstRSObjectType)];
130 RSExportPrimitiveType::DataType DT) {
131 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT));
132 return RSClearObjectFD[(DT
119 GetRSSetObjectFD( RSExportPrimitiveType::DataType DT) argument
129 GetRSClearObjectFD( RSExportPrimitiveType::DataType DT) argument
[all...]
H A Dslang_rs_export_type.cpp890 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { argument
891 return ((DT >= FirstRSMatrixType) && (DT <= LastRSMatrixType));
894 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { argument
895 return ((DT >= FirstRSObjectType) && (DT <= LastRSObjectType));
922 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT); local
923 if (IsRSObjectType(DT)) {
927 switch (DT) {
1017 DataType DT local
1115 getRSReflectionType(DataType DT) argument
1215 RSExportPrimitiveType::DataType DT = local
[all...]
H A Dslang_rs_export_type.h272 DataType DT,
275 mType(DT),
297 static bool IsRSMatrixType(DataType DT);
298 static bool IsRSObjectType(DataType DT);
316 static RSReflectionType *getRSReflectionType(DataType DT);
370 DataType DT,
374 DT, Normalized),
268 RSExportPrimitiveType(RSContext *Context, ExportClass Class, const llvm::StringRef &Name, DataType DT, bool Normalized) argument
368 RSExportVectorType(RSContext *Context, const llvm::StringRef &Name, DataType DT, bool Normalized, unsigned NumElement) argument
H A Dslang_rs_object_ref_count.cpp81 RSExportPrimitiveType::DataType DT = local
83 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)
86 RSObjectFD[(DT - RSExportPrimitiveType::FirstRSObjectType)] = FD;
581 RSExportPrimitiveType::DataType DT = local
588 } else if (DT == RSExportPrimitiveType::DataTypeUnknown) {
625 RSExportPrimitiveType::DataType DT = local
627 if (DT != RSExportPrimitiveType::DataTypeUnknown) {
628 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0);
963 RSExportPrimitiveType::DataType DT =
971 } else if (DT
1071 RSExportPrimitiveType::DataType DT = local
1141 AppendRSObjectInit( clang::VarDecl *VD, clang::DeclStmt *DS, RSExportPrimitiveType::DataType DT, clang::Expr *InitExpr) argument
1289 RSExportPrimitiveType::DataType DT = local
1303 InitializeRSObject(clang::VarDecl *VD, RSExportPrimitiveType::DataType *DT, clang::Expr **InitExpr) argument
1352 CreateZeroInitializerForRSSpecificType( RSExportPrimitiveType::DataType DT, clang::ASTContext &C, const clang::SourceLocation &Loc) argument
1466 RSExportPrimitiveType::DataType DT = local
[all...]

Completed in 140 milliseconds