Searched refs:validateGERU (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1798 static void validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS
1920 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A);
1941 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A);
2135 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A);
2156 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp970 static void validateGERU(RS* mRS, sp<const Element> e, sp<Allocation> X, int incX, function
1032 validateGERU(mRS, Element::F32_2(mRS), X, incX, Y, incY, A);
1044 validateGERU(mRS, Element::F32_2(mRS), X, incX, Y, incY, A);
1128 validateGERU(mRS, Element::F64_2(mRS), X, incX, Y, incY, A);
1140 validateGERU(mRS, Element::F64_2(mRS), X, incX, Y, incY, A);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2229 static void validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS
2381 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A);
2412 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A);
2682 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A);
2713 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A);

Completed in 360 milliseconds