blob: 95d5fea555529328264028eee876618d1bd53a5f [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
OpCapability StorageInputOutput16
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %u_block_std140 "u_block_std140"
OpMemberName %u_block_std140 0 "inner_0"
OpMemberName %u_block_std140 1 "inner_1"
OpMemberName %u_block_std140 2 "inner_2"
OpMemberName %u_block_std140 3 "inner_3"
OpName %u "u"
OpName %u_block "u_block"
OpMemberName %u_block 0 "inner"
OpName %s "s"
OpName %load_u_inner "load_u_inner"
OpName %f "f"
OpDecorate %u_block_std140 Block
OpMemberDecorate %u_block_std140 0 Offset 0
OpMemberDecorate %u_block_std140 1 Offset 8
OpMemberDecorate %u_block_std140 2 Offset 16
OpMemberDecorate %u_block_std140 3 Offset 24
OpDecorate %u NonWritable
OpDecorate %u DescriptorSet 0
OpDecorate %u Binding 0
OpDecorate %u_block Block
OpMemberDecorate %u_block 0 Offset 0
OpMemberDecorate %u_block 0 ColMajor
OpMemberDecorate %u_block 0 MatrixStride 8
OpDecorate %s DescriptorSet 0
OpDecorate %s Binding 1
%half = OpTypeFloat 16
%v4half = OpTypeVector %half 4
%u_block_std140 = OpTypeStruct %v4half %v4half %v4half %v4half
%_ptr_Uniform_u_block_std140 = OpTypePointer Uniform %u_block_std140
%u = OpVariable %_ptr_Uniform_u_block_std140 Uniform
%mat4v4half = OpTypeMatrix %v4half 4
%u_block = OpTypeStruct %mat4v4half
%_ptr_StorageBuffer_u_block = OpTypePointer StorageBuffer %u_block
%s = OpVariable %_ptr_StorageBuffer_u_block StorageBuffer
%10 = OpTypeFunction %mat4v4half
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_v4half = OpTypePointer Uniform %v4half
%uint_1 = OpConstant %uint 1
%uint_2 = OpConstant %uint 2
%uint_3 = OpConstant %uint 3
%void = OpTypeVoid
%33 = OpTypeFunction %void
%_ptr_StorageBuffer_mat4v4half = OpTypePointer StorageBuffer %mat4v4half
%int = OpTypeInt 32 1
%int_1 = OpConstant %int 1
%_ptr_StorageBuffer_v4half = OpTypePointer StorageBuffer %v4half
%50 = OpConstantNull %int
%_ptr_StorageBuffer_half = OpTypePointer StorageBuffer %half
%53 = OpConstantNull %uint
%_ptr_Uniform_half = OpTypePointer Uniform %half
%load_u_inner = OpFunction %mat4v4half None %10
%12 = OpLabel
%18 = OpAccessChain %_ptr_Uniform_v4half %u %uint_0
%19 = OpLoad %v4half %18
%22 = OpAccessChain %_ptr_Uniform_v4half %u %uint_1
%23 = OpLoad %v4half %22
%26 = OpAccessChain %_ptr_Uniform_v4half %u %uint_2
%27 = OpLoad %v4half %26
%30 = OpAccessChain %_ptr_Uniform_v4half %u %uint_3
%31 = OpLoad %v4half %30
%32 = OpCompositeConstruct %mat4v4half %19 %23 %27 %31
OpReturnValue %32
OpFunctionEnd
%f = OpFunction %void None %33
%36 = OpLabel
%38 = OpAccessChain %_ptr_StorageBuffer_mat4v4half %s %uint_0
%39 = OpFunctionCall %mat4v4half %load_u_inner
OpStore %38 %39
%43 = OpAccessChain %_ptr_StorageBuffer_v4half %s %uint_0 %int_1
%44 = OpAccessChain %_ptr_Uniform_v4half %u %uint_0
%45 = OpLoad %v4half %44
OpStore %43 %45
%46 = OpAccessChain %_ptr_StorageBuffer_v4half %s %uint_0 %int_1
%47 = OpAccessChain %_ptr_Uniform_v4half %u %uint_0
%48 = OpLoad %v4half %47
%49 = OpVectorShuffle %v4half %48 %48 1 3 0 2
OpStore %46 %49
%52 = OpAccessChain %_ptr_StorageBuffer_half %s %uint_0 %50 %int_1
%55 = OpAccessChain %_ptr_Uniform_half %u %uint_1 %53
%56 = OpLoad %half %55
OpStore %52 %56
OpReturn
OpFunctionEnd