/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 2259 …static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Al… in validateL3() method in ScriptIntrinsicBLAS 2344 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() 2381 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() 2417 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() 2453 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() 2493 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C); in SSYMM() 2519 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C); in DSYMM() 2545 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C); in CSYMM() 2571 validateL3(Element.F64_2(mRS), 0, 0, Side, A, B, C); in ZSYMM() 2592 validateL3(Element.F32(mRS), Trans, 0, 0, A, null, C); in SSYRK() [all …]
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 1202 static void validateL3(RS* mRS, const sp<const Element>& e, int TransA, int TransB, int Side, in validateL3() function 1272 validateL3(mRS, Element::F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() 1295 validateL3(mRS, Element::F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() 1317 validateL3(mRS, Element::F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() 1339 validateL3(mRS, Element::F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() 1365 validateL3(mRS, Element::F32(mRS), 0, 0, Side, A, B, C); in SSYMM() 1377 validateL3(mRS, Element::F64(mRS), 0, 0, Side, A, B, C); in DSYMM() 1389 validateL3(mRS, Element::F32_2(mRS), 0, 0, Side, A, B, C); in CSYMM() 1401 validateL3(mRS, Element::F64_2(mRS), 0, 0, Side, A, B, C); in ZSYMM() 1410 validateL3(mRS, Element::F32(mRS), Trans, 0, 0, A, nullptr, C); in SSYRK() [all …]
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBLAS.java | 2862 …static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Al… in validateL3() method in ScriptIntrinsicBLAS 2947 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() 2994 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() 3040 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() 3086 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() 3136 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C); in SSYMM() 3172 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C); in DSYMM() 3208 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C); in CSYMM() 3244 validateL3(Element.F64_2(mRS), 0, 0, Side, A, B, C); in ZSYMM() 3275 validateL3(Element.F32(mRS), Trans, 0, 0, A, null, C); in SSYRK() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 60843 Landroid/renderscript/ScriptIntrinsicBLAS;->validateL3(Landroid/renderscript/Element;IIILandroid/re…
|