Home | History | Annotate | Download | only in cpp

Lines Matching defs:validateGEMV

175 static void validateGEMV(RS* mRS, sp<const Element> e, RsBlasTranspose TransA, sp<Allocation> A,
207 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
218 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
229 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY);
240 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY);
252 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
268 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
284 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY);
300 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY);