Sign in
dawn
/
tint
/
16446e5b74371e65689254e88179896603365170
/
.
/
test
/
ptr_ref
/
load
/
local
/
i32.spvasm.expected.msl
blob: 5e52f4aa8081c1e78834da83f9a4648d32a6c4a1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
i
=
0
;
i
=
123
;
int
const
x_10
=
i
;
int
const
x_12
=
as_type
<int>
((
as_type
<uint>
(
x_10
)
+
as_type
<uint>
(
1
)));
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}