/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 | 1023 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType() argument 1024 if (DT < 0 || DT >= DataTypeMax) { in IsRSMatrixType() 1027 return gReflectionTypes[DT].category == MatrixDataType; in IsRSMatrixType() 1030 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() argument 1031 if (DT < 0 || DT >= DataTypeMax) { in IsRSObjectType() 1034 return gReflectionTypes[DT].category == ObjectDataType; in IsRSObjectType() 1072 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local 1073 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject() 1077 switch (DT) { in IsStructureTypeWithRSObject() 1148 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() 206 enum RsDataType DT = RS_TYPE_NONE; in runOnFunction() local 208 DT = getRsDataTypeForType(T->getPointerElementType()); in runOnFunction() 210 if (DT != RS_TYPE_NONE) { in runOnFunction() 212 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/base/cmds/app_process/ |
D | Android.bp | 53 // make sure it's in the DT list of app_process, as we want all code
|
/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/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/core/res/geoid_map_assets/ |
D | geoid-height-disk-tile-b.textpb | 2 …5\244\333HV\233\266\220\245&\312B\224\322\224\306\216\230R\243d\244\362\251DT\361\r/\223M0s\322\24…
|
D | geoid-height-disk-tile-5.textpb | 2 …\203A\212\231$[\220\212\314\270\213\007\245Q\226\"\rT\221*\254\211\232\257$DT-\036GJ\201\241\301\2…
|
/frameworks/base/services/tests/mockingservicestests/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Ѵ�…
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | index9 | 1336 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | index13 | 1335 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | index15 | 1348 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | index11 | 1336 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | index10 | 1340 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | index18 | 1334 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | index16 | 1353 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | index12 | 1339 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|
D | master_playlist | 2132 …\ډ.�4�.|!�;���#w�v3%��e�r���/��z�Ki'$� �⋍ !c�z���yZ/���:)|��c-`�y���DT�$�hg$Q�/&���h��u�Qs…
|