Home
last modified time | relevance | path

Searched refs:u64v (Results 1 – 25 of 45) sorted by relevance

12

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.int64.frag51 u64vec2 u64v;
54 u64v = u64vec2(bv); // bool -> uint64
59 u64v = uv; // uint -> uint64
60 uv = uvec2(u64v); // uint64 -> uint
65 fv = vec2(u64v); // uint64 -> float
66 dv = u64v; // uint64 -> double
71 u64v = u64vec2(fv); // float -> uint64
72 u64v = u64vec2(dv); // double -> uint64
75 bv = bvec2(u64v); // uint64 -> bool
77 u64v = i64v; // int64 -> uint64
[all …]
Dspv.shaderBallotAMD.comp17 u64vec2 u64v;
30 u64v = minInvocationsAMD(u64v);
40 u64v = maxInvocationsAMD(u64v);
50 u64v = addInvocationsAMD(u64v);
60 u64v = minInvocationsNonUniformAMD(u64v);
70 u64v = maxInvocationsNonUniformAMD(u64v);
80 u64v = addInvocationsNonUniformAMD(u64v);
90 u64v = minInvocationsInclusiveScanAMD(u64v);
100 u64v = maxInvocationsInclusiveScanAMD(u64v);
110 u64v = addInvocationsInclusiveScanAMD(u64v);
[all …]
Dspv.explicittypes.frag126 u64vec2 u64v;
139 u64v = i8v; // int8_t -> uint64_t
142 u64v = u8v; // uint8_t -> uint64_t
156 u64v = i64vec2(i8v); // int8_t -> uint64_t
161 u64v = i64vec2(u8v); // uint8_t -> uint64_t
184 u64vec2 u64v;
195 u64v = i16v; // int16_t -> uint64_t
198 u64v = u16v; // uint16_t -> uint64_t
211 u64v = i64vec2(i16v); // int16_t -> uint64_t
214 u64v = i64vec2(u16v); // uint16_t -> uint64_t
[all …]
Dspv.int8.frag63 u64vec2 u64v;
76 u64v = i8v; // int8_t -> uint64_t
79 u64v = u8v; // uint8_t -> uint64_t
93 u64v = i64vec2(i8v); // int8_t -> uint64_t
98 u64v = i64vec2(u8v); // uint8_t -> uint64_t
Dspv.int16.frag63 u64vec2 u64v;
74 u64v = i16v; // int16_t -> uint64_t
77 u64v = u16v; // uint16_t -> uint64_t
90 u64v = i64vec2(i16v); // int16_t -> uint64_t
93 u64v = i64vec2(u16v); // uint16_t -> uint64_t
Dspv.vulkan110.int16.frag63 u64vec2 u64v;
74 u64v = i16v; // int16_t -> uint64_t
77 u64v = u16v; // uint16_t -> uint64_t
90 u64v = i64vec2(i16v); // int16_t -> uint64_t
93 u64v = i64vec2(u16v); // uint16_t -> uint64_t
Dspv.int32.frag64 u64vec2 u64v;
72 u64v = i32v; // int32_t -> uint64_t
74 u64v = u32v; // uint32_t -> uint64_t
94 u64v = u64vec2(i32v); // int32_t -> uint64_t
95 u64v = u64vec2(u32v); // uint32_t -> uint64_t
Dspv.int16.amd.frag109 u64vec2 u64v;
148 i16v = i16vec2(u64v); // uint64 -> int16
149 u16v = u16vec2(u64v); // uint64 -> uint16
150 u64v = i16v; // int16 -> uint64
151 u64v = u16v; // uint16 -> uint64
/external/deqp-deps/glslang/Test/
Dspv.int64.frag51 u64vec2 u64v;
54 u64v = u64vec2(bv); // bool -> uint64
59 u64v = uv; // uint -> uint64
60 uv = uvec2(u64v); // uint64 -> uint
65 fv = vec2(u64v); // uint64 -> float
66 dv = u64v; // uint64 -> double
71 u64v = u64vec2(fv); // float -> uint64
72 u64v = u64vec2(dv); // double -> uint64
75 bv = bvec2(u64v); // uint64 -> bool
77 u64v = i64v; // int64 -> uint64
[all …]
Dspv.shaderBallotAMD.comp17 u64vec2 u64v;
30 u64v = minInvocationsAMD(u64v);
40 u64v = maxInvocationsAMD(u64v);
50 u64v = addInvocationsAMD(u64v);
60 u64v = minInvocationsNonUniformAMD(u64v);
70 u64v = maxInvocationsNonUniformAMD(u64v);
80 u64v = addInvocationsNonUniformAMD(u64v);
90 u64v = minInvocationsInclusiveScanAMD(u64v);
100 u64v = maxInvocationsInclusiveScanAMD(u64v);
110 u64v = addInvocationsInclusiveScanAMD(u64v);
[all …]
Dspv.explicittypes.frag126 u64vec2 u64v;
139 u64v = i8v; // int8_t -> uint64_t
142 u64v = u8v; // uint8_t -> uint64_t
156 u64v = i64vec2(i8v); // int8_t -> uint64_t
161 u64v = i64vec2(u8v); // uint8_t -> uint64_t
184 u64vec2 u64v;
195 u64v = i16v; // int16_t -> uint64_t
198 u64v = u16v; // uint16_t -> uint64_t
211 u64v = i64vec2(i16v); // int16_t -> uint64_t
214 u64v = i64vec2(u16v); // uint16_t -> uint64_t
[all …]
Dspv.int8.frag63 u64vec2 u64v;
76 u64v = i8v; // int8_t -> uint64_t
79 u64v = u8v; // uint8_t -> uint64_t
93 u64v = i64vec2(i8v); // int8_t -> uint64_t
98 u64v = i64vec2(u8v); // uint8_t -> uint64_t
Dspv.int16.frag63 u64vec2 u64v;
74 u64v = i16v; // int16_t -> uint64_t
77 u64v = u16v; // uint16_t -> uint64_t
90 u64v = i64vec2(i16v); // int16_t -> uint64_t
93 u64v = i64vec2(u16v); // uint16_t -> uint64_t
Dspv.int32.frag64 u64vec2 u64v;
72 u64v = i32v; // int32_t -> uint64_t
74 u64v = u32v; // uint32_t -> uint64_t
94 u64v = u64vec2(i32v); // int32_t -> uint64_t
95 u64v = u64vec2(u32v); // uint32_t -> uint64_t
Dspv.vulkan110.int16.frag63 u64vec2 u64v;
74 u64v = i16v; // int16_t -> uint64_t
77 u64v = u16v; // uint16_t -> uint64_t
90 u64v = i64vec2(i16v); // int16_t -> uint64_t
93 u64v = i64vec2(u16v); // uint16_t -> uint64_t
Dspv.int16.amd.frag109 u64vec2 u64v;
148 i16v = i16vec2(u64v); // uint64 -> int16
149 u16v = u16vec2(u64v); // uint64 -> uint16
150 u64v = i16v; // int16 -> uint64
151 u64v = u16v; // uint16 -> uint64
/external/deqp-deps/glslang/Test/baseResults/
Dspv.int64.frag.out32 Name 67 "u64v"
37 Name 134 "u64v"
44 Name 299 "u64v"
225 67(u64v): 66(ptr) Variable Function
235 Store 67(u64v) 73
244 Store 67(u64v) 85
245 86: 65(i64vec2) Load 67(u64v)
254 100: 65(i64vec2) Load 67(u64v)
257 102: 65(i64vec2) Load 67(u64v)
268 Store 67(u64v) 109
[all …]
Dspv.explicittypes.frag.out57 Name 169 "u64v"
68 Name 285 "u64v"
78 Name 387 "u64v"
87 Name 481 "u64v"
358 169(u64v): 168(ptr) Variable Function
391 Store 169(u64v) 172
401 Store 169(u64v) 179
443 Store 169(u64v) 220
462 Store 169(u64v) 236
502 285(u64v): 168(ptr) Variable Function
[all …]
Dspv.vulkan110.int16.frag.out43 Name 80 "u64v"
224 80(u64v): 79(ptr) Variable Function
251 Store 80(u64v) 83
261 Store 80(u64v) 90
300 Store 80(u64v) 129
312 Store 80(u64v) 138
Dspv.int32.frag.out41 Name 66 "u64v"
228 66(u64v): 65(ptr) Variable Function
246 Store 66(u64v) 69
253 Store 66(u64v) 74
320 Store 66(u64v) 146
323 Store 66(u64v) 148
Dspv.int8.frag.out45 Name 91 "u64v"
224 91(u64v): 90(ptr) Variable Function
257 Store 91(u64v) 94
267 Store 91(u64v) 101
309 Store 91(u64v) 142
328 Store 91(u64v) 158
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.int64.frag.out32 Name 67 "u64v"
37 Name 134 "u64v"
44 Name 299 "u64v"
225 67(u64v): 66(ptr) Variable Function
235 Store 67(u64v) 73
244 Store 67(u64v) 85
245 86: 65(i64vec2) Load 67(u64v)
254 100: 65(i64vec2) Load 67(u64v)
257 102: 65(i64vec2) Load 67(u64v)
268 Store 67(u64v) 109
[all …]
Dspv.explicittypes.frag.out57 Name 169 "u64v"
68 Name 285 "u64v"
78 Name 387 "u64v"
87 Name 481 "u64v"
358 169(u64v): 168(ptr) Variable Function
391 Store 169(u64v) 172
401 Store 169(u64v) 179
443 Store 169(u64v) 220
462 Store 169(u64v) 236
502 285(u64v): 168(ptr) Variable Function
[all …]
Dspv.int32.frag.out41 Name 66 "u64v"
228 66(u64v): 65(ptr) Variable Function
246 Store 66(u64v) 69
253 Store 66(u64v) 74
320 Store 66(u64v) 146
323 Store 66(u64v) 148
Dspv.int16.frag.out44 Name 80 "u64v"
225 80(u64v): 79(ptr) Variable Function
252 Store 80(u64v) 83
262 Store 80(u64v) 90
301 Store 80(u64v) 129
313 Store 80(u64v) 138

12