[go: nahoru, domu]

Searched refs:validateL3 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2259 static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) { method in class:ScriptIntrinsicBLAS
2344 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C);
2381 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C);
2417 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C);
2453 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C);
2493 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C);
2519 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C);
2545 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C);
2571 validateL3(Element.F64_2(mRS), 0, 0, Side, A, B, C);
2592 validateL3(Elemen
[all...]
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1194 static void validateL3(RS* mRS, sp<const Element> e, int TransA, int TransB, int Side, function
1264 validateL3(mRS, Element::F32(mRS), TransA, TransB, 0, A, B, C);
1287 validateL3(mRS, Element::F64(mRS), TransA, TransB, 0, A, B, C);
1309 validateL3(mRS, Element::F32_2(mRS), TransA, TransB, 0, A, B, C);
1331 validateL3(mRS, Element::F64_2(mRS), TransA, TransB, 0, A, B, C);
1357 validateL3(mRS, Element::F32(mRS), 0, 0, Side, A, B, C);
1369 validateL3(mRS, Element::F64(mRS), 0, 0, Side, A, B, C);
1381 validateL3(mRS, Element::F32_2(mRS), 0, 0, Side, A, B, C);
1393 validateL3(mRS, Element::F64_2(mRS), 0, 0, Side, A, B, C);
1402 validateL3(mR
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2862 static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) { method in class:ScriptIntrinsicBLAS
2947 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C);
2994 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C);
3040 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C);
3086 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C);
3136 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C);
3172 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C);
3208 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C);
3244 validateL3(Element.F64_2(mRS), 0, 0, Side, A, B, C);
3275 validateL3(Elemen
[all...]

Completed in 28 milliseconds