blob: 5df4a4ba668ee47255150fdf408837ccaa03224b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 55
; Schema: 0
OpCapability Shader
%45 = 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 "m_2"
OpMemberName %S_std140 4 "m_3"
OpMemberName %S_std140 5 "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 24
OpMemberDecorate %S_std140 4 Offset 32
OpMemberDecorate %S_std140 5 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
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%S_std140 = OpTypeStruct %int %v2float %v2float %v2float %v2float %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
%mat4v2float = OpTypeMatrix %v2float 4
%11 = OpTypeFunction %mat4v2float
%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_v2float = OpTypePointer Uniform %v2float
%uint_3 = OpConstant %uint 3
%void = OpTypeVoid
%36 = OpTypeFunction %void
%v4float = OpTypeVector %float 4
%mat2v4float = OpTypeMatrix %v4float 2
%46 = OpConstantNull %uint
%load_u_inner_2_m = OpFunction %mat4v2float None %11
%14 = OpLabel
%19 = OpAccessChain %_ptr_Uniform_S_std140 %u %uint_0 %uint_2
%23 = OpAccessChain %_ptr_Uniform_v2float %19 %uint_1
%24 = OpLoad %v2float %23
%26 = OpAccessChain %_ptr_Uniform_v2float %19 %uint_2
%27 = OpLoad %v2float %26
%30 = OpAccessChain %_ptr_Uniform_v2float %19 %uint_3
%31 = OpLoad %v2float %30
%33 = OpAccessChain %_ptr_Uniform_v2float %19 %uint_4
%34 = OpLoad %v2float %33
%35 = OpCompositeConstruct %mat4v2float %24 %27 %31 %34
OpReturnValue %35
OpFunctionEnd
%f = OpFunction %void None %36
%39 = OpLabel
%43 = OpFunctionCall %mat4v2float %load_u_inner_2_m
%40 = OpTranspose %mat2v4float %43
%47 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %46 %uint_2
%48 = OpLoad %v2float %47
%49 = OpVectorShuffle %v2float %48 %48 1 0
%44 = OpExtInst %float %45 Length %49
%51 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %46 %uint_2
%52 = OpLoad %v2float %51
%53 = OpVectorShuffle %v2float %52 %52 1 0
%54 = OpCompositeExtract %float %53 0
%50 = OpExtInst %float %45 FAbs %54
OpReturn
OpFunctionEnd