Home
last modified time | relevance | path

Searched refs:u32v (Results 1 – 25 of 29) sorted by relevance

12

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.int32.frag62 u32vec2 u32v;
70 u32v = i32v; // int32_t -> uint32_t
73 i64v = u32v; // uint32_t -> int64_t
74 u64v = u32v; // uint32_t -> uint64_t
77 f32v = u32v; // uint32_t -> float32_t
78 f64v = u32v; // uint32_t -> float64_t
81 i8v = i8vec2(u32v); // uint32_t -> int8_t
83 i16v = i16vec2(u32v); // uint32_t -> int16_t
85 i32v = i32vec2(u32v); // uint32_t -> int32_t
87 i64v = i64vec2(u32v); // uint32_t -> int64_t
[all …]
Dspv.explicittypes.frag124 u32vec2 u32v;
137 u32v = i8v; // int8_t -> uint32_t
140 u32v = u8v; // uint8_t -> uint32_t
159 u32v = u32vec2(u8v); // uint8_t -> uint32_t
182 u32vec2 u32v;
193 u32v = i16v; // int16_t -> uint32_t
196 u32v = u16v; // uint16_t -> uint32_t
209 u32v = u32vec2(i16v); // int16_t -> uint32_t
212 u32v = u32vec2(u16v); // uint16_t -> uint32_t
240 u32vec2 u32v;
[all …]
Dspv.int16.frag61 u32vec2 u32v;
72 u32v = i16v; // int16_t -> uint32_t
75 u32v = u16v; // uint16_t -> uint32_t
88 u32v = u32vec2(i16v); // int16_t -> uint32_t
91 u32v = u32vec2(u16v); // uint16_t -> uint32_t
Dspv.vulkan110.int16.frag61 u32vec2 u32v;
72 u32v = i16v; // int16_t -> uint32_t
75 u32v = u16v; // uint16_t -> uint32_t
88 u32v = u32vec2(i16v); // int16_t -> uint32_t
91 u32v = u32vec2(u16v); // uint16_t -> uint32_t
Dspv.int8.frag61 u32vec2 u32v;
74 u32v = i8v; // int8_t -> uint32_t
77 u32v = u8v; // uint8_t -> uint32_t
96 u32v = u32vec2(u8v); // uint8_t -> uint32_t
Dspv.float64.frag108 u32vec3 u32v;
126 u32v = u32vec3(f64v); // float64 -> uint32
Dspv.float32.frag108 u32vec3 u32v;
131 u32v = u32vec3(f32v); // float32 -> uint32
/external/deqp-deps/glslang/Test/
Dspv.int32.frag62 u32vec2 u32v;
70 u32v = i32v; // int32_t -> uint32_t
73 i64v = u32v; // uint32_t -> int64_t
74 u64v = u32v; // uint32_t -> uint64_t
77 f32v = u32v; // uint32_t -> float32_t
78 f64v = u32v; // uint32_t -> float64_t
81 i8v = i8vec2(u32v); // uint32_t -> int8_t
83 i16v = i16vec2(u32v); // uint32_t -> int16_t
85 i32v = i32vec2(u32v); // uint32_t -> int32_t
87 i64v = i64vec2(u32v); // uint32_t -> int64_t
[all …]
Dspv.explicittypes.frag124 u32vec2 u32v;
137 u32v = i8v; // int8_t -> uint32_t
140 u32v = u8v; // uint8_t -> uint32_t
159 u32v = u32vec2(u8v); // uint8_t -> uint32_t
182 u32vec2 u32v;
193 u32v = i16v; // int16_t -> uint32_t
196 u32v = u16v; // uint16_t -> uint32_t
209 u32v = u32vec2(i16v); // int16_t -> uint32_t
212 u32v = u32vec2(u16v); // uint16_t -> uint32_t
240 u32vec2 u32v;
[all …]
Dspv.int16.frag61 u32vec2 u32v;
72 u32v = i16v; // int16_t -> uint32_t
75 u32v = u16v; // uint16_t -> uint32_t
88 u32v = u32vec2(i16v); // int16_t -> uint32_t
91 u32v = u32vec2(u16v); // uint16_t -> uint32_t
Dspv.vulkan110.int16.frag61 u32vec2 u32v;
72 u32v = i16v; // int16_t -> uint32_t
75 u32v = u16v; // uint16_t -> uint32_t
88 u32v = u32vec2(i16v); // int16_t -> uint32_t
91 u32v = u32vec2(u16v); // uint16_t -> uint32_t
Dspv.int8.frag61 u32vec2 u32v;
74 u32v = i8v; // int8_t -> uint32_t
77 u32v = u8v; // uint8_t -> uint32_t
96 u32v = u32vec2(u8v); // uint8_t -> uint32_t
Dspv.float64.frag108 u32vec3 u32v;
126 u32v = u32vec3(f64v); // float64 -> uint32
Dspv.float32.frag108 u32vec3 u32v;
131 u32v = u32vec3(f32v); // float32 -> uint32
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.int32.frag.out38 Name 51 "u32v"
50 Name 186 "u32v"
58 Name 325 "u32v"
225 51(u32v): 50(ptr) Variable Function
239 Store 51(u32v) 56
247 70: 49(ivec2) Load 51(u32v)
251 73: 49(ivec2) Load 51(u32v)
260 87: 49(ivec2) Load 51(u32v)
263 89: 49(ivec2) Load 51(u32v)
269 97: 49(ivec2) Load 51(u32v)
[all …]
Dspv.explicittypes.frag.out55 Name 158 "u32v"
66 Name 278 "u32v"
75 Name 380 "u32v"
95 Name 522 "u32v"
356 158(u32v): 157(ptr) Variable Function
384 Store 158(u32v) 161
394 Store 158(u32v) 174
453 Store 158(u32v) 229
500 278(u32v): 157(ptr) Variable Function
522 Store 278(u32v) 281
[all …]
Dspv.int16.frag.out42 Name 67 "u32v"
223 67(u32v): 66(ptr) Variable Function
245 Store 67(u32v) 70
255 Store 67(u32v) 85
294 Store 67(u32v) 124
304 Store 67(u32v) 131
Dspv.vulkan110.int16.frag.out41 Name 67 "u32v"
222 67(u32v): 66(ptr) Variable Function
244 Store 67(u32v) 70
254 Store 67(u32v) 85
293 Store 67(u32v) 124
303 Store 67(u32v) 131
Dspv.int8.frag.out43 Name 78 "u32v"
222 78(u32v): 77(ptr) Variable Function
250 Store 78(u32v) 81
260 Store 78(u32v) 96
319 Store 78(u32v) 151
/external/deqp-deps/glslang/Test/baseResults/
Dspv.int32.frag.out38 Name 51 "u32v"
50 Name 186 "u32v"
58 Name 325 "u32v"
225 51(u32v): 50(ptr) Variable Function
239 Store 51(u32v) 56
247 70: 49(ivec2) Load 51(u32v)
251 73: 49(ivec2) Load 51(u32v)
260 87: 49(ivec2) Load 51(u32v)
263 89: 49(ivec2) Load 51(u32v)
269 97: 49(ivec2) Load 51(u32v)
[all …]
Dspv.explicittypes.frag.out55 Name 158 "u32v"
66 Name 278 "u32v"
75 Name 380 "u32v"
95 Name 522 "u32v"
356 158(u32v): 157(ptr) Variable Function
384 Store 158(u32v) 161
394 Store 158(u32v) 174
453 Store 158(u32v) 229
500 278(u32v): 157(ptr) Variable Function
522 Store 278(u32v) 281
[all …]
Dspv.vulkan110.int16.frag.out41 Name 67 "u32v"
222 67(u32v): 66(ptr) Variable Function
244 Store 67(u32v) 70
254 Store 67(u32v) 85
293 Store 67(u32v) 124
303 Store 67(u32v) 131
Dspv.int16.frag.out42 Name 67 "u32v"
223 67(u32v): 66(ptr) Variable Function
245 Store 67(u32v) 70
255 Store 67(u32v) 85
294 Store 67(u32v) 124
304 Store 67(u32v) 131
Dspv.int8.frag.out43 Name 78 "u32v"
222 78(u32v): 77(ptr) Variable Function
250 Store 78(u32v) 81
260 Store 78(u32v) 96
319 Store 78(u32v) 151
Dspv.float64.frag.out53 Name 208 "u32v"
375 208(u32v): 207(ptr) Variable Function
409 Store 208(u32v) 210

12