Searched defs:cID (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2970 long cID = C.getID(mRS); in SGEMM() local 2977 beta, cID, 0, 0, 0, 0, mUseIncSupp); in SGEMM() local 3016 long cID = C.getID(mRS); in DGEMM() local 3023 beta, cID, 0, 0, 0, 0, mUseIncSupp); in DGEMM() local 3062 long cID = C.getID(mRS); in CGEMM() local 3069 beta.x, beta.y, cID, 0, 0, 0, 0, mUseIncSupp); in CGEMM() local 3108 long cID = C.getID(mRS); in ZGEMM() local 3115 beta.x, beta.y, cID, 0, 0, 0, 0, mUseIncSupp); in ZGEMM() local 3145 long cID = C.getID(mRS); in SSYMM() local 3152 beta, cID, 0, 0, 0, 0, mUseIncSupp); in SSYMM() local [all …]
|
/aosp_15_r20/prebuilts/sdk/renderscript/lib/ |
HD | javalib.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/renderscript/
androidx/ ... |
HD | javalib_legacy.jar | META-INF/
META-INF/MANIFEST.MF
android/support/v8/renderscript/ ... |
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 1999 auto writeMakeCurrentCall = [&](gl::ContextID cID) { in WriteCppReplayFunctionWithPartsMultiContext() 2010 auto writeCall = [&](CallCapture &outCall, gl::ContextID cID) { in WriteCppReplayFunctionWithPartsMultiContext()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathTest.cpp | 5639 uint32_t cID = copy.getGenerationID(); in DEF_TEST() local
|