| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 47 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %bool_var "bool_var" |
| OpName %i32_var "i32_var" |
| OpName %u32_var "u32_var" |
| OpName %f32_var "f32_var" |
| OpName %v2i32_var "v2i32_var" |
| OpName %v3u32_var "v3u32_var" |
| OpName %v4f32_var "v4f32_var" |
| OpName %m2x3_var "m2x3_var" |
| OpName %arr_var "arr_var" |
| OpName %S "S" |
| OpMemberName %S 0 "a" |
| OpName %struct_var "struct_var" |
| OpName %main "main" |
| OpDecorate %_arr_float_uint_4 ArrayStride 4 |
| OpMemberDecorate %S 0 Offset 0 |
| %bool = OpTypeBool |
| %2 = OpConstantNull %bool |
| %_ptr_Private_bool = OpTypePointer Private %bool |
| %bool_var = OpVariable %_ptr_Private_bool Private %2 |
| %int = OpTypeInt 32 1 |
| %6 = OpConstantNull %int |
| %_ptr_Private_int = OpTypePointer Private %int |
| %i32_var = OpVariable %_ptr_Private_int Private %6 |
| %uint = OpTypeInt 32 0 |
| %10 = OpConstantNull %uint |
| %_ptr_Private_uint = OpTypePointer Private %uint |
| %u32_var = OpVariable %_ptr_Private_uint Private %10 |
| %float = OpTypeFloat 32 |
| %14 = OpConstantNull %float |
| %_ptr_Private_float = OpTypePointer Private %float |
| %f32_var = OpVariable %_ptr_Private_float Private %14 |
| %v2int = OpTypeVector %int 2 |
| %18 = OpConstantNull %v2int |
| %_ptr_Private_v2int = OpTypePointer Private %v2int |
| %v2i32_var = OpVariable %_ptr_Private_v2int Private %18 |
| %v3uint = OpTypeVector %uint 3 |
| %22 = OpConstantNull %v3uint |
| %_ptr_Private_v3uint = OpTypePointer Private %v3uint |
| %v3u32_var = OpVariable %_ptr_Private_v3uint Private %22 |
| %v4float = OpTypeVector %float 4 |
| %26 = OpConstantNull %v4float |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %v4f32_var = OpVariable %_ptr_Private_v4float Private %26 |
| %v3float = OpTypeVector %float 3 |
| %mat2v3float = OpTypeMatrix %v3float 2 |
| %31 = OpConstantNull %mat2v3float |
| %_ptr_Private_mat2v3float = OpTypePointer Private %mat2v3float |
| %m2x3_var = OpVariable %_ptr_Private_mat2v3float Private %31 |
| %uint_4 = OpConstant %uint 4 |
| %_arr_float_uint_4 = OpTypeArray %float %uint_4 |
| %36 = OpConstantNull %_arr_float_uint_4 |
| %_ptr_Private__arr_float_uint_4 = OpTypePointer Private %_arr_float_uint_4 |
| %arr_var = OpVariable %_ptr_Private__arr_float_uint_4 Private %36 |
| %S = OpTypeStruct %float |
| %40 = OpConstantNull %S |
| %_ptr_Private_S = OpTypePointer Private %S |
| %struct_var = OpVariable %_ptr_Private_S Private %40 |
| %void = OpTypeVoid |
| %43 = OpTypeFunction %void |
| %main = OpFunction %void None %43 |
| %46 = OpLabel |
| OpStore %bool_var %2 |
| OpStore %i32_var %6 |
| OpStore %u32_var %10 |
| OpStore %f32_var %14 |
| OpStore %v2i32_var %18 |
| OpStore %v3u32_var %22 |
| OpStore %v4f32_var %26 |
| OpStore %m2x3_var %31 |
| OpStore %arr_var %36 |
| OpStore %struct_var %40 |
| OpReturn |
| OpFunctionEnd |