Home | History | Annotate | Download | only in renderscript

Lines Matching defs:validateL3

2259     static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) {
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(Element.F32(mRS), Trans, 0, 0, A, null, C);
2619 validateL3(Element.F64(mRS), Trans, 0, 0, A, null, C);
2645 validateL3(Element.F32_2(mRS), Trans, 0, 0, A, null, C);
2672 validateL3(Element.F64_2(mRS), Trans, 0, 0, A, null, C);
3290 validateL3(Element.U8(mRS), NO_TRANSPOSE, TRANSPOSE, 0, A, B, C);