Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_Branch_BackEdge_MultiBlockLoop.spvasm.expected.msl
blob: 323585ca35222acb71784bc4dddb56b047a97bfa [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
(
thread
uint
*
const
tint_symbol_1
)
{
while
(
true
)
{
{
*(
tint_symbol_1
)
=
1u
;
}
}
return
;
}
fragment
void
tint_symbol
()
{
thread
uint
tint_symbol_2
=
0u
;
main_1
(&(
tint_symbol_2
));
return
;
}