blob: a4089f2fa75c651de8e9e5ce92411e3a724d0546 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 36
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %m "m"
OpName %out_block "out_block"
OpMemberName %out_block 0 "inner"
OpName %out "out"
OpName %assign_and_preserve_padding_out "assign_and_preserve_padding_out"
OpName %value "value"
OpName %f "f"
OpDecorate %out_block Block
OpMemberDecorate %out_block 0 Offset 0
OpMemberDecorate %out_block 0 ColMajor
OpMemberDecorate %out_block 0 MatrixStride 16
OpDecorate %out DescriptorSet 0
OpDecorate %out Binding 0
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%mat3v3float = OpTypeMatrix %v3float 3
%4 = OpConstantNull %mat3v3float
%_ptr_Private_mat3v3float = OpTypePointer Private %mat3v3float
%m = OpVariable %_ptr_Private_mat3v3float Private %4
%out_block = OpTypeStruct %mat3v3float
%_ptr_StorageBuffer_out_block = OpTypePointer StorageBuffer %out_block
%out = OpVariable %_ptr_StorageBuffer_out_block StorageBuffer
%void = OpTypeVoid
%10 = OpTypeFunction %void %mat3v3float
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%int = OpTypeInt 32 1
%18 = OpConstantNull %int
%_ptr_StorageBuffer_v3float = OpTypePointer StorageBuffer %v3float
%21 = OpConstantNull %uint
%int_1 = OpConstant %int 1
%uint_1 = OpConstant %uint 1
%int_2 = OpConstant %int 2
%uint_2 = OpConstant %uint 2
%31 = OpTypeFunction %void
%assign_and_preserve_padding_out = OpFunction %void None %10
%value = OpFunctionParameter %mat3v3float
%14 = OpLabel
%20 = OpAccessChain %_ptr_StorageBuffer_v3float %out %uint_0 %18
%22 = OpCompositeExtract %v3float %value 0
OpStore %20 %22
%24 = OpAccessChain %_ptr_StorageBuffer_v3float %out %uint_0 %int_1
%26 = OpCompositeExtract %v3float %value 1
OpStore %24 %26
%28 = OpAccessChain %_ptr_StorageBuffer_v3float %out %uint_0 %int_2
%30 = OpCompositeExtract %v3float %value 2
OpStore %28 %30
OpReturn
OpFunctionEnd
%f = OpFunction %void None %31
%33 = OpLabel
%35 = OpLoad %mat3v3float %m
%34 = OpFunctionCall %void %assign_and_preserve_padding_out %35
OpReturn
OpFunctionEnd