Searched refs:validateL3 (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2348 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() 2385 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() 2421 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() 2497 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C); in SSYMM() 2523 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C); in DSYMM() 2549 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C); in CSYMM() 2575 validateL3(Element.F64_2(mRS), 0, 0, Side, A, B, C); in ZSYMM() 2596 validateL3(Element.F32(mRS), Trans, 0, 0, A, null, C); in SSYRK() 2623 validateL3(Element.F64(mRS), Trans, 0, 0, A, null, C); in DSYRK() 2649 validateL3(Element.F32_2(mRS), Trans, 0, 0, A, null, C); in CSYRK() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 46931 Landroid/renderscript/ScriptIntrinsicBLAS;->validateL3(Landroid/renderscript/Element;IIILandroid/re…
|