blob: 6e27b10ba6480b8494c55e675725988c39ad0c6e [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 54
; 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 %m_block_std140 "m_block_std140"
OpMemberName %m_block_std140 0 "inner_0"
OpMemberName %m_block_std140 1 "inner_1"
OpName %m "m"
OpName %counter "counter"
OpName %i "i"
OpName %load_m_inner "load_m_inner"
OpName %load_m_inner_p0 "load_m_inner_p0"
OpName %p0 "p0"
OpName %f "f"
OpDecorate %m_block_std140 Block
OpMemberDecorate %m_block_std140 0 Offset 0
OpMemberDecorate %m_block_std140 1 Offset 8
OpDecorate %m NonWritable
OpDecorate %m DescriptorSet 0
OpDecorate %m Binding 0
%half = OpTypeFloat 16
%v3half = OpTypeVector %half 3
%m_block_std140 = OpTypeStruct %v3half %v3half
%_ptr_Uniform_m_block_std140 = OpTypePointer Uniform %m_block_std140
%m = OpVariable %_ptr_Uniform_m_block_std140 Uniform
%int = OpTypeInt 32 1
%7 = OpConstantNull %int
%_ptr_Private_int = OpTypePointer Private %int
%counter = OpVariable %_ptr_Private_int Private %7
%10 = OpTypeFunction %int
%int_1 = OpConstant %int 1
%mat2v3half = OpTypeMatrix %v3half 2
%17 = OpTypeFunction %mat2v3half
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_v3half = OpTypePointer Uniform %v3half
%uint_1 = OpConstant %uint 1
%33 = OpTypeFunction %v3half %uint
%45 = OpConstantNull %v3half
%void = OpTypeVoid
%46 = OpTypeFunction %void
%i = OpFunction %int None %10
%12 = OpLabel
%13 = OpLoad %int %counter
%15 = OpIAdd %int %13 %int_1
OpStore %counter %15
%16 = OpLoad %int %counter
OpReturnValue %16
OpFunctionEnd
%load_m_inner = OpFunction %mat2v3half None %17
%20 = OpLabel
%26 = OpAccessChain %_ptr_Uniform_v3half %m %uint_0
%27 = OpLoad %v3half %26
%30 = OpAccessChain %_ptr_Uniform_v3half %m %uint_1
%31 = OpLoad %v3half %30
%32 = OpCompositeConstruct %mat2v3half %27 %31
OpReturnValue %32
OpFunctionEnd
%load_m_inner_p0 = OpFunction %v3half None %33
%p0 = OpFunctionParameter %uint
%36 = OpLabel
OpSelectionMerge %37 None
OpSwitch %p0 %38 0 %39 1 %40
%39 = OpLabel
%41 = OpAccessChain %_ptr_Uniform_v3half %m %uint_0
%42 = OpLoad %v3half %41
OpReturnValue %42
%40 = OpLabel
%43 = OpAccessChain %_ptr_Uniform_v3half %m %uint_1
%44 = OpLoad %v3half %43
OpReturnValue %44
%38 = OpLabel
OpReturnValue %45
%37 = OpLabel
OpReturnValue %45
OpFunctionEnd
%f = OpFunction %void None %46
%49 = OpLabel
%50 = OpFunctionCall %int %i
%51 = OpFunctionCall %mat2v3half %load_m_inner
%53 = OpBitcast %uint %50
%52 = OpFunctionCall %v3half %load_m_inner_p0 %53
OpReturn
OpFunctionEnd