Home | History | Annotate | Download | only in renderscript

Lines Matching defs:validateGEMV

275     static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) {
321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
419 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
489 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
524 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);