Searched refs:get_i32 (Results 1 – 7 of 7) sorted by relevance
11 OpName %get_i32 "get_i32"34 %get_i32 = OpFunction %int None %543 %13 = OpFunctionCall %int %get_i3246 %19 = OpFunctionCall %int %get_i3249 %25 = OpFunctionCall %int %get_i32
4 int get_i32() {9 int2 v2 = int2(get_i32());10 int3 v3 = int3(get_i32());11 int4 v4 = int4(get_i32());
6 int get_i32() {11 int2 v2 = int2((get_i32()).xx);12 int3 v3 = int3((get_i32()).xxx);13 int4 v4 = int4((get_i32()).xxxx);
1 fn get_i32() -> i32 { return 1; }4 var v2 : vec2<i32> = vec2<i32>(get_i32());5 var v3 : vec3<i32> = vec3<i32>(get_i32());6 var v4 : vec4<i32> = vec4<i32>(get_i32());
1 fn get_i32() -> i32 {6 var v2 : vec2<i32> = vec2<i32>(get_i32());7 var v3 : vec3<i32> = vec3<i32>(get_i32());8 var v4 : vec4<i32> = vec4<i32>(get_i32());
170 static inline int32_t get_i32(const uint8_t *tab) in get_i32() function
29037 printf(" %d", get_i32(tab + pos)); in dump_byte_code()31746 val = get_i32(bc_buf + pos + 1); in resolve_labels()