Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h173 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD()
187 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { in GetRSClearObjectFD()
Dslang_rs_object_ref_count.cpp79 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions() local
477 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject() local
512 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes() local
972 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject() local
1076 DataType DT, in AppendRSObjectInit()
1283 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in ClearRSObject() local
1297 DataType *DT, in InitializeRSObject()
1524 DataType DT = DataTypeUnknown; in VisitDeclStmt() local
Dslang_rs_export_type.cpp1017 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType()
1024 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType()
1066 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local
1142 DataType DT = GetDataType(Context, T); in Create() local
1241 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType()
1330 DataType DT = RSExportPrimitiveType::GetDataType(Context, ElementType); in Create() local
Dslang_rs_export_type.h392 DataType DT, in RSExportPrimitiveType()
490 DataType DT, in RSExportVectorType()
/frameworks/compile/libbcc/lib/
DRSInvokeHelperPass.cpp121 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) { in insertSetObjectHelper()
202 enum RsDataType DT = RS_TYPE_NONE; in runOnFunction() local
DRSAddDebugInfoPass.cpp151 llvm::DIDerivedType *DT = nullptr; in initializeDebugInfo() local
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java88 static final short DT = vr("DT"); field in LoaderDicom
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp518 #define ELEMENT_AT(T, DT, VS) \ argument
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp544 #define ELEMENT_AT(T, DT, VS) \ argument