Home | History | Annotate | Download | only in renderscript

Lines Matching defs:validateTPMV

558     static int validateTPMV(Element e, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation Ap, Allocation X, int incX) {
812 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX);
838 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
864 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
890 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
1125 int N = validateTPMV(Element.F32(mRS), Uplo, TransA, Diag, Ap, X, incX);
1152 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
1179 int N = validateTPMV(Element.F32_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
1206 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX);