Lines Matching refs:Allocation

23 using android::RSC::Allocation;
183 … validateGEMV(RS* mRS, const sp<const Element>& e, RsBlasTranspose TransA, const sp<Allocation>& A, in validateGEMV()
184 const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY) { in validateGEMV()
213 …cBLAS::SGEMV(RsBlasTranspose TransA, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, in SGEMV()
214 int incX, float beta, const sp<Allocation>& Y, int incY) { in SGEMV()
224 …BLAS::DGEMV(RsBlasTranspose TransA, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, in DGEMV()
225 int incX, double beta, const sp<Allocation>& Y, int incY) { in DGEMV()
235 …BLAS::CGEMV(RsBlasTranspose TransA, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, in CGEMV()
236 int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGEMV()
246 …LAS::ZGEMV(RsBlasTranspose TransA, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, in ZGEMV()
247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV()
257 …tIntrinsicBLAS::SGBMV(RsBlasTranspose TransA, int KL, int KU, float alpha, const sp<Allocation>& A, in SGBMV()
258 … const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) { in SGBMV()
273 …IntrinsicBLAS::DGBMV(RsBlasTranspose TransA, int KL, int KU, double alpha, const sp<Allocation>& A, in DGBMV()
274 … const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) { in DGBMV()
289 …IntrinsicBLAS::CGBMV(RsBlasTranspose TransA, int KL, int KU, Float2 alpha, const sp<Allocation>& A, in CGBMV()
290 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGBMV()
305 …ntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, const sp<Allocation>& A, in ZGBMV()
306 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGBMV()
322 … RsBlasDiag Diag, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in validateTRMV()
345 … RsBlasDiag Diag, const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in validateTPMV()
375 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STRMV()
384 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTRMV()
393 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTRMV()
402 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTRMV()
411 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STBMV()
424 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTBMV()
437 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTBMV()
450 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTBMV()
463 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in STPMV()
471 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in DTPMV()
479 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in CTPMV()
487 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in ZTPMV()
495 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STRSV()
505 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTRSV()
516 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTRSV()
527 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTRSV()
538 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STBSV()
551 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTBSV()
564 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTBSV()
577 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTBSV()
590 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in STPSV()
599 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in DTPSV()
608 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in CTPSV()
617 const sp<Allocation>& Ap, const sp<Allocation>& X, int incX) { in ZTPSV()
628 static int validateSYMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, const sp<Allocation>&… in validateSYMV()
629 const sp<Allocation>& X, const sp<Allocation>& Y, int incX, int incY) { in validateSYMV()
656 static int validateSPMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, const sp<Allocation>&… in validateSPMV()
657 const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY) { in validateSPMV()
689 static void validateGER(RS* mRS, const sp<const Element>& e, const sp<Allocation>& X, int incX, in validateGER()
690 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateGER()
722 const sp<Allocation>& X, int incX, const sp<Allocation>& A) { in validateSYR()
746 const sp<Allocation>& X, int incX, const sp<Allocation>& Ap) { in validateSPR()
774 static int validateSYR2(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, const sp<Allocation>&… in validateSYR2()
775 int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateSYR2()
802 static int validateSPR2(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, const sp<Allocation>&… in validateSPR2()
803 int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) { in validateSPR2()
833 …ntrinsicBLAS::SSYMV(RsBlasUplo Uplo, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, in SSYMV()
834 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSYMV()
841 …cBLAS::SSBMV(RsBlasUplo Uplo, int K, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, in SSBMV()
842 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSBMV()
853 …trinsicBLAS::SSPMV(RsBlasUplo Uplo, float alpha, const sp<Allocation>& Ap, const sp<Allocation>& X, in SSPMV()
854 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSPMV()
861 void ScriptIntrinsicBLAS::SGER(float alpha, const sp<Allocation>& X, int incX, in SGER()
862 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in SGER()
871 void ScriptIntrinsicBLAS::SSYR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in SSYR()
872 int incX, const sp<Allocation>& A) { in SSYR()
879 void ScriptIntrinsicBLAS::SSPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in SSPR()
880 int incX, const sp<Allocation>& Ap) { in SSPR()
887 void ScriptIntrinsicBLAS::SSYR2(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, in SSYR2()
888 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in SSYR2()
895 void ScriptIntrinsicBLAS::SSPR2(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, in SSPR2()
896 const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) { in SSPR2()
903 …trinsicBLAS::DSYMV(RsBlasUplo Uplo, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, in DSYMV()
904 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSYMV()
911 …BLAS::DSBMV(RsBlasUplo Uplo, int K, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, in DSBMV()
912 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSBMV()
923 …rinsicBLAS::DSPMV(RsBlasUplo Uplo, double alpha, const sp<Allocation>& Ap, const sp<Allocation>& X, in DSPMV()
924 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSPMV()
931 void ScriptIntrinsicBLAS::DGER(double alpha, const sp<Allocation>& X, int incX, const sp<Allocation in DGER()
932 int incY, const sp<Allocation>& A) { in DGER()
941 void ScriptIntrinsicBLAS::DSYR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, in DSYR()
942 int incX, const sp<Allocation>& A) { in DSYR()
949 void ScriptIntrinsicBLAS::DSPR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, in DSPR()
950 int incX, const sp<Allocation>& Ap) { in DSPR()
957 void ScriptIntrinsicBLAS::DSYR2(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, in DSYR2()
958 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in DSYR2()
965 void ScriptIntrinsicBLAS::DSPR2(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, in DSPR2()
966 const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) { in DSPR2()
978 static void validateGERU(RS* mRS, const sp<const Element>& e, const sp<Allocation>& X, int incX, in validateGERU()
979 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateGERU()
1005 void ScriptIntrinsicBLAS::CHEMV(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& A, in CHEMV()
1006 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CHEMV()
1015 void ScriptIntrinsicBLAS::CHBMV(RsBlasUplo Uplo, int K, Float2 alpha, const sp<Allocation>& A, in CHBMV()
1016 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CHBMV()
1028 void ScriptIntrinsicBLAS::CHPMV(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& Ap, in CHPMV()
1029 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CHPMV()
1038 void ScriptIntrinsicBLAS::CGERU(Float2 alpha, const sp<Allocation>& X, int incX, in CGERU()
1039 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in CGERU()
1049 void ScriptIntrinsicBLAS::CGERC(Float2 alpha, const sp<Allocation>& X, int incX, in CGERC()
1050 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in CGERC()
1061 void ScriptIntrinsicBLAS::CHER(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in CHER()
1062 int incX, const sp<Allocation>& A) { in CHER()
1071 void ScriptIntrinsicBLAS::CHPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in CHPR()
1072 int incX, const sp<Allocation>& Ap) { in CHPR()
1081 void ScriptIntrinsicBLAS::CHER2(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& X, int incX, in CHER2()
1082 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in CHER2()
1091 void ScriptIntrinsicBLAS::CHPR2(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& X, int incX, in CHPR2()
1092 const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) { in CHPR2()
1101 void ScriptIntrinsicBLAS::ZHEMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, in ZHEMV()
1102 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHEMV()
1111 …LAS::ZHBMV(RsBlasUplo Uplo, int K, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, in ZHBMV()
1112 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHBMV()
1124 …insicBLAS::ZHPMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& Ap, const sp<Allocation>& X, in ZHPMV()
1125 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHPMV()
1134 void ScriptIntrinsicBLAS::ZGERU(Double2 alpha, const sp<Allocation>& X, int incX, in ZGERU()
1135 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in ZGERU()
1145 void ScriptIntrinsicBLAS::ZGERC(Double2 alpha, const sp<Allocation>& X, int incX, in ZGERC()
1146 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in ZGERC()
1157 void ScriptIntrinsicBLAS::ZHER(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, in ZHER()
1158 int incX, const sp<Allocation>& A) { in ZHER()
1167 void ScriptIntrinsicBLAS::ZHPR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, in ZHPR()
1168 int incX, const sp<Allocation>& Ap) { in ZHPR()
1177 void ScriptIntrinsicBLAS::ZHER2(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& X, int incX, in ZHER2()
1178 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in ZHER2()
1187 void ScriptIntrinsicBLAS::ZHPR2(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& X, int incX, in ZHPR2()
1188 const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) { in ZHPR2()
1203 const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateL3()
1271 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SGEMM()
1294 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DGEMM()
1316 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CGEMM()
1338 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZGEMM()
1360 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYMM()
1373 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYMM()
1385 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYMM()
1397 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZSYMM()
1409 const sp<Allocation>& A, float beta, const sp<Allocation>& C) { in SSYRK()
1424 const sp<Allocation>& A, double beta, const sp<Allocation>& C) { in DSYRK()
1439 const sp<Allocation>& A, Float2 beta, const sp<Allocation>& C) { in CSYRK()
1454 const sp<Allocation>& A, Double2 beta, const sp<Allocation>& C) { in ZSYRK()
1469 … const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateSYR2K()
1495 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYR2K()
1510 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYR2K()
1525 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYR2K()
1540 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZSYR2K()
1555 const sp<Allocation>& A, const sp<Allocation>& B) { in validateTRMM()
1582 float alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in STRMM()
1591 double alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in DTRMM()
1600 Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in CTRMM()
1609 Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in ZTRMM()
1618 const sp<Allocation>& A, const sp<Allocation>& B) { in validateTRSM()
1647 float alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in STRSM()
1656 double alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in DTRSM()
1665 Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in CTRSM()
1674 Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in ZTRSM()
1683 … const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateHEMM()
1706 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CHEMM()
1716 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZHEMM()
1726 const sp<Allocation>& A, const sp<Allocation>& C) { in validateHERK()
1750 const sp<Allocation>& A, float beta, const sp<Allocation>& C) { in CHERK()
1765 const sp<Allocation>& A, double beta, const sp<Allocation>& C) { in ZHERK()
1780 … const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateHER2K()
1808 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in CHER2K()
1823 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in ZHER2K()
1839 void ScriptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int … in BNNM()
1840 const sp<Allocation>& C, int c_offset, int c_mult) { in BNNM()