Lines Matching defs:vec

12 template struct vec<1, uint8, lowp>;  variable
13 template struct vec<1, uint16, lowp>; variable
14 template struct vec<1, uint32, lowp>; variable
15 template struct vec<1, uint64, lowp>; variable
16 template struct vec<1, int8, lowp>; variable
17 template struct vec<1, int16, lowp>; variable
18 template struct vec<1, int32, lowp>; variable
19 template struct vec<1, int64, lowp>; variable
20 template struct vec<1, float32, lowp>; variable
21 template struct vec<1, float64, lowp>; variable
23 template struct vec<1, uint8, mediump>; variable
24 template struct vec<1, uint16, mediump>; variable
25 template struct vec<1, uint32, mediump>; variable
26 template struct vec<1, uint64, mediump>; variable
27 template struct vec<1, int8, mediump>; variable
28 template struct vec<1, int16, mediump>; variable
29 template struct vec<1, int32, mediump>; variable
30 template struct vec<1, int64, mediump>; variable
31 template struct vec<1, float32, mediump>; variable
32 template struct vec<1, float64, mediump>; variable
34 template struct vec<1, uint8, highp>; variable
35 template struct vec<1, uint16, highp>; variable
36 template struct vec<1, uint32, highp>; variable
37 template struct vec<1, uint64, highp>; variable
38 template struct vec<1, int8, highp>; variable
39 template struct vec<1, int16, highp>; variable
40 template struct vec<1, int32, highp>; variable
41 template struct vec<1, int64, highp>; variable
42 template struct vec<1, float32, highp>; variable
43 template struct vec<1, float64, highp>; variable
46 template struct vec<2, uint8, lowp>; variable
47 template struct vec<2, uint16, lowp>; variable
48 template struct vec<2, uint32, lowp>; variable
49 template struct vec<2, uint64, lowp>; variable
50 template struct vec<2, int8, lowp>; variable
51 template struct vec<2, int16, lowp>; variable
52 template struct vec<2, int32, lowp>; variable
53 template struct vec<2, int64, lowp>; variable
54 template struct vec<2, float32, lowp>; variable
55 template struct vec<2, float64, lowp>; variable
57 template struct vec<2, uint8, mediump>; variable
58 template struct vec<2, uint16, mediump>; variable
59 template struct vec<2, uint32, mediump>; variable
60 template struct vec<2, uint64, mediump>; variable
61 template struct vec<2, int8, mediump>; variable
62 template struct vec<2, int16, mediump>; variable
63 template struct vec<2, int32, mediump>; variable
64 template struct vec<2, int64, mediump>; variable
65 template struct vec<2, float32, mediump>; variable
66 template struct vec<2, float64, mediump>; variable
68 template struct vec<2, uint8, highp>; variable
69 template struct vec<2, uint16, highp>; variable
70 template struct vec<2, uint32, highp>; variable
71 template struct vec<2, uint64, highp>; variable
72 template struct vec<2, int8, highp>; variable
73 template struct vec<2, int16, highp>; variable
74 template struct vec<2, int32, highp>; variable
75 template struct vec<2, int64, highp>; variable
76 template struct vec<2, float32, highp>; variable
77 template struct vec<2, float64, highp>; variable
80 template struct vec<3, uint8, lowp>; variable
81 template struct vec<3, uint16, lowp>; variable
82 template struct vec<3, uint32, lowp>; variable
83 template struct vec<3, uint64, lowp>; variable
84 template struct vec<3, int8, lowp>; variable
85 template struct vec<3, int16, lowp>; variable
86 template struct vec<3, int32, lowp>; variable
87 template struct vec<3, int64, lowp>; variable
88 template struct vec<3, float32, lowp>; variable
89 template struct vec<3, float64, lowp>; variable
91 template struct vec<3, uint8, mediump>; variable
92 template struct vec<3, uint16, mediump>; variable
93 template struct vec<3, uint32, mediump>; variable
94 template struct vec<3, uint64, mediump>; variable
95 template struct vec<3, int8, mediump>; variable
96 template struct vec<3, int16, mediump>; variable
97 template struct vec<3, int32, mediump>; variable
98 template struct vec<3, int64, mediump>; variable
99 template struct vec<3, float32, mediump>; variable
100 template struct vec<3, float64, mediump>; variable
102 template struct vec<3, uint8, highp>; variable
103 template struct vec<3, uint16, highp>; variable
104 template struct vec<3, uint32, highp>; variable
105 template struct vec<3, uint64, highp>; variable
106 template struct vec<3, int8, highp>; variable
107 template struct vec<3, int16, highp>; variable
108 template struct vec<3, int32, highp>; variable
109 template struct vec<3, int64, highp>; variable
110 template struct vec<3, float32, highp>; variable
111 template struct vec<3, float64, highp>; variable
114 template struct vec<4, uint8, lowp>; variable
115 template struct vec<4, uint16, lowp>; variable
116 template struct vec<4, uint32, lowp>; variable
117 template struct vec<4, uint64, lowp>; variable
118 template struct vec<4, int8, lowp>; variable
119 template struct vec<4, int16, lowp>; variable
120 template struct vec<4, int32, lowp>; variable
121 template struct vec<4, int64, lowp>; variable
122 template struct vec<4, float32, lowp>; variable
123 template struct vec<4, float64, lowp>; variable
125 template struct vec<4, uint8, mediump>; variable
126 template struct vec<4, uint16, mediump>; variable
127 template struct vec<4, uint32, mediump>; variable
128 template struct vec<4, uint64, mediump>; variable
129 template struct vec<4, int8, mediump>; variable
130 template struct vec<4, int16, mediump>; variable
131 template struct vec<4, int32, mediump>; variable
132 template struct vec<4, int64, mediump>; variable
133 template struct vec<4, float32, mediump>; variable
134 template struct vec<4, float64, mediump>; variable
136 template struct vec<4, uint8, highp>; variable
137 template struct vec<4, uint16, highp>; variable
138 template struct vec<4, uint32, highp>; variable
139 template struct vec<4, uint64, highp>; variable
140 template struct vec<4, int8, highp>; variable
141 template struct vec<4, int16, highp>; variable
142 template struct vec<4, int32, highp>; variable
143 template struct vec<4, int64, highp>; variable
144 template struct vec<4, float32, highp>; variable
145 template struct vec<4, float64, highp>; variable