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

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java3121 static void validateHERK(Element e, @Transpose int Trans, Allocation A, Allocation C) { method in class:ScriptIntrinsicBLAS
3157 validateHERK(Element.F32_2(mRS), Trans, A, C);
3183 validateHERK(Element.F64_2(mRS), Trans, A, C);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1725 static void validateHERK(RS* mRS, const sp<const Element>& e, RsBlasTranspose Trans, function
1751 validateHERK(mRS, Element::F32_2(mRS), Trans, A, C);
1766 validateHERK(mRS, Element::F64_2(mRS), Trans, A, C);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java3959 static void validateHERK(Element e, @Transpose int Trans, Allocation A, Allocation C) { method in class:ScriptIntrinsicBLAS
3995 validateHERK(Element.F32_2(mRS), Trans, A, C);
4029 validateHERK(Element.F64_2(mRS), Trans, A, C);

Completed in 144 milliseconds