Home | History | Annotate | Download | only in renderscript

Lines Matching defs:validateSYR2K

2683     static void validateSYR2K(Element e, @Transpose int Trans, Allocation A, Allocation B, Allocation C) {
2725 validateSYR2K(Element.F32(mRS), Trans, A, B, C);
2751 validateSYR2K(Element.F64(mRS), Trans, A, B, C);
2777 validateSYR2K(Element.F32_2(mRS), Trans, A, B, C);
2803 validateSYR2K(Element.F64_2(mRS), Trans, A, B, C);