/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.h | 72 DataType DT, 132 DataType *DT, 173 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD() argument 174 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSSetObjectFD() 175 if (DT >= 0 && DT < DataTypeMax) { in GetRSSetObjectFD() 176 return RSSetObjectFD[DT]; in GetRSSetObjectFD() 187 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { in GetRSClearObjectFD() argument 188 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSClearObjectFD() 189 if (DT >= 0 && DT < DataTypeMax) { in GetRSClearObjectFD() 190 return RSClearObjectFD[DT]; in GetRSClearObjectFD()
|
D | slang_rs_object_ref_count.cpp | 79 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions() local 80 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT) in GetRSRefCountingFunctions() 83 if (DT >= 0 && DT < DataTypeMax) { in GetRSRefCountingFunctions() 84 RSObjectFD[DT] = FD; in GetRSRefCountingFunctions() 477 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject() local 483 } else if (DT == DataTypeUnknown) { in ClearArrayRSObject() 512 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes() local 513 if (DT != DataTypeUnknown) { in CountRSObjectTypes() 514 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes() 972 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject() local [all …]
|
D | slang_rs_export_type.cpp | 1017 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType() argument 1018 if (DT < 0 || DT >= DataTypeMax) { in IsRSMatrixType() 1021 return gReflectionTypes[DT].category == MatrixDataType; in IsRSMatrixType() 1024 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() argument 1025 if (DT < 0 || DT >= DataTypeMax) { in IsRSObjectType() 1028 return gReflectionTypes[DT].category == ObjectDataType; in IsRSObjectType() 1066 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local 1067 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject() 1071 switch (DT) { in IsStructureTypeWithRSObject() 1142 DataType DT = GetDataType(Context, T); in Create() local [all …]
|
D | slang_rs_export_type.h | 392 DataType DT, in RSExportPrimitiveType() argument 395 mType(DT), in RSExportPrimitiveType() 415 static bool IsRSMatrixType(DataType DT); 416 static bool IsRSObjectType(DataType DT); 437 static RSReflectionType *getRSReflectionType(DataType DT); 490 DataType DT, in RSExportVectorType() argument 494 DT, Normalized), in RSExportVectorType()
|
/frameworks/compile/libbcc/lib/ |
D | RSInvokeHelperPass.cpp | 121 bool insertSetObjectHelper(llvm::CallInst *Call, llvm::Value *V, enum RsDataType DT) { in insertSetObjectHelper() argument 124 switch (DT) { in insertSetObjectHelper() 202 enum RsDataType DT = RS_TYPE_NONE; in runOnFunction() local 204 DT = getRsDataTypeForType(T->getPointerElementType()); in runOnFunction() 206 if (DT != RS_TYPE_NONE) { in runOnFunction() 208 changed |= insertSetObjectHelper(call, V, DT); in runOnFunction()
|
D | RSAddDebugInfoPass.cpp | 151 llvm::DIDerivedType *DT = nullptr; in initializeDebugInfo() local 152 DT = llvm::cast<llvm::DIDerivedType>(kernelPrototypeVarMD->getType()); in initializeDebugInfo() 153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType()); in initializeDebugInfo() 154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType()); in initializeDebugInfo()
|
/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 108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | BroadcastRadioService.cpp | 90 Class::DT,
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 518 #define ELEMENT_AT(T, DT, VS) \ argument 521 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \ 536 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 544 #define ELEMENT_AT(T, DT, VS) \ argument 546 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \ 557 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 198 ����V�K�/�<DTO��݉��Ej[��5�%�<q$�=����<B^��.��(��U�iZ�K,$�.R\�p<>#G�#��u��#�H�o� _Ș���i�…
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 67 AJ�c���ב{E�����(�,]+^5�oM�=�3���ƅz��3/����q�/����I�5S�ϰ�B���_��e�noM���c�E-�u|�b�7�w��DTѴ�…
|