blob: 3017e982922c62ab42427cf1c9b69d98cfd343e8 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 48
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability StorageInputOutput16
%38 = OpExtInstImport "GLSL.std.450"
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"
OpName %S_std140 "S_std140"
OpMemberName %S_std140 0 "before"
OpMemberName %S_std140 1 "m_0"
OpMemberName %S_std140 2 "m_1"
OpMemberName %S_std140 3 "after"
OpName %u "u"
OpName %load_u_inner_2_m "load_u_inner_2_m"
OpName %f "f"
OpDecorate %u_block_std140 Block
OpMemberDecorate %u_block_std140 0 Offset 0
OpMemberDecorate %S_std140 0 Offset 0
OpMemberDecorate %S_std140 1 Offset 8
OpMemberDecorate %S_std140 2 Offset 16
OpMemberDecorate %S_std140 3 Offset 64
OpDecorate %_arr_S_std140_uint_4 ArrayStride 128
OpDecorate %u NonWritable
OpDecorate %u DescriptorSet 0
OpDecorate %u Binding 0
%int = OpTypeInt 32 1
%half = OpTypeFloat 16
%v4half = OpTypeVector %half 4
%S_std140 = OpTypeStruct %int %v4half %v4half %int
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_S_std140_uint_4 = OpTypeArray %S_std140 %uint_4
%u_block_std140 = OpTypeStruct %_arr_S_std140_uint_4
%_ptr_Uniform_u_block_std140 = OpTypePointer Uniform %u_block_std140
%u = OpVariable %_ptr_Uniform_u_block_std140 Uniform
%mat2v4half = OpTypeMatrix %v4half 2
%11 = OpTypeFunction %mat2v4half
%uint_0 = OpConstant %uint 0
%uint_2 = OpConstant %uint 2
%_ptr_Uniform_S_std140 = OpTypePointer Uniform %S_std140
%uint_1 = OpConstant %uint 1
%_ptr_Uniform_v4half = OpTypePointer Uniform %v4half
%void = OpTypeVoid
%29 = OpTypeFunction %void
%v2half = OpTypeVector %half 2
%mat4v2half = OpTypeMatrix %v2half 4
%39 = OpConstantNull %uint
%load_u_inner_2_m = OpFunction %mat2v4half None %11
%14 = OpLabel
%19 = OpAccessChain %_ptr_Uniform_S_std140 %u %uint_0 %uint_2
%23 = OpAccessChain %_ptr_Uniform_v4half %19 %uint_1
%24 = OpLoad %v4half %23
%26 = OpAccessChain %_ptr_Uniform_v4half %19 %uint_2
%27 = OpLoad %v4half %26
%28 = OpCompositeConstruct %mat2v4half %24 %27
OpReturnValue %28
OpFunctionEnd
%f = OpFunction %void None %29
%32 = OpLabel
%36 = OpFunctionCall %mat2v4half %load_u_inner_2_m
%33 = OpTranspose %mat4v2half %36
%40 = OpAccessChain %_ptr_Uniform_v4half %u %uint_0 %39 %uint_2
%41 = OpLoad %v4half %40
%42 = OpVectorShuffle %v4half %41 %41 1 3 0 2
%37 = OpExtInst %half %38 Length %42
%44 = OpAccessChain %_ptr_Uniform_v4half %u %uint_0 %39 %uint_2
%45 = OpLoad %v4half %44
%46 = OpVectorShuffle %v4half %45 %45 1 3 0 2
%47 = OpCompositeExtract %half %46 0
%43 = OpExtInst %half %38 FAbs %47
OpReturn
OpFunctionEnd