blob: 52ab2f66303493cce57444f24e5a4f507e4bdc88 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 43
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability StorageInputOutput16
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %frag_main "frag_main" %f_1 %u_1 %v_1 %x_1 %y_1
OpExecutionMode %frag_main OriginUpperLeft
OpName %f_1 "f_1"
OpName %u_1 "u_1"
OpName %v_1 "v_1"
OpName %x_1 "x_1"
OpName %y_1 "y_1"
OpName %output_block "output_block"
OpMemberName %output_block 0 "inner"
OpName %S "S"
OpMemberName %S 0 "f"
OpMemberName %S 1 "u"
OpMemberName %S 2 "v"
OpMemberName %S 3 "x"
OpMemberName %S 4 "y"
OpName %output "output"
OpName %frag_main_inner "frag_main_inner"
OpName %input "input"
OpName %frag_main "frag_main"
OpDecorate %f_1 Location 0
OpDecorate %u_1 Location 1
OpDecorate %u_1 Flat
OpDecorate %v_1 BuiltIn FragCoord
OpDecorate %x_1 Location 2
OpDecorate %y_1 Location 3
OpDecorate %output_block Block
OpMemberDecorate %output_block 0 Offset 0
OpMemberDecorate %S 0 Offset 0
OpMemberDecorate %S 1 Offset 4
OpMemberDecorate %S 2 Offset 128
OpMemberDecorate %S 3 Offset 160
OpMemberDecorate %S 4 Offset 192
OpDecorate %output DescriptorSet 0
OpDecorate %output Binding 0
%float = OpTypeFloat 32
%_ptr_Input_float = OpTypePointer Input %float
%f_1 = OpVariable %_ptr_Input_float Input
%uint = OpTypeInt 32 0
%_ptr_Input_uint = OpTypePointer Input %uint
%u_1 = OpVariable %_ptr_Input_uint Input
%v4float = OpTypeVector %float 4
%_ptr_Input_v4float = OpTypePointer Input %v4float
%v_1 = OpVariable %_ptr_Input_v4float Input
%half = OpTypeFloat 16
%_ptr_Input_half = OpTypePointer Input %half
%x_1 = OpVariable %_ptr_Input_half Input
%v3half = OpTypeVector %half 3
%_ptr_Input_v3half = OpTypePointer Input %v3half
%y_1 = OpVariable %_ptr_Input_v3half Input
%S = OpTypeStruct %float %uint %v4float %half %v3half
%output_block = OpTypeStruct %S
%_ptr_StorageBuffer_output_block = OpTypePointer StorageBuffer %output_block
%output = OpVariable %_ptr_StorageBuffer_output_block StorageBuffer
%void = OpTypeVoid
%20 = OpTypeFunction %void %S
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_S = OpTypePointer StorageBuffer %S
%33 = OpTypeFunction %void
%frag_main_inner = OpFunction %void None %20
%input = OpFunctionParameter %S
%24 = OpLabel
%25 = OpCompositeExtract %float %input 0
%26 = OpCompositeExtract %uint %input 1
%27 = OpCompositeExtract %v4float %input 2
%28 = OpCompositeExtract %half %input 3
%29 = OpCompositeExtract %v3half %input 4
%32 = OpAccessChain %_ptr_StorageBuffer_S %output %uint_0
OpStore %32 %input
OpReturn
OpFunctionEnd
%frag_main = OpFunction %void None %33
%35 = OpLabel
%37 = OpLoad %float %f_1
%38 = OpLoad %uint %u_1
%39 = OpLoad %v4float %v_1
%40 = OpLoad %half %x_1
%41 = OpLoad %v3half %y_1
%42 = OpCompositeConstruct %S %37 %38 %39 %40 %41
%36 = OpFunctionCall %void %frag_main_inner %42
OpReturn
OpFunctionEnd