blob: 719fbf2e80f7412a48d2d96d4d007c436e1d91bc [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 149
; Schema: 0
OpCapability Shader
OpCapability ImageQuery
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main" %GlobalInvocationID_1
OpExecutionMode %main LocalSize 1 1 1
OpName %GlobalInvocationID_1 "GlobalInvocationID_1"
OpName %src "src"
OpName %dst "dst"
OpName %OutputBuf "OutputBuf"
OpMemberName %OutputBuf 0 "result"
OpName %output "output"
OpName %uniforms_block "uniforms_block"
OpMemberName %uniforms_block 0 "inner"
OpName %Uniforms "Uniforms"
OpMemberName %Uniforms 0 "dstTextureFlipY"
OpMemberName %Uniforms 1 "isFloat16"
OpMemberName %Uniforms 2 "isRGB10A2Unorm"
OpMemberName %Uniforms 3 "channelCount"
OpName %uniforms "uniforms"
OpName %tint_ftou "tint_ftou"
OpName %v "v"
OpName %ConvertToFp16FloatValue "ConvertToFp16FloatValue"
OpName %fp32 "fp32"
OpName %main_inner "main_inner"
OpName %GlobalInvocationID "GlobalInvocationID"
OpName %size "size"
OpName %dstTexCoord "dstTexCoord"
OpName %srcTexCoord "srcTexCoord"
OpName %srcColor "srcColor"
OpName %dstColor "dstColor"
OpName %success "success"
OpName %srcColorBits "srcColorBits"
OpName %dstColorBits "dstColorBits"
OpName %i "i"
OpName %outputIndex "outputIndex"
OpName %main "main"
OpDecorate %GlobalInvocationID_1 BuiltIn GlobalInvocationId
OpDecorate %src DescriptorSet 0
OpDecorate %src Binding 0
OpDecorate %dst DescriptorSet 0
OpDecorate %dst Binding 1
OpDecorate %OutputBuf Block
OpMemberDecorate %OutputBuf 0 Offset 0
OpDecorate %_runtimearr_uint ArrayStride 4
OpDecorate %output DescriptorSet 0
OpDecorate %output Binding 2
OpDecorate %uniforms_block Block
OpMemberDecorate %uniforms_block 0 Offset 0
OpMemberDecorate %Uniforms 0 Offset 0
OpMemberDecorate %Uniforms 1 Offset 4
OpMemberDecorate %Uniforms 2 Offset 8
OpMemberDecorate %Uniforms 3 Offset 12
OpDecorate %uniforms NonWritable
OpDecorate %uniforms DescriptorSet 0
OpDecorate %uniforms Binding 3
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%_ptr_Input_v3uint = OpTypePointer Input %v3uint
%GlobalInvocationID_1 = OpVariable %_ptr_Input_v3uint Input
%float = OpTypeFloat 32
%7 = OpTypeImage %float 2D 0 0 0 1 Unknown
%_ptr_UniformConstant_7 = OpTypePointer UniformConstant %7
%src = OpVariable %_ptr_UniformConstant_7 UniformConstant
%dst = OpVariable %_ptr_UniformConstant_7 UniformConstant
%_runtimearr_uint = OpTypeRuntimeArray %uint
%OutputBuf = OpTypeStruct %_runtimearr_uint
%_ptr_StorageBuffer_OutputBuf = OpTypePointer StorageBuffer %OutputBuf
%output = OpVariable %_ptr_StorageBuffer_OutputBuf StorageBuffer
%Uniforms = OpTypeStruct %uint %uint %uint %uint
%uniforms_block = OpTypeStruct %Uniforms
%_ptr_Uniform_uniforms_block = OpTypePointer Uniform %uniforms_block
%uniforms = OpVariable %_ptr_Uniform_uniforms_block Uniform
%v4uint = OpTypeVector %uint 4
%v4float = OpTypeVector %float 4
%18 = OpTypeFunction %v4uint %v4float
%float_4_29496704e_09 = OpConstant %float 4.29496704e+09
%26 = OpConstantComposite %v4float %float_4_29496704e_09 %float_4_29496704e_09 %float_4_29496704e_09 %float_4_29496704e_09
%bool = OpTypeBool
%v4bool = OpTypeVector %bool 4
%31 = OpConstantNull %v4float
%33 = OpConstantNull %v4uint
%uint_4294967295 = OpConstant %uint 4294967295
%36 = OpConstantComposite %v4uint %uint_4294967295 %uint_4294967295 %uint_4294967295 %uint_4294967295
%37 = OpTypeFunction %uint %float
%uint_1 = OpConstant %uint 1
%void = OpTypeVoid
%42 = OpTypeFunction %void %v3uint
%v2uint = OpTypeVector %uint 2
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%_ptr_Function_v2uint = OpTypePointer Function %v2uint
%54 = OpConstantNull %v2uint
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_uint = OpTypePointer Uniform %uint
%_ptr_Function_uint = OpTypePointer Function %uint
%77 = OpConstantNull %int
%_ptr_Function_v4float = OpTypePointer Function %v4float
%true = OpConstantTrue %bool
%_ptr_Function_bool = OpTypePointer Function %bool
%87 = OpConstantNull %bool
%_ptr_Function_v4uint = OpTypePointer Function %v4uint
%93 = OpConstantNull %uint
%uint_3 = OpConstant %uint 3
%_ptr_Function_float = OpTypePointer Function %float
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%144 = OpTypeFunction %void
%tint_ftou = OpFunction %v4uint None %18
%v = OpFunctionParameter %v4float
%23 = OpLabel
%27 = OpFOrdLessThan %v4bool %v %26
%32 = OpFOrdLessThan %v4bool %v %31
%34 = OpConvertFToU %v4uint %v
%30 = OpSelect %v4uint %32 %33 %34
%24 = OpSelect %v4uint %27 %30 %36
OpReturnValue %24
OpFunctionEnd
%ConvertToFp16FloatValue = OpFunction %uint None %37
%fp32 = OpFunctionParameter %float
%40 = OpLabel
OpReturnValue %uint_1
OpFunctionEnd
%main_inner = OpFunction %void None %42
%GlobalInvocationID = OpFunctionParameter %v3uint
%46 = OpLabel
%size = OpVariable %_ptr_Function_v2uint Function %54
%dstTexCoord = OpVariable %_ptr_Function_v2uint Function %54
%srcTexCoord = OpVariable %_ptr_Function_v2uint Function %54
%srcColor = OpVariable %_ptr_Function_v4float Function %31
%dstColor = OpVariable %_ptr_Function_v4float Function %31
%success = OpVariable %_ptr_Function_bool Function %87
%srcColorBits = OpVariable %_ptr_Function_v4uint Function %33
%dstColorBits = OpVariable %_ptr_Function_v4uint Function %33
%i = OpVariable %_ptr_Function_uint Function %93
%outputIndex = OpVariable %_ptr_Function_uint Function %93
%49 = OpLoad %7 %src
%47 = OpImageQuerySizeLod %v2uint %49 %int_0
OpStore %size %47
%55 = OpVectorShuffle %v2uint %GlobalInvocationID %GlobalInvocationID 0 1
OpStore %dstTexCoord %55
%57 = OpLoad %v2uint %dstTexCoord
OpStore %srcTexCoord %57
%61 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %uint_0
%62 = OpLoad %uint %61
%63 = OpIEqual %bool %62 %uint_1
OpSelectionMerge %64 None
OpBranchConditional %63 %65 %64
%65 = OpLabel
%67 = OpAccessChain %_ptr_Function_uint %srcTexCoord %uint_1
%68 = OpAccessChain %_ptr_Function_uint %size %uint_1
%69 = OpLoad %uint %68
%70 = OpAccessChain %_ptr_Function_uint %dstTexCoord %uint_1
%71 = OpLoad %uint %70
%72 = OpISub %uint %69 %71
%73 = OpISub %uint %72 %uint_1
OpStore %67 %73
OpBranch %64
%64 = OpLabel
%75 = OpLoad %7 %src
%76 = OpLoad %v2uint %srcTexCoord
%74 = OpImageFetch %v4float %75 %76 Lod %77
OpStore %srcColor %74
%81 = OpLoad %7 %dst
%82 = OpLoad %v2uint %dstTexCoord
%80 = OpImageFetch %v4float %81 %82 Lod %77
OpStore %dstColor %80
OpStore %success %true
%91 = OpLoad %v4float %dstColor
%90 = OpFunctionCall %v4uint %tint_ftou %91
OpStore %dstColorBits %90
OpStore %i %93
OpBranch %95
%95 = OpLabel
OpLoopMerge %96 %97 None
OpBranch %98
%98 = OpLabel
%100 = OpLoad %uint %i
%102 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %uint_3
%103 = OpLoad %uint %102
%104 = OpULessThan %bool %100 %103
%99 = OpLogicalNot %bool %104
OpSelectionMerge %105 None
OpBranchConditional %99 %106 %105
%106 = OpLabel
OpBranch %96
%105 = OpLabel
%107 = OpLoad %uint %i
%108 = OpAccessChain %_ptr_Function_uint %srcColorBits %107
%110 = OpLoad %uint %i
%112 = OpAccessChain %_ptr_Function_float %srcColor %110
%113 = OpLoad %float %112
%109 = OpFunctionCall %uint %ConvertToFp16FloatValue %113
OpStore %108 %109
%114 = OpLoad %bool %success
OpSelectionMerge %115 None
OpBranchConditional %114 %116 %115
%116 = OpLabel
%117 = OpLoad %uint %i
%118 = OpAccessChain %_ptr_Function_uint %srcColorBits %117
%119 = OpLoad %uint %118
%120 = OpLoad %uint %i
%121 = OpAccessChain %_ptr_Function_uint %dstColorBits %120
%122 = OpLoad %uint %121
%123 = OpIEqual %bool %119 %122
OpBranch %115
%115 = OpLabel
%124 = OpPhi %bool %114 %105 %123 %116
OpStore %success %124
OpBranch %97
%97 = OpLabel
%125 = OpLoad %uint %i
%126 = OpIAdd %uint %125 %uint_1
OpStore %i %126
OpBranch %95
%96 = OpLabel
%127 = OpCompositeExtract %uint %GlobalInvocationID 1
%129 = OpAccessChain %_ptr_Function_uint %size %uint_0
%130 = OpLoad %uint %129
%131 = OpIMul %uint %127 %130
%132 = OpCompositeExtract %uint %GlobalInvocationID 0
%133 = OpIAdd %uint %131 %132
OpStore %outputIndex %133
%135 = OpLoad %bool %success
OpSelectionMerge %136 None
OpBranchConditional %135 %137 %138
%137 = OpLabel
%139 = OpLoad %uint %outputIndex
%141 = OpAccessChain %_ptr_StorageBuffer_uint %output %uint_0 %139
OpStore %141 %uint_1
OpBranch %136
%138 = OpLabel
%142 = OpLoad %uint %outputIndex
%143 = OpAccessChain %_ptr_StorageBuffer_uint %output %uint_0 %142
OpStore %143 %93
OpBranch %136
%136 = OpLabel
OpReturn
OpFunctionEnd
%main = OpFunction %void None %144
%146 = OpLabel
%148 = OpLoad %v3uint %GlobalInvocationID_1
%147 = OpFunctionCall %void %main_inner %148
OpReturn
OpFunctionEnd