/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 558 …static int validateTPMV(Element e, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocati… in validateTPMV() method in ScriptIntrinsicBLAS 812 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPMV() 838 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPMV() 864 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in CTPMV() 890 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPMV() 1125 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPSV() 1152 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPSV() 1179 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in CTPSV() 1206 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPSV()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 344 static int validateTPMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, RsBlasTranspose Tran… in validateTPMV() function 464 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPMV() 472 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPMV() 480 int N = validateTPMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in CTPMV() 488 int N = validateTPMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPMV() 592 int N = validateTPMV(mRS, Element::F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPSV() 601 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPSV() 610 int N = validateTPMV(mRS, Element::F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in CTPSV() 619 int N = validateTPMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPSV()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBLAS.java | 645 …static int validateTPMV(Element e, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocati… in validateTPMV() method in ScriptIntrinsicBLAS 963 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPMV() 997 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPMV() 1031 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in CTPMV() 1065 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPMV() 1372 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX); in STPSV() 1407 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPSV() 1442 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in CTPSV() 1477 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPSV()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 60852 Landroid/renderscript/ScriptIntrinsicBLAS;->validateTPMV(Landroid/renderscript/Element;IIILandroid/…
|