/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 | 1194 static void validateL3(RS* mRS, sp<const Element> e, int TransA, int TransB, int Side, in validateL3() function 1264 validateL3(mRS, Element::F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() 1287 validateL3(mRS, Element::F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() 1309 validateL3(mRS, Element::F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() 1331 validateL3(mRS, Element::F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() 1357 validateL3(mRS, Element::F32(mRS), 0, 0, Side, A, B, C); in SSYMM() 1369 validateL3(mRS, Element::F64(mRS), 0, 0, Side, A, B, C); in DSYMM() 1381 validateL3(mRS, Element::F32_2(mRS), 0, 0, Side, A, B, C); in CSYMM() 1393 validateL3(mRS, Element::F64_2(mRS), 0, 0, Side, A, B, C); in ZSYMM() 1402 validateL3(mRS, Element::F32(mRS), Trans, 0, 0, A, nullptr, C); in SSYRK() [all …]
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/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 …]
|