Lines Matching defs:tvec3
79 template struct tvec3<uint8, lowp>; variable
80 template struct tvec3<uint16, lowp>; variable
81 template struct tvec3<uint32, lowp>; variable
82 template struct tvec3<uint64, lowp>; variable
83 template struct tvec3<int8, lowp>; variable
84 template struct tvec3<int16, lowp>; variable
85 template struct tvec3<int32, lowp>; variable
86 template struct tvec3<int64, lowp>; variable
87 template struct tvec3<float32, lowp>; variable
88 template struct tvec3<float64, lowp>; variable
90 template struct tvec3<uint8, mediump>; variable
91 template struct tvec3<uint16, mediump>; variable
92 template struct tvec3<uint32, mediump>; variable
93 template struct tvec3<uint64, mediump>; variable
94 template struct tvec3<int8, mediump>; variable
95 template struct tvec3<int16, mediump>; variable
96 template struct tvec3<int32, mediump>; variable
97 template struct tvec3<int64, mediump>; variable
98 template struct tvec3<float32, mediump>; variable
99 template struct tvec3<float64, mediump>; variable
101 template struct tvec3<uint8, highp>; variable
102 template struct tvec3<uint16, highp>; variable
103 template struct tvec3<uint32, highp>; variable
104 template struct tvec3<uint64, highp>; variable
105 template struct tvec3<int8, highp>; variable
106 template struct tvec3<int16, highp>; variable
107 template struct tvec3<int32, highp>; variable
108 template struct tvec3<int64, highp>; variable
109 template struct tvec3<float32, highp>; variable
110 template struct tvec3<float64, highp>; variable