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

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java3055 static void validateHEMM(Element e, @Side int Side, Allocation A, Allocation B, Allocation C) { method in class:ScriptIntrinsicBLAS
3095 validateHEMM(Element.F32_2(mRS), Side, A, B, C);
3116 validateHEMM(Element.F64_2(mRS), Side, A, B, C);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1682 static void validateHEMM(RS* mRS, const sp<const Element>& e, RsBlasSide Side, function
1707 validateHEMM(mRS, Element::F32_2(mRS), Side, A, B, C);
1717 validateHEMM(mRS, Element::F64_2(mRS), Side, A, B, C);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java3873 static void validateHEMM(Element e, @Side int Side, Allocation A, Allocation B, Allocation C) { method in class:ScriptIntrinsicBLAS
3913 validateHEMM(Element.F32_2(mRS), Side, A, B, C);
3944 validateHEMM(Element.F64_2(mRS), Side, A, B, C);

Completed in 182 milliseconds