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.cpp887 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { argument
888 return ((DT >= FirstRSMatrixType) && (DT <= LastRSMatrixType));
891 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { argument
892 return ((DT >= FirstRSObjectType) && (DT <= LastRSObjectType));
926 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT); local
927 if (IsRSObjectType(DT)) {
931 switch (DT) {
1021 DataType DT local
1119 getRSReflectionType(DataType DT) argument
1219 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;
579 RSExportPrimitiveType::DataType DT = local
586 } else if (DT == RSExportPrimitiveType::DataTypeUnknown) {
623 RSExportPrimitiveType::DataType DT = local
625 if (DT != RSExportPrimitiveType::DataTypeUnknown) {
626 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0);
962 RSExportPrimitiveType::DataType DT =
970 } else if (DT
1070 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 37 milliseconds