Home
last modified time | relevance | path

Searched refs:validateTPMV (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java558 …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/
DScriptIntrinsicBLAS.cpp344 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/
DScriptIntrinsicBLAS.java645 …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/
Dhiddenapi-greylist-max-o.txt60852 Landroid/renderscript/ScriptIntrinsicBLAS;->validateTPMV(Landroid/renderscript/Element;IIILandroid/…