Searched refs:validateHERK (Results 1 - 2 of 2) 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/support/v8/renderscript/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 101 milliseconds