blob: f171268d1cd6777112f396df2883911f00b60e59 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 69
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f" %local_invocation_index_1
OpExecutionMode %f LocalSize 1 1 1
OpName %local_invocation_index_1 "local_invocation_index_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"
OpName %u "u"
OpName %w "w"
OpName %tint_zero_workgroup_memory "tint_zero_workgroup_memory"
OpName %local_idx "local_idx"
OpName %load_u_inner "load_u_inner"
OpName %f_inner "f_inner"
OpName %local_invocation_index "local_invocation_index"
OpName %f "f"
OpDecorate %local_invocation_index_1 BuiltIn LocalInvocationIndex
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
OpDecorate %u NonWritable
OpDecorate %u DescriptorSet 0
OpDecorate %u Binding 0
%uint = OpTypeInt 32 0
%_ptr_Input_uint = OpTypePointer Input %uint
%local_invocation_index_1 = OpVariable %_ptr_Input_uint Input
%half = OpTypeFloat 16
%v3half = OpTypeVector %half 3
%u_block_std140 = OpTypeStruct %v3half %v3half %v3half
%_ptr_Uniform_u_block_std140 = OpTypePointer Uniform %u_block_std140
%u = OpVariable %_ptr_Uniform_u_block_std140 Uniform
%mat3v3half = OpTypeMatrix %v3half 3
%_ptr_Workgroup_mat3v3half = OpTypePointer Workgroup %mat3v3half
%w = OpVariable %_ptr_Workgroup_mat3v3half Workgroup
%void = OpTypeVoid
%12 = OpTypeFunction %void %uint
%uint_1 = OpConstant %uint 1
%bool = OpTypeBool
%22 = OpConstantNull %mat3v3half
%uint_2 = OpConstant %uint 2
%uint_264 = OpConstant %uint 264
%26 = OpTypeFunction %mat3v3half
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_v3half = OpTypePointer Uniform %v3half
%int = OpTypeInt 32 1
%int_1 = OpConstant %int 1
%_ptr_Workgroup_v3half = OpTypePointer Workgroup %v3half
%57 = OpConstantNull %int
%_ptr_Workgroup_half = OpTypePointer Workgroup %half
%60 = OpConstantNull %uint
%_ptr_Uniform_half = OpTypePointer Uniform %half
%64 = OpTypeFunction %void
%tint_zero_workgroup_memory = OpFunction %void None %12
%local_idx = OpFunctionParameter %uint
%16 = OpLabel
%18 = OpULessThan %bool %local_idx %uint_1
OpSelectionMerge %20 None
OpBranchConditional %18 %21 %20
%21 = OpLabel
OpStore %w %22
OpBranch %20
%20 = OpLabel
OpControlBarrier %uint_2 %uint_2 %uint_264
OpReturn
OpFunctionEnd
%load_u_inner = OpFunction %mat3v3half None %26
%28 = OpLabel
%33 = OpAccessChain %_ptr_Uniform_v3half %u %uint_0
%34 = OpLoad %v3half %33
%36 = OpAccessChain %_ptr_Uniform_v3half %u %uint_1
%37 = OpLoad %v3half %36
%39 = OpAccessChain %_ptr_Uniform_v3half %u %uint_2
%40 = OpLoad %v3half %39
%41 = OpCompositeConstruct %mat3v3half %34 %37 %40
OpReturnValue %41
OpFunctionEnd
%f_inner = OpFunction %void None %12
%local_invocation_index = OpFunctionParameter %uint
%44 = OpLabel
%45 = OpFunctionCall %void %tint_zero_workgroup_memory %local_invocation_index
%46 = OpFunctionCall %mat3v3half %load_u_inner
OpStore %w %46
%50 = OpAccessChain %_ptr_Workgroup_v3half %w %int_1
%51 = OpAccessChain %_ptr_Uniform_v3half %u %uint_0
%52 = OpLoad %v3half %51
OpStore %50 %52
%53 = OpAccessChain %_ptr_Workgroup_v3half %w %int_1
%54 = OpAccessChain %_ptr_Uniform_v3half %u %uint_0
%55 = OpLoad %v3half %54
%56 = OpVectorShuffle %v3half %55 %55 2 0 1
OpStore %53 %56
%59 = OpAccessChain %_ptr_Workgroup_half %w %57 %int_1
%62 = OpAccessChain %_ptr_Uniform_half %u %uint_1 %60
%63 = OpLoad %half %62
OpStore %59 %63
OpReturn
OpFunctionEnd
%f = OpFunction %void None %64
%66 = OpLabel
%68 = OpLoad %uint %local_invocation_index_1
%67 = OpFunctionCall %void %f_inner %68
OpReturn
OpFunctionEnd