Sign in
dawn
/
tint
/
refs/heads/chromium/4605
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_10.spvasm.expected.hlsl
blob: 94048485ba17eb724a8b1edc535992c27c0b366e [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
float2 x_1
=
float2
(
50.0f
,
60.0f
);
const
float2 x_2
=
ddx_fine
(
x_1
);
return
;
}
void
main
()
{
main_1
();
return
;
}