blob: a56bc7621f8f3ddaf4ee1486b10411822b4175ce [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 57
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
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 8
OpDecorate %out DescriptorSet 0
OpDecorate %out Binding 0
%half = OpTypeFloat 16
%v3half = OpTypeVector %half 3
%mat4v3half = OpTypeMatrix %v3half 4
%4 = OpConstantNull %half
%half_0x1p_0 = OpConstant %half 0x1p+0
%half_0x1p_1 = OpConstant %half 0x1p+1
%7 = OpConstantComposite %v3half %4 %half_0x1p_0 %half_0x1p_1
%half_0x1_8p_1 = OpConstant %half 0x1.8p+1
%half_0x1p_2 = OpConstant %half 0x1p+2
%half_0x1_4p_2 = OpConstant %half 0x1.4p+2
%11 = OpConstantComposite %v3half %half_0x1_8p_1 %half_0x1p_2 %half_0x1_4p_2
%half_0x1_8p_2 = OpConstant %half 0x1.8p+2
%half_0x1_cp_2 = OpConstant %half 0x1.cp+2
%half_0x1p_3 = OpConstant %half 0x1p+3
%15 = OpConstantComposite %v3half %half_0x1_8p_2 %half_0x1_cp_2 %half_0x1p_3
%half_0x1_2p_3 = OpConstant %half 0x1.2p+3
%half_0x1_4p_3 = OpConstant %half 0x1.4p+3
%half_0x1_6p_3 = OpConstant %half 0x1.6p+3
%19 = OpConstantComposite %v3half %half_0x1_2p_3 %half_0x1_4p_3 %half_0x1_6p_3
%20 = OpConstantComposite %mat4v3half %7 %11 %15 %19
%_ptr_Private_mat4v3half = OpTypePointer Private %mat4v3half
%m = OpVariable %_ptr_Private_mat4v3half Private %20
%out_block = OpTypeStruct %mat4v3half
%_ptr_StorageBuffer_out_block = OpTypePointer StorageBuffer %out_block
%out = OpVariable %_ptr_StorageBuffer_out_block StorageBuffer
%void = OpTypeVoid
%26 = OpTypeFunction %void %mat4v3half
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%int = OpTypeInt 32 1
%34 = OpConstantNull %int
%_ptr_StorageBuffer_v3half = OpTypePointer StorageBuffer %v3half
%37 = OpConstantNull %uint
%int_1 = OpConstant %int 1
%uint_1 = OpConstant %uint 1
%int_2 = OpConstant %int 2
%uint_2 = OpConstant %uint 2
%int_3 = OpConstant %int 3
%uint_3 = OpConstant %uint 3
%51 = OpTypeFunction %void
%assign_and_preserve_padding_out = OpFunction %void None %26
%value = OpFunctionParameter %mat4v3half
%30 = OpLabel
%36 = OpAccessChain %_ptr_StorageBuffer_v3half %out %uint_0 %34
%38 = OpCompositeExtract %v3half %value 0
OpStore %36 %38
%40 = OpAccessChain %_ptr_StorageBuffer_v3half %out %uint_0 %int_1
%42 = OpCompositeExtract %v3half %value 1
OpStore %40 %42
%44 = OpAccessChain %_ptr_StorageBuffer_v3half %out %uint_0 %int_2
%46 = OpCompositeExtract %v3half %value 2
OpStore %44 %46
%48 = OpAccessChain %_ptr_StorageBuffer_v3half %out %uint_0 %int_3
%50 = OpCompositeExtract %v3half %value 3
OpStore %48 %50
OpReturn
OpFunctionEnd
%f = OpFunction %void None %51
%53 = OpLabel
%56 = OpLoad %mat4v3half %m
%54 = OpFunctionCall %void %assign_and_preserve_padding_out %56
OpReturn
OpFunctionEnd