Lines Matching defs:tvec2
45 template struct tvec2<uint8, lowp>; variable
46 template struct tvec2<uint16, lowp>; variable
47 template struct tvec2<uint32, lowp>; variable
48 template struct tvec2<uint64, lowp>; variable
49 template struct tvec2<int8, lowp>; variable
50 template struct tvec2<int16, lowp>; variable
51 template struct tvec2<int32, lowp>; variable
52 template struct tvec2<int64, lowp>; variable
53 template struct tvec2<float32, lowp>; variable
54 template struct tvec2<float64, lowp>; variable
56 template struct tvec2<uint8, mediump>; variable
57 template struct tvec2<uint16, mediump>; variable
58 template struct tvec2<uint32, mediump>; variable
59 template struct tvec2<uint64, mediump>; variable
60 template struct tvec2<int8, mediump>; variable
61 template struct tvec2<int16, mediump>; variable
62 template struct tvec2<int32, mediump>; variable
63 template struct tvec2<int64, mediump>; variable
64 template struct tvec2<float32, mediump>; variable
65 template struct tvec2<float64, mediump>; variable
67 template struct tvec2<uint8, highp>; variable
68 template struct tvec2<uint16, highp>; variable
69 template struct tvec2<uint32, highp>; variable
70 template struct tvec2<uint64, highp>; variable
71 template struct tvec2<int8, highp>; variable
72 template struct tvec2<int16, highp>; variable
73 template struct tvec2<int32, highp>; variable
74 template struct tvec2<int64, highp>; variable
75 template struct tvec2<float32, highp>; variable
76 template struct tvec2<float64, highp>; variable