2021-06-16 09:19:36 +00:00
|
|
|
[numthreads(1, 1, 1)]
|
|
|
|
void unused_entry_point() {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2021-06-16 09:50:11 +00:00
|
|
|
struct tint_padded_array_element {
|
2021-06-18 21:15:25 +00:00
|
|
|
int el;
|
2021-06-16 09:50:11 +00:00
|
|
|
};
|
2021-06-16 09:19:36 +00:00
|
|
|
struct tint_array_wrapper {
|
2021-06-18 21:15:25 +00:00
|
|
|
tint_padded_array_element arr[4];
|
2021-06-16 09:19:36 +00:00
|
|
|
};
|
2021-06-16 09:19:36 +00:00
|
|
|
struct S {
|
2021-06-18 21:15:25 +00:00
|
|
|
tint_array_wrapper arr;
|
2021-06-16 09:19:36 +00:00
|
|
|
};
|
2021-06-16 09:19:36 +00:00
|
|
|
|
2021-06-18 21:15:25 +00:00
|
|
|
tint_array_wrapper tint_symbol_2(uint4 buffer[4], uint offset) {
|
|
|
|
const int scalar_offset = ((offset + 0u)) / 4;
|
|
|
|
const int scalar_offset_1 = ((offset + 16u)) / 4;
|
|
|
|
const int scalar_offset_2 = ((offset + 32u)) / 4;
|
|
|
|
const int scalar_offset_3 = ((offset + 48u)) / 4;
|
|
|
|
const tint_array_wrapper tint_symbol_5 = {{{asint(buffer[scalar_offset / 4][scalar_offset % 4])}, {asint(buffer[scalar_offset_1 / 4][scalar_offset_1 % 4])}, {asint(buffer[scalar_offset_2 / 4][scalar_offset_2 % 4])}, {asint(buffer[scalar_offset_3 / 4][scalar_offset_3 % 4])}}};
|
|
|
|
return tint_symbol_5;
|
|
|
|
}
|
|
|
|
|
|
|
|
tint_array_wrapper tint_symbol_4(RWByteAddressBuffer buffer, uint offset) {
|
|
|
|
const tint_array_wrapper tint_symbol_6 = {{{asint(buffer.Load((offset + 0u)))}, {asint(buffer.Load((offset + 16u)))}, {asint(buffer.Load((offset + 32u)))}, {asint(buffer.Load((offset + 48u)))}}};
|
|
|
|
return tint_symbol_6;
|
2021-06-16 09:19:36 +00:00
|
|
|
}
|
|
|
|
|
2021-06-21 19:37:58 +00:00
|
|
|
static tint_array_wrapper src_private = {{{0}, {0}, {0}, {0}}};
|
2021-06-16 09:19:36 +00:00
|
|
|
groupshared tint_array_wrapper src_workgroup;
|
2021-06-18 21:15:25 +00:00
|
|
|
cbuffer cbuffer_src_uniform : register(b0, space0) {
|
|
|
|
uint4 src_uniform[4];
|
|
|
|
};
|
2021-06-16 09:19:36 +00:00
|
|
|
RWByteAddressBuffer src_storage : register(u1, space0);
|
|
|
|
|
2021-06-16 09:19:36 +00:00
|
|
|
tint_array_wrapper ret_arr() {
|
2021-06-18 21:15:25 +00:00
|
|
|
const tint_array_wrapper tint_symbol_7 = {{{0}, {0}, {0}, {0}}};
|
|
|
|
return tint_symbol_7;
|
2021-06-16 09:19:36 +00:00
|
|
|
}
|
2021-06-16 09:19:36 +00:00
|
|
|
|
2021-06-16 09:19:36 +00:00
|
|
|
S ret_struct_arr() {
|
2021-06-18 21:15:25 +00:00
|
|
|
const S tint_symbol_8 = {{{{0}, {0}, {0}, {0}}}};
|
|
|
|
return tint_symbol_8;
|
2021-06-16 09:19:36 +00:00
|
|
|
}
|
2021-06-16 09:19:36 +00:00
|
|
|
|
|
|
|
struct tint_array_wrapper_3 {
|
|
|
|
int arr[2];
|
|
|
|
};
|
|
|
|
struct tint_array_wrapper_2 {
|
|
|
|
tint_array_wrapper_3 arr[3];
|
|
|
|
};
|
|
|
|
struct tint_array_wrapper_1 {
|
|
|
|
tint_array_wrapper_2 arr[4];
|
|
|
|
};
|
|
|
|
|
|
|
|
void foo(tint_array_wrapper src_param) {
|
2021-06-18 21:15:25 +00:00
|
|
|
tint_array_wrapper src_function = {{{0}, {0}, {0}, {0}}};
|
|
|
|
tint_array_wrapper tint_symbol = {{{0}, {0}, {0}, {0}}};
|
|
|
|
const tint_array_wrapper tint_symbol_9 = {{{1}, {2}, {3}, {3}}};
|
|
|
|
tint_symbol = tint_symbol_9;
|
2021-06-16 09:19:36 +00:00
|
|
|
tint_symbol = src_param;
|
|
|
|
tint_symbol = ret_arr();
|
2021-06-18 21:15:25 +00:00
|
|
|
const tint_array_wrapper src_let = {{{0}, {0}, {0}, {0}}};
|
2021-06-16 09:19:36 +00:00
|
|
|
tint_symbol = src_let;
|
|
|
|
tint_symbol = src_function;
|
|
|
|
tint_symbol = src_private;
|
|
|
|
tint_symbol = src_workgroup;
|
|
|
|
tint_symbol = ret_struct_arr().arr;
|
2021-06-18 21:15:25 +00:00
|
|
|
tint_symbol = tint_symbol_2(src_uniform, 0u);
|
|
|
|
tint_symbol = tint_symbol_4(src_storage, 0u);
|
2021-06-16 09:19:36 +00:00
|
|
|
tint_array_wrapper_1 dst_nested = {{{{{{0, 0}}, {{0, 0}}, {{0, 0}}}}, {{{{0, 0}}, {{0, 0}}, {{0, 0}}}}, {{{{0, 0}}, {{0, 0}}, {{0, 0}}}}, {{{{0, 0}}, {{0, 0}}, {{0, 0}}}}}};
|
|
|
|
tint_array_wrapper_1 src_nested = {{{{{{0, 0}}, {{0, 0}}, {{0, 0}}}}, {{{{0, 0}}, {{0, 0}}, {{0, 0}}}}, {{{{0, 0}}, {{0, 0}}, {{0, 0}}}}, {{{{0, 0}}, {{0, 0}}, {{0, 0}}}}}};
|
2021-06-16 09:19:36 +00:00
|
|
|
dst_nested = src_nested;
|
|
|
|
}
|