blob: 276395b0320c8c375299bc6478bdd83f6c9b74b9 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 59
; Schema: 0
OpCapability Shader
%37 = 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 %mat4x2_f32 "mat4x2_f32"
OpMemberName %mat4x2_f32 0 "col0"
OpMemberName %mat4x2_f32 1 "col1"
OpMemberName %mat4x2_f32 2 "col2"
OpMemberName %mat4x2_f32 3 "col3"
OpName %u "u"
OpName %s_block "s_block"
OpMemberName %s_block 0 "inner"
OpName %s "s"
OpName %conv_mat4x2_f32 "conv_mat4x2_f32"
OpName %val "val"
OpName %f "f"
OpDecorate %u_block_std140 Block
OpMemberDecorate %u_block_std140 0 Offset 0
OpMemberDecorate %mat4x2_f32 0 Offset 0
OpMemberDecorate %mat4x2_f32 1 Offset 8
OpMemberDecorate %mat4x2_f32 2 Offset 16
OpMemberDecorate %mat4x2_f32 3 Offset 24
OpDecorate %_arr_mat4x2_f32_uint_4 ArrayStride 32
OpDecorate %u NonWritable
OpDecorate %u DescriptorSet 0
OpDecorate %u Binding 0
OpDecorate %s_block Block
OpMemberDecorate %s_block 0 Offset 0
OpDecorate %s DescriptorSet 0
OpDecorate %s Binding 1
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%mat4x2_f32 = OpTypeStruct %v2float %v2float %v2float %v2float
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_mat4x2_f32_uint_4 = OpTypeArray %mat4x2_f32 %uint_4
%u_block_std140 = OpTypeStruct %_arr_mat4x2_f32_uint_4
%_ptr_Uniform_u_block_std140 = OpTypePointer Uniform %u_block_std140
%u = OpVariable %_ptr_Uniform_u_block_std140 Uniform
%s_block = OpTypeStruct %float
%_ptr_StorageBuffer_s_block = OpTypePointer StorageBuffer %s_block
%s = OpVariable %_ptr_StorageBuffer_s_block StorageBuffer
%mat4v2float = OpTypeMatrix %v2float 4
%13 = OpTypeFunction %mat4v2float %mat4x2_f32
%void = OpTypeVoid
%23 = OpTypeFunction %void
%v4float = OpTypeVector %float 4
%mat2v4float = OpTypeMatrix %v4float 2
%uint_0 = OpConstant %uint 0
%uint_2 = OpConstant %uint 2
%_ptr_Uniform_mat4x2_f32 = OpTypePointer Uniform %mat4x2_f32
%38 = OpConstantNull %uint
%uint_1 = OpConstant %uint 1
%_ptr_Uniform_v2float = OpTypePointer Uniform %v2float
%_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float
%int = OpTypeInt 32 1
%52 = OpConstantNull %int
%conv_mat4x2_f32 = OpFunction %mat4v2float None %13
%val = OpFunctionParameter %mat4x2_f32
%17 = OpLabel
%18 = OpCompositeExtract %v2float %val 0
%19 = OpCompositeExtract %v2float %val 1
%20 = OpCompositeExtract %v2float %val 2
%21 = OpCompositeExtract %v2float %val 3
%22 = OpCompositeConstruct %mat4v2float %18 %19 %20 %21
OpReturnValue %22
OpFunctionEnd
%f = OpFunction %void None %23
%26 = OpLabel
%34 = OpAccessChain %_ptr_Uniform_mat4x2_f32 %u %uint_0 %uint_2
%35 = OpLoad %mat4x2_f32 %34
%30 = OpFunctionCall %mat4v2float %conv_mat4x2_f32 %35
%27 = OpTranspose %mat2v4float %30
%41 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %38 %uint_1
%42 = OpLoad %v2float %41
%43 = OpVectorShuffle %v2float %42 %42 1 0
%36 = OpExtInst %float %37 Length %43
%45 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %38 %uint_1
%46 = OpLoad %v2float %45
%47 = OpVectorShuffle %v2float %46 %46 1 0
%48 = OpCompositeExtract %float %47 0
%44 = OpExtInst %float %37 FAbs %48
%50 = OpAccessChain %_ptr_StorageBuffer_float %s %uint_0
%53 = OpCompositeExtract %v4float %27 0
%54 = OpCompositeExtract %float %53 0
%56 = OpFAdd %float %54 %36
%58 = OpFAdd %float %56 %44
OpStore %50 %58
OpReturn
OpFunctionEnd