Searched defs:DT (Results  1 – 8 of 8) sorted by relevance
| /frameworks/compile/slang/ | 
| D | slang_rs_object_ref_count.h | 173   static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) {  in GetRSSetObjectFD()187   static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) {  in GetRSClearObjectFD()
 
 | 
| D | slang_rs_object_ref_count.cpp | 79       DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());  in GetRSRefCountingFunctions()  local477   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
 
 | 
| D | slang_rs_export_type.cpp | 1023 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) {  in IsRSMatrixType()1030 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) {  in IsRSObjectType()
 1072     DataType DT = GetRSSpecificType(FT);  in IsStructureTypeWithRSObject()  local
 1148   DataType DT = GetDataType(Context, T);  in Create()  local
 1247 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) {  in getRSReflectionType()
 1336   DataType DT = RSExportPrimitiveType::GetDataType(Context, ElementType);  in Create()  local
 
 | 
| D | slang_rs_export_type.h | 392                         DataType DT,  in RSExportPrimitiveType()490                      DataType DT,  in RSExportVectorType()
 
 | 
| /frameworks/compile/libbcc/lib/ | 
| D | RSInvokeHelperPass.cpp | 121   bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) {  in insertSetObjectHelper()206               enum RsDataType DT = RS_TYPE_NONE;  in runOnFunction()  local
 
 | 
| D | RSAddDebugInfoPass.cpp | 151       llvm::DIDerivedType *DT = nullptr;  in initializeDebugInfo()  local
 | 
| /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ | 
| D | LoaderDicom.java | 88     static final short DT = vr("DT");  field in LoaderDicom
 | 
| /frameworks/rs/driver/ | 
| D | rsdRuntimeStubs.cpp | 544 #define ELEMENT_AT(T, DT, VS) \  argument
 |