[go: nahoru, domu]

Searched refs:RsBlas_zhpr2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A DrsDefines.h399 RsBlas_zhpr2 = 112, enumerator in enum:RsBlasFunction
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp487 case (RsBlas_zhpr2):
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java151 private static final int RsBlas_zhpr2 = 112; field in class:ScriptIntrinsicBLAS
2251 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zhpr2, 0, 0, 0, Uplo, 0, 0, N, 0, alpha.x, alpha.y, X.getID(mRS), Y.getID(mRS), 0, 0, Ap.getID(mRS), incX, incY, 0, 0);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java152 private static final int RsBlas_zhpr2 = 112; field in class:ScriptIntrinsicBLAS
2854 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zhpr2, 0, 0, 0, Uplo, 0, 0, N, 0, alpha.x, alpha.y, xID, yID, 0, 0, apID, incX, incY, 0, 0, mUseIncSupp);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1183 nScriptIntrinsicBLAS_Z(mRS, mRS->getContext(), getID(), RsBlas_zhpr2,

Completed in 44 milliseconds