Searched refs:DT (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.h | 64 DataType DT, 92 DataType *DT, 98 DataType DT, 115 static clang::FunctionDecl *GetRSSetObjectFD(DataType DT) { in GetRSSetObjectFD() argument 116 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSSetObjectFD() 117 if (DT >= 0 && DT < DataTypeMax) { in GetRSSetObjectFD() 118 return RSSetObjectFD[DT]; in GetRSSetObjectFD() 129 static clang::FunctionDecl *GetRSClearObjectFD(DataType DT) { in GetRSClearObjectFD() argument 130 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSClearObjectFD() 131 if (DT >= 0 && DT < DataTypeMax) { in GetRSClearObjectFD() [all …]
|
D | slang_rs_object_ref_count.cpp | 80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions() local 81 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT) in GetRSRefCountingFunctions() 84 if (DT >= 0 && DT < DataTypeMax) { in GetRSRefCountingFunctions() 85 RSObjectFD[DT] = FD; in GetRSRefCountingFunctions() 565 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject() local 571 } else if (DT == DataTypeUnknown) { in ClearArrayRSObject() 608 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes() local 609 if (DT != DataTypeUnknown) { in CountRSObjectTypes() 610 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes() 1053 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject() local [all …]
|
D | slang_rs_export_type.cpp | 944 bool RSExportPrimitiveType::IsRSMatrixType(DataType DT) { in IsRSMatrixType() argument 945 if (DT < 0 || DT >= DataTypeMax) { in IsRSMatrixType() 948 return gReflectionTypes[DT].category == MatrixDataType; in IsRSMatrixType() 951 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() argument 952 if (DT < 0 || DT >= DataTypeMax) { in IsRSObjectType() 955 return gReflectionTypes[DT].category == ObjectDataType; in IsRSObjectType() 989 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject() local 990 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject() 994 switch (DT) { in IsStructureTypeWithRSObject() 1068 DataType DT = GetDataType(Context, T); in Create() local [all …]
|
D | slang_rs_export_type.h | 308 DataType DT, in RSExportPrimitiveType() argument 311 mType(DT), in RSExportPrimitiveType() 331 static bool IsRSMatrixType(DataType DT); 332 static bool IsRSObjectType(DataType DT); 350 static RSReflectionType *getRSReflectionType(DataType DT); 402 DataType DT, in RSExportVectorType() argument 406 DT, Normalized), in RSExportVectorType()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 868 #define ELEMENT_AT(T, DT, VS) \ argument 870 void *r = ElementAt1D((Allocation*)a.p, DT, VS, x); \ 875 void *r = ElementAt2D((Allocation*)a.p, DT, VS, x, y); \ 880 void *r = ElementAt3D((Allocation*)a.p, DT, VS, x, y, z); \ 885 void *r = ElementAt1D((Allocation*)a.p, DT, VS, x); \ 890 void *r = ElementAt2D((Allocation*)a.p, DT, VS, x, y); \ 895 void *r = ElementAt3D((Allocation*)a.p, DT, VS, x, y, z); \
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_ui.jd | 174 <DT><a href="{@docRoot}tools/help/uiautomator/UiDevice.html">{@code UiDevice}</a></DT>
|
/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�…
|