2022-03-31 22:30:10 +00:00
|
|
|
#include <metal_stdlib>
|
2022-03-31 22:30:10 +00:00
|
|
|
|
2022-03-31 22:30:10 +00:00
|
|
|
using namespace metal;
|
2022-03-31 22:30:10 +00:00
|
|
|
struct S {
|
2022-03-31 22:30:10 +00:00
|
|
|
/* 0x0000 */ int4 a;
|
|
|
|
};
|
2022-03-31 22:30:10 +00:00
|
|
|
|
2022-03-31 22:30:10 +00:00
|
|
|
void foo(device S* const tint_symbol) {
|
2022-10-05 17:49:00 +00:00
|
|
|
(*(tint_symbol)).a = as_type<int4>((as_type<uint4>(int4((*(tint_symbol)).a)) * as_type<uint4>(int4(int4(2)))));
|
2022-03-31 22:30:10 +00:00
|
|
|
}
|
|
|
|
|