Home
last modified time | relevance | path

Searched refs:Divergent (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/tests/P_reflection3264_divergent/
Dreflection3264_divergent.rs35 struct Divergent { struct
41 struct Divergent dVar; argument
43 struct Divergent dArray[10]; struct
48 struct Divergent d;
70 void dFe(const int *in, int *out, const struct Divergent *data) { }
81 void dnInv(int x, struct Divergent d, int y) { (void)d; }
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
Dreflection3264_divergent.rs37 struct Divergent { struct
43 struct Divergent dVar; argument
45 struct Divergent dArray[10]; struct
50 struct Divergent d;
72 void dFe(const int *in, int *out, const struct Divergent *data) { }
83 void dnInv(int x, struct Divergent d, int y) { (void)d; }