Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvLogicalTest_Select_VecBoolCond_VectorParams.spvasm.expected.hlsl
blob: 4c97d412a6188513e4f87c2cde9e0a8ce22ccfe1 [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
uint2 x_1
=
(
bool2
(
true
,
false
)
?
uint2
(
10u
,
20u
)
:
uint2
(
20u
,
10u
));
return
;
}
void
main
()
{
main_1
();
return
;
}