HomeSort by relevance Sort by last modified time
    Searched refs:RsBlasCall (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.h 38 const RsBlasCall *sc;
rsCpuIntrinsicBLAS.cpp 87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call,
145 RsBlasCall* call, const MTLaunchStructForEachBlas *mtls) {
194 RsBlasCall* call = (RsBlasCall*) mtls->sc;
205 RsBlasCall* call = (RsBlasCall*) mtls->sc;
216 RsBlasCall* call = (RsBlasCall*) mtls->sc;
227 RsBlasCall* call = (RsBlasCall*) mtls->sc
    [all...]
  /frameworks/rs/
rsDefines.h 473 } RsBlasCall;
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 49 static RsBlasCall
57 RsBlasCall call;
111 RsBlasCall call = setUpBLASCall(SINGLE, func, TransA, TransB, Side, Uplo, Diag,
125 RsBlasCall call = setUpBLASCall(DOUBLE, func, TransA, TransB, Side, Uplo, Diag,
138 RsBlasCall call = setUpBLASCall(SINGLE_COMPLEX, func, TransA, TransB, Side, Uplo, Diag,
151 RsBlasCall call = setUpBLASCall(DOUBLE_COMPLEX, func, TransA, TransB, Side, Uplo, Diag,
164 RsBlasCall call;
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 623 RsBlasCall call;
656 RsBlasCall call;
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 587 RsBlasCall call;
627 RsBlasCall call;
667 RsBlasCall call;
    [all...]

Completed in 68 milliseconds