blob: c66f887ce447ee6435d9e3b94c14e2cb0af07563 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float t = 0.0f;
float4 m() {
t = 1.0f;
return float4((t).xxxx);
}
void f() {
const float4 tint_symbol = m();
vector<float16_t, 4> v = vector<float16_t, 4>(tint_symbol);
}