blob: 53ee31202c00b406f6fb5fcabafecddae67e45a5 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 59
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
%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 %mat4x3_f16 "mat4x3_f16"
OpMemberName %mat4x3_f16 0 "col0"
OpMemberName %mat4x3_f16 1 "col1"
OpMemberName %mat4x3_f16 2 "col2"
OpMemberName %mat4x3_f16 3 "col3"
OpName %u "u"
OpName %s_block "s_block"
OpMemberName %s_block 0 "inner"
OpName %s "s"
OpName %conv_mat4x3_f16 "conv_mat4x3_f16"
OpName %val "val"
OpName %f "f"
OpDecorate %u_block_std140 Block
OpMemberDecorate %u_block_std140 0 Offset 0
OpMemberDecorate %mat4x3_f16 0 Offset 0
OpMemberDecorate %mat4x3_f16 1 Offset 8
OpMemberDecorate %mat4x3_f16 2 Offset 16
OpMemberDecorate %mat4x3_f16 3 Offset 24
OpDecorate %_arr_mat4x3_f16_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
%half = OpTypeFloat 16
%v3half = OpTypeVector %half 3
%mat4x3_f16 = OpTypeStruct %v3half %v3half %v3half %v3half
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_mat4x3_f16_uint_4 = OpTypeArray %mat4x3_f16 %uint_4
%u_block_std140 = OpTypeStruct %_arr_mat4x3_f16_uint_4
%_ptr_Uniform_u_block_std140 = OpTypePointer Uniform %u_block_std140
%u = OpVariable %_ptr_Uniform_u_block_std140 Uniform
%s_block = OpTypeStruct %half
%_ptr_StorageBuffer_s_block = OpTypePointer StorageBuffer %s_block
%s = OpVariable %_ptr_StorageBuffer_s_block StorageBuffer
%mat4v3half = OpTypeMatrix %v3half 4
%13 = OpTypeFunction %mat4v3half %mat4x3_f16
%void = OpTypeVoid
%23 = OpTypeFunction %void
%v4half = OpTypeVector %half 4
%mat3v4half = OpTypeMatrix %v4half 3
%uint_0 = OpConstant %uint 0
%uint_2 = OpConstant %uint 2
%_ptr_Uniform_mat4x3_f16 = OpTypePointer Uniform %mat4x3_f16
%38 = OpConstantNull %uint
%uint_1 = OpConstant %uint 1
%_ptr_Uniform_v3half = OpTypePointer Uniform %v3half
%_ptr_StorageBuffer_half = OpTypePointer StorageBuffer %half
%int = OpTypeInt 32 1
%52 = OpConstantNull %int
%conv_mat4x3_f16 = OpFunction %mat4v3half None %13
%val = OpFunctionParameter %mat4x3_f16
%17 = OpLabel
%18 = OpCompositeExtract %v3half %val 0
%19 = OpCompositeExtract %v3half %val 1
%20 = OpCompositeExtract %v3half %val 2
%21 = OpCompositeExtract %v3half %val 3
%22 = OpCompositeConstruct %mat4v3half %18 %19 %20 %21
OpReturnValue %22
OpFunctionEnd
%f = OpFunction %void None %23
%26 = OpLabel
%34 = OpAccessChain %_ptr_Uniform_mat4x3_f16 %u %uint_0 %uint_2
%35 = OpLoad %mat4x3_f16 %34
%30 = OpFunctionCall %mat4v3half %conv_mat4x3_f16 %35
%27 = OpTranspose %mat3v4half %30
%41 = OpAccessChain %_ptr_Uniform_v3half %u %uint_0 %38 %uint_1
%42 = OpLoad %v3half %41
%43 = OpVectorShuffle %v3half %42 %42 2 0 1
%36 = OpExtInst %half %37 Length %43
%45 = OpAccessChain %_ptr_Uniform_v3half %u %uint_0 %38 %uint_1
%46 = OpLoad %v3half %45
%47 = OpVectorShuffle %v3half %46 %46 2 0 1
%48 = OpCompositeExtract %half %47 0
%44 = OpExtInst %half %37 FAbs %48
%50 = OpAccessChain %_ptr_StorageBuffer_half %s %uint_0
%53 = OpCompositeExtract %v4half %27 0
%54 = OpCompositeExtract %half %53 0
%56 = OpFAdd %half %54 %36
%58 = OpFAdd %half %56 %44
OpStore %50 %58
OpReturn
OpFunctionEnd