Lines Matching defs:tvec1
11 template struct tvec1<uint8, lowp>; variable
12 template struct tvec1<uint16, lowp>; variable
13 template struct tvec1<uint32, lowp>; variable
14 template struct tvec1<uint64, lowp>; variable
15 template struct tvec1<int8, lowp>; variable
16 template struct tvec1<int16, lowp>; variable
17 template struct tvec1<int32, lowp>; variable
18 template struct tvec1<int64, lowp>; variable
19 template struct tvec1<float32, lowp>; variable
20 template struct tvec1<float64, lowp>; variable
22 template struct tvec1<uint8, mediump>; variable
23 template struct tvec1<uint16, mediump>; variable
24 template struct tvec1<uint32, mediump>; variable
25 template struct tvec1<uint64, mediump>; variable
26 template struct tvec1<int8, mediump>; variable
27 template struct tvec1<int16, mediump>; variable
28 template struct tvec1<int32, mediump>; variable
29 template struct tvec1<int64, mediump>; variable
30 template struct tvec1<float32, mediump>; variable
31 template struct tvec1<float64, mediump>; variable
33 template struct tvec1<uint8, highp>; variable
34 template struct tvec1<uint16, highp>; variable
35 template struct tvec1<uint32, highp>; variable
36 template struct tvec1<uint64, highp>; variable
37 template struct tvec1<int8, highp>; variable
38 template struct tvec1<int16, highp>; variable
39 template struct tvec1<int32, highp>; variable
40 template struct tvec1<int64, highp>; variable
41 template struct tvec1<float32, highp>; variable
42 template struct tvec1<float64, highp>; variable