505 lines
22 KiB
Plaintext
505 lines
22 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 304
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%85 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %main_count "main_count" %GlobalInvocationID_1
|
|
OpExecutionMode %main_count LocalSize 128 1 1
|
|
OpName %GlobalInvocationID_1 "GlobalInvocationID_1"
|
|
OpName %uniforms_block "uniforms_block"
|
|
OpMemberName %uniforms_block 0 "inner"
|
|
OpName %Uniforms "Uniforms"
|
|
OpMemberName %Uniforms 0 "numTriangles"
|
|
OpMemberName %Uniforms 1 "gridSize"
|
|
OpMemberName %Uniforms 2 "puuuuuuuuuuuuuuuuad1"
|
|
OpMemberName %Uniforms 3 "pad2"
|
|
OpMemberName %Uniforms 4 "bbMin"
|
|
OpMemberName %Uniforms 5 "bbMax"
|
|
OpName %uniforms "uniforms"
|
|
OpName %U32s "U32s"
|
|
OpMemberName %U32s 0 "values"
|
|
OpName %indices "indices"
|
|
OpName %F32s "F32s"
|
|
OpMemberName %F32s 0 "values"
|
|
OpName %positions "positions"
|
|
OpName %AU32s "AU32s"
|
|
OpMemberName %AU32s 0 "values"
|
|
OpName %counters "counters"
|
|
OpName %AI32s "AI32s"
|
|
OpMemberName %AI32s 0 "values"
|
|
OpName %LUT "LUT"
|
|
OpName %dbg_block "dbg_block"
|
|
OpMemberName %dbg_block 0 "inner"
|
|
OpName %Dbg "Dbg"
|
|
OpMemberName %Dbg 0 "offsetCounter"
|
|
OpMemberName %Dbg 1 "pad0"
|
|
OpMemberName %Dbg 2 "pad1"
|
|
OpMemberName %Dbg 3 "pad2"
|
|
OpMemberName %Dbg 4 "value0"
|
|
OpMemberName %Dbg 5 "value1"
|
|
OpMemberName %Dbg 6 "value2"
|
|
OpMemberName %Dbg 7 "value3"
|
|
OpMemberName %Dbg 8 "value_f32_0"
|
|
OpMemberName %Dbg 9 "value_f32_1"
|
|
OpMemberName %Dbg 10 "value_f32_2"
|
|
OpMemberName %Dbg 11 "value_f32_3"
|
|
OpName %dbg "dbg"
|
|
OpName %tint_ftou "tint_ftou"
|
|
OpName %v "v"
|
|
OpName %marg8uintin "marg8uintin"
|
|
OpName %toVoxelPos "toVoxelPos"
|
|
OpName %position "position"
|
|
OpName %bbMin "bbMin"
|
|
OpName %bbMax "bbMax"
|
|
OpName %bbSize "bbSize"
|
|
OpName %cubeSize "cubeSize"
|
|
OpName %gridSize "gridSize"
|
|
OpName %gx "gx"
|
|
OpName %gy "gy"
|
|
OpName %gz "gz"
|
|
OpName %toIndex1D "toIndex1D"
|
|
OpName %gridSize_0 "gridSize"
|
|
OpName %voxelPos "voxelPos"
|
|
OpName %icoord "icoord"
|
|
OpName %tint_div "tint_div"
|
|
OpName %lhs "lhs"
|
|
OpName %rhs "rhs"
|
|
OpName %tint_mod "tint_mod"
|
|
OpName %lhs_0 "lhs"
|
|
OpName %rhs_0 "rhs"
|
|
OpName %toIndex4D "toIndex4D"
|
|
OpName %gridSize_1 "gridSize"
|
|
OpName %index "index"
|
|
OpName %z "z"
|
|
OpName %y "y"
|
|
OpName %x "x"
|
|
OpName %loadPosition "loadPosition"
|
|
OpName %vertexIndex "vertexIndex"
|
|
OpName %position_0 "position"
|
|
OpName %doIgnore "doIgnore"
|
|
OpName %g43 "g43"
|
|
OpName %kj6 "kj6"
|
|
OpName %b53 "b53"
|
|
OpName %rwg "rwg"
|
|
OpName %rb5 "rb5"
|
|
OpName %g55 "g55"
|
|
OpName %main_count_inner "main_count_inner"
|
|
OpName %GlobalInvocationID "GlobalInvocationID"
|
|
OpName %triangleIndex "triangleIndex"
|
|
OpName %i0 "i0"
|
|
OpName %i1 "i1"
|
|
OpName %i2 "i2"
|
|
OpName %p0 "p0"
|
|
OpName %p1 "p1"
|
|
OpName %p2 "p2"
|
|
OpName %center "center"
|
|
OpName %voxelPos_0 "voxelPos"
|
|
OpName %lIndex "lIndex"
|
|
OpName %triangleOffset "triangleOffset"
|
|
OpName %main_count "main_count"
|
|
OpDecorate %GlobalInvocationID_1 BuiltIn GlobalInvocationId
|
|
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
|
|
OpMemberDecorate %Uniforms 4 Offset 16
|
|
OpMemberDecorate %Uniforms 5 Offset 32
|
|
OpDecorate %uniforms NonWritable
|
|
OpDecorate %uniforms Binding 0
|
|
OpDecorate %uniforms DescriptorSet 0
|
|
OpDecorate %U32s Block
|
|
OpMemberDecorate %U32s 0 Offset 0
|
|
OpDecorate %_runtimearr_uint ArrayStride 4
|
|
OpDecorate %indices Binding 10
|
|
OpDecorate %indices DescriptorSet 0
|
|
OpDecorate %F32s Block
|
|
OpMemberDecorate %F32s 0 Offset 0
|
|
OpDecorate %_runtimearr_float ArrayStride 4
|
|
OpDecorate %positions Binding 11
|
|
OpDecorate %positions DescriptorSet 0
|
|
OpDecorate %AU32s Block
|
|
OpMemberDecorate %AU32s 0 Offset 0
|
|
OpDecorate %_runtimearr_uint_0 ArrayStride 4
|
|
OpDecorate %counters Binding 20
|
|
OpDecorate %counters DescriptorSet 0
|
|
OpDecorate %AI32s Block
|
|
OpMemberDecorate %AI32s 0 Offset 0
|
|
OpDecorate %_runtimearr_int ArrayStride 4
|
|
OpDecorate %LUT Binding 21
|
|
OpDecorate %LUT DescriptorSet 0
|
|
OpDecorate %dbg_block Block
|
|
OpMemberDecorate %dbg_block 0 Offset 0
|
|
OpMemberDecorate %Dbg 0 Offset 0
|
|
OpMemberDecorate %Dbg 1 Offset 4
|
|
OpMemberDecorate %Dbg 2 Offset 8
|
|
OpMemberDecorate %Dbg 3 Offset 12
|
|
OpMemberDecorate %Dbg 4 Offset 16
|
|
OpMemberDecorate %Dbg 5 Offset 20
|
|
OpMemberDecorate %Dbg 6 Offset 24
|
|
OpMemberDecorate %Dbg 7 Offset 28
|
|
OpMemberDecorate %Dbg 8 Offset 32
|
|
OpMemberDecorate %Dbg 9 Offset 36
|
|
OpMemberDecorate %Dbg 10 Offset 40
|
|
OpMemberDecorate %Dbg 11 Offset 44
|
|
OpDecorate %dbg Binding 50
|
|
OpDecorate %dbg DescriptorSet 0
|
|
%uint = OpTypeInt 32 0
|
|
%v3uint = OpTypeVector %uint 3
|
|
%_ptr_Input_v3uint = OpTypePointer Input %v3uint
|
|
%GlobalInvocationID_1 = OpVariable %_ptr_Input_v3uint Input
|
|
%float = OpTypeFloat 32
|
|
%v3float = OpTypeVector %float 3
|
|
%Uniforms = OpTypeStruct %uint %uint %uint %uint %v3float %v3float
|
|
%uniforms_block = OpTypeStruct %Uniforms
|
|
%_ptr_Uniform_uniforms_block = OpTypePointer Uniform %uniforms_block
|
|
%uniforms = OpVariable %_ptr_Uniform_uniforms_block Uniform
|
|
%_runtimearr_uint = OpTypeRuntimeArray %uint
|
|
%U32s = OpTypeStruct %_runtimearr_uint
|
|
%_ptr_StorageBuffer_U32s = OpTypePointer StorageBuffer %U32s
|
|
%indices = OpVariable %_ptr_StorageBuffer_U32s StorageBuffer
|
|
%_runtimearr_float = OpTypeRuntimeArray %float
|
|
%F32s = OpTypeStruct %_runtimearr_float
|
|
%_ptr_StorageBuffer_F32s = OpTypePointer StorageBuffer %F32s
|
|
%positions = OpVariable %_ptr_StorageBuffer_F32s StorageBuffer
|
|
%_runtimearr_uint_0 = OpTypeRuntimeArray %uint
|
|
%AU32s = OpTypeStruct %_runtimearr_uint_0
|
|
%_ptr_StorageBuffer_AU32s = OpTypePointer StorageBuffer %AU32s
|
|
%counters = OpVariable %_ptr_StorageBuffer_AU32s StorageBuffer
|
|
%int = OpTypeInt 32 1
|
|
%_runtimearr_int = OpTypeRuntimeArray %int
|
|
%AI32s = OpTypeStruct %_runtimearr_int
|
|
%_ptr_StorageBuffer_AI32s = OpTypePointer StorageBuffer %AI32s
|
|
%LUT = OpVariable %_ptr_StorageBuffer_AI32s StorageBuffer
|
|
%Dbg = OpTypeStruct %uint %uint %uint %uint %uint %uint %uint %uint %float %float %float %float
|
|
%dbg_block = OpTypeStruct %Dbg
|
|
%_ptr_StorageBuffer_dbg_block = OpTypePointer StorageBuffer %dbg_block
|
|
%dbg = OpVariable %_ptr_StorageBuffer_dbg_block StorageBuffer
|
|
%32 = OpTypeFunction %v3uint %v3float
|
|
%float_4_29496704e_09 = OpConstant %float 4.29496704e+09
|
|
%38 = OpConstantComposite %v3float %float_4_29496704e_09 %float_4_29496704e_09 %float_4_29496704e_09
|
|
%bool = OpTypeBool
|
|
%v3bool = OpTypeVector %bool 3
|
|
%43 = OpConstantNull %v3float
|
|
%45 = OpConstantNull %v3uint
|
|
%uint_4294967295 = OpConstant %uint 4294967295
|
|
%48 = OpConstantComposite %v3uint %uint_4294967295 %uint_4294967295 %uint_4294967295
|
|
%void = OpTypeVoid
|
|
%49 = OpTypeFunction %void
|
|
%53 = OpTypeFunction %v3float %v3float
|
|
%uint_0 = OpConstant %uint 0
|
|
%uint_4 = OpConstant %uint 4
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%uint_1 = OpConstant %uint 1
|
|
%uint_2 = OpConstant %uint 2
|
|
%_ptr_Function_v3float = OpTypePointer Function %v3float
|
|
%uint_5 = OpConstant %uint 5
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%95 = OpConstantNull %float
|
|
%_ptr_Uniform_uint = OpTypePointer Uniform %uint
|
|
%132 = OpTypeFunction %uint %uint %v3float
|
|
%_ptr_Function_v3uint = OpTypePointer Function %v3uint
|
|
%_ptr_Function_uint = OpTypePointer Function %uint
|
|
%152 = OpTypeFunction %uint %uint %uint
|
|
%158 = OpConstantNull %uint
|
|
%168 = OpTypeFunction %v3uint %uint %uint
|
|
%188 = OpTypeFunction %v3float %uint
|
|
%uint_3 = OpConstant %uint 3
|
|
%_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float
|
|
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
|
|
%220 = OpConstantNull %int
|
|
%_ptr_StorageBuffer_uint_0 = OpTypePointer StorageBuffer %uint
|
|
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%236 = OpTypeFunction %void %v3uint
|
|
%float_3 = OpConstant %float 3
|
|
%int_1 = OpConstant %int 1
|
|
%tint_ftou = OpFunction %v3uint None %32
|
|
%v = OpFunctionParameter %v3float
|
|
%35 = OpLabel
|
|
%39 = OpFOrdLessThan %v3bool %v %38
|
|
%44 = OpFOrdLessThan %v3bool %v %43
|
|
%46 = OpConvertFToU %v3uint %v
|
|
%42 = OpSelect %v3uint %44 %45 %46
|
|
%36 = OpSelect %v3uint %39 %42 %48
|
|
OpReturnValue %36
|
|
OpFunctionEnd
|
|
%marg8uintin = OpFunction %void None %49
|
|
%52 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%toVoxelPos = OpFunction %v3float None %53
|
|
%position = OpFunctionParameter %v3float
|
|
%56 = OpLabel
|
|
%bbMin = OpVariable %_ptr_Function_v3float Function %43
|
|
%bbMax = OpVariable %_ptr_Function_v3float Function %43
|
|
%bbSize = OpVariable %_ptr_Function_v3float Function %43
|
|
%cubeSize = OpVariable %_ptr_Function_float Function %95
|
|
%gridSize = OpVariable %_ptr_Function_float Function %95
|
|
%gx = OpVariable %_ptr_Function_float Function %95
|
|
%gy = OpVariable %_ptr_Function_float Function %95
|
|
%gz = OpVariable %_ptr_Function_float Function %95
|
|
%60 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_4 %uint_0
|
|
%61 = OpLoad %float %60
|
|
%63 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_4 %uint_1
|
|
%64 = OpLoad %float %63
|
|
%66 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_4 %uint_2
|
|
%67 = OpLoad %float %66
|
|
%68 = OpCompositeConstruct %v3float %61 %64 %67
|
|
OpStore %bbMin %68
|
|
%72 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_5 %uint_0
|
|
%73 = OpLoad %float %72
|
|
%74 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_5 %uint_1
|
|
%75 = OpLoad %float %74
|
|
%76 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_5 %uint_2
|
|
%77 = OpLoad %float %76
|
|
%78 = OpCompositeConstruct %v3float %73 %75 %77
|
|
OpStore %bbMax %78
|
|
%80 = OpLoad %v3float %bbMin
|
|
%81 = OpLoad %v3float %bbMin
|
|
%82 = OpFSub %v3float %80 %81
|
|
OpStore %bbSize %82
|
|
%88 = OpAccessChain %_ptr_Function_float %bbMax %uint_0
|
|
%89 = OpLoad %float %88
|
|
%90 = OpAccessChain %_ptr_Function_float %bbMax %uint_1
|
|
%91 = OpLoad %float %90
|
|
%86 = OpExtInst %float %85 NMax %89 %91
|
|
%92 = OpAccessChain %_ptr_Function_float %bbSize %uint_2
|
|
%93 = OpLoad %float %92
|
|
%84 = OpExtInst %float %85 NMax %86 %93
|
|
OpStore %cubeSize %84
|
|
%98 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %uint_1
|
|
%99 = OpLoad %uint %98
|
|
%96 = OpConvertUToF %float %99
|
|
OpStore %gridSize %96
|
|
%101 = OpLoad %float %cubeSize
|
|
%102 = OpCompositeExtract %float %position 0
|
|
%103 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_4 %uint_0
|
|
%104 = OpLoad %float %103
|
|
%105 = OpFSub %float %102 %104
|
|
%106 = OpFMul %float %101 %105
|
|
%107 = OpLoad %float %cubeSize
|
|
%108 = OpFDiv %float %106 %107
|
|
OpStore %gx %108
|
|
%110 = OpLoad %float %gx
|
|
%111 = OpCompositeExtract %float %position 1
|
|
%112 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_4 %uint_1
|
|
%113 = OpLoad %float %112
|
|
%114 = OpFSub %float %111 %113
|
|
%115 = OpFMul %float %110 %114
|
|
%116 = OpLoad %float %gridSize
|
|
%117 = OpFDiv %float %115 %116
|
|
OpStore %gy %117
|
|
%119 = OpLoad %float %gridSize
|
|
%120 = OpCompositeExtract %float %position 2
|
|
%121 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_0 %uint_4 %uint_2
|
|
%122 = OpLoad %float %121
|
|
%123 = OpFSub %float %120 %122
|
|
%124 = OpFMul %float %119 %123
|
|
%125 = OpLoad %float %gridSize
|
|
%126 = OpFDiv %float %124 %125
|
|
OpStore %gz %126
|
|
%128 = OpLoad %float %gz
|
|
%129 = OpLoad %float %gz
|
|
%130 = OpLoad %float %gz
|
|
%131 = OpCompositeConstruct %v3float %128 %129 %130
|
|
OpReturnValue %131
|
|
OpFunctionEnd
|
|
%toIndex1D = OpFunction %uint None %132
|
|
%gridSize_0 = OpFunctionParameter %uint
|
|
%voxelPos = OpFunctionParameter %v3float
|
|
%136 = OpLabel
|
|
%icoord = OpVariable %_ptr_Function_v3uint Function %45
|
|
%137 = OpFunctionCall %v3uint %tint_ftou %voxelPos
|
|
OpStore %icoord %137
|
|
%141 = OpAccessChain %_ptr_Function_uint %icoord %uint_0
|
|
%142 = OpLoad %uint %141
|
|
%143 = OpAccessChain %_ptr_Function_uint %icoord %uint_1
|
|
%144 = OpLoad %uint %143
|
|
%145 = OpIMul %uint %gridSize_0 %144
|
|
%146 = OpIAdd %uint %142 %145
|
|
%147 = OpIMul %uint %gridSize_0 %gridSize_0
|
|
%148 = OpAccessChain %_ptr_Function_uint %icoord %uint_2
|
|
%149 = OpLoad %uint %148
|
|
%150 = OpIMul %uint %147 %149
|
|
%151 = OpIAdd %uint %146 %150
|
|
OpReturnValue %151
|
|
OpFunctionEnd
|
|
%tint_div = OpFunction %uint None %152
|
|
%lhs = OpFunctionParameter %uint
|
|
%rhs = OpFunctionParameter %uint
|
|
%156 = OpLabel
|
|
%159 = OpIEqual %bool %rhs %158
|
|
%157 = OpSelect %uint %159 %uint_1 %rhs
|
|
%160 = OpUDiv %uint %lhs %157
|
|
OpReturnValue %160
|
|
OpFunctionEnd
|
|
%tint_mod = OpFunction %uint None %152
|
|
%lhs_0 = OpFunctionParameter %uint
|
|
%rhs_0 = OpFunctionParameter %uint
|
|
%164 = OpLabel
|
|
%166 = OpIEqual %bool %rhs_0 %158
|
|
%165 = OpSelect %uint %166 %uint_1 %rhs_0
|
|
%167 = OpUMod %uint %lhs_0 %165
|
|
OpReturnValue %167
|
|
OpFunctionEnd
|
|
%toIndex4D = OpFunction %v3uint None %168
|
|
%gridSize_1 = OpFunctionParameter %uint
|
|
%index = OpFunctionParameter %uint
|
|
%172 = OpLabel
|
|
%z = OpVariable %_ptr_Function_uint Function %158
|
|
%y = OpVariable %_ptr_Function_uint Function %158
|
|
%x = OpVariable %_ptr_Function_uint Function %158
|
|
%174 = OpIMul %uint %index %index
|
|
%173 = OpFunctionCall %uint %tint_div %gridSize_1 %174
|
|
OpStore %z %173
|
|
%177 = OpIMul %uint %gridSize_1 %gridSize_1
|
|
%178 = OpLoad %uint %z
|
|
%179 = OpIMul %uint %177 %178
|
|
%180 = OpISub %uint %gridSize_1 %179
|
|
%176 = OpFunctionCall %uint %tint_div %180 %gridSize_1
|
|
OpStore %y %176
|
|
%182 = OpFunctionCall %uint %tint_mod %index %gridSize_1
|
|
OpStore %x %182
|
|
%184 = OpLoad %uint %z
|
|
%185 = OpLoad %uint %y
|
|
%186 = OpLoad %uint %y
|
|
%187 = OpCompositeConstruct %v3uint %184 %185 %186
|
|
OpReturnValue %187
|
|
OpFunctionEnd
|
|
%loadPosition = OpFunction %v3float None %188
|
|
%vertexIndex = OpFunctionParameter %uint
|
|
%191 = OpLabel
|
|
%position_0 = OpVariable %_ptr_Function_v3float Function %43
|
|
%193 = OpIMul %uint %uint_3 %vertexIndex
|
|
%194 = OpIAdd %uint %193 %158
|
|
%196 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %194
|
|
%197 = OpLoad %float %196
|
|
%198 = OpIMul %uint %uint_3 %vertexIndex
|
|
%199 = OpIAdd %uint %198 %uint_1
|
|
%200 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %199
|
|
%201 = OpLoad %float %200
|
|
%202 = OpIMul %uint %uint_3 %vertexIndex
|
|
%203 = OpIAdd %uint %202 %uint_2
|
|
%204 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %203
|
|
%205 = OpLoad %float %204
|
|
%206 = OpCompositeConstruct %v3float %197 %201 %205
|
|
OpStore %position_0 %206
|
|
%208 = OpLoad %v3float %position_0
|
|
OpReturnValue %208
|
|
OpFunctionEnd
|
|
%doIgnore = OpFunction %void None %49
|
|
%210 = OpLabel
|
|
%g43 = OpVariable %_ptr_Function_uint Function %158
|
|
%kj6 = OpVariable %_ptr_Function_uint Function %158
|
|
%b53 = OpVariable %_ptr_Function_uint Function %158
|
|
%rwg = OpVariable %_ptr_Function_uint Function %158
|
|
%rb5 = OpVariable %_ptr_Function_float Function %95
|
|
%g55 = OpVariable %_ptr_Function_int Function %220
|
|
%211 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %uint_0
|
|
%212 = OpLoad %uint %211
|
|
OpStore %g43 %212
|
|
%215 = OpAccessChain %_ptr_StorageBuffer_uint %dbg %uint_0 %uint_5
|
|
%216 = OpLoad %uint %215
|
|
OpStore %kj6 %216
|
|
%222 = OpAccessChain %_ptr_StorageBuffer_uint_0 %counters %uint_0 %220
|
|
%218 = OpAtomicLoad %uint %222 %uint_1 %uint_0
|
|
OpStore %b53 %218
|
|
%224 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %220
|
|
%225 = OpLoad %uint %224
|
|
OpStore %rwg %225
|
|
%227 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %220
|
|
%228 = OpLoad %float %227
|
|
OpStore %rb5 %228
|
|
%233 = OpAccessChain %_ptr_StorageBuffer_int %LUT %uint_0 %220
|
|
%230 = OpAtomicLoad %int %233 %uint_1 %uint_0
|
|
OpStore %g55 %230
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main_count_inner = OpFunction %void None %236
|
|
%GlobalInvocationID = OpFunctionParameter %v3uint
|
|
%239 = OpLabel
|
|
%triangleIndex = OpVariable %_ptr_Function_uint Function %158
|
|
%i0 = OpVariable %_ptr_Function_uint Function %158
|
|
%i1 = OpVariable %_ptr_Function_uint Function %158
|
|
%i2 = OpVariable %_ptr_Function_uint Function %158
|
|
%p0 = OpVariable %_ptr_Function_v3float Function %43
|
|
%p1 = OpVariable %_ptr_Function_v3float Function %43
|
|
%p2 = OpVariable %_ptr_Function_v3float Function %43
|
|
%283 = OpVariable %_ptr_Function_v3float Function %43
|
|
%center = OpVariable %_ptr_Function_v3float Function %43
|
|
%voxelPos_0 = OpVariable %_ptr_Function_v3float Function %43
|
|
%lIndex = OpVariable %_ptr_Function_uint Function %158
|
|
%triangleOffset = OpVariable %_ptr_Function_int Function %220
|
|
%240 = OpCompositeExtract %uint %GlobalInvocationID 0
|
|
OpStore %triangleIndex %240
|
|
%242 = OpLoad %uint %triangleIndex
|
|
%243 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %uint_0
|
|
%244 = OpLoad %uint %243
|
|
%245 = OpUGreaterThanEqual %bool %242 %244
|
|
OpSelectionMerge %246 None
|
|
OpBranchConditional %245 %247 %246
|
|
%247 = OpLabel
|
|
OpReturn
|
|
%246 = OpLabel
|
|
%248 = OpFunctionCall %void %doIgnore
|
|
%249 = OpLoad %uint %triangleIndex
|
|
%250 = OpIMul %uint %uint_3 %249
|
|
%251 = OpIAdd %uint %250 %158
|
|
%252 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %251
|
|
%253 = OpLoad %uint %252
|
|
OpStore %i0 %253
|
|
%255 = OpLoad %uint %i0
|
|
%256 = OpIMul %uint %uint_3 %255
|
|
%257 = OpIAdd %uint %256 %uint_1
|
|
%258 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %257
|
|
%259 = OpLoad %uint %258
|
|
OpStore %i1 %259
|
|
%261 = OpLoad %uint %i0
|
|
%262 = OpIMul %uint %uint_3 %261
|
|
%263 = OpIAdd %uint %262 %uint_2
|
|
%264 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %263
|
|
%265 = OpLoad %uint %264
|
|
OpStore %i2 %265
|
|
%268 = OpLoad %uint %i0
|
|
%267 = OpFunctionCall %v3float %loadPosition %268
|
|
OpStore %p0 %267
|
|
%271 = OpLoad %uint %i0
|
|
%270 = OpFunctionCall %v3float %loadPosition %271
|
|
OpStore %p1 %270
|
|
%274 = OpLoad %uint %i2
|
|
%273 = OpFunctionCall %v3float %loadPosition %274
|
|
OpStore %p2 %273
|
|
%276 = OpLoad %v3float %p0
|
|
%277 = OpLoad %v3float %p2
|
|
%278 = OpFAdd %v3float %276 %277
|
|
%279 = OpLoad %v3float %p1
|
|
%280 = OpFAdd %v3float %278 %279
|
|
%284 = OpCompositeConstruct %v3float %float_3 %float_3 %float_3
|
|
%282 = OpFDiv %v3float %280 %284
|
|
OpStore %center %282
|
|
%287 = OpLoad %v3float %p1
|
|
%286 = OpFunctionCall %v3float %toVoxelPos %287
|
|
OpStore %voxelPos_0 %286
|
|
%290 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %uint_1
|
|
%291 = OpLoad %uint %290
|
|
%292 = OpLoad %v3float %p0
|
|
%289 = OpFunctionCall %uint %toIndex1D %291 %292
|
|
OpStore %lIndex %289
|
|
%296 = OpLoad %uint %i1
|
|
%297 = OpAccessChain %_ptr_StorageBuffer_int %LUT %uint_0 %296
|
|
%294 = OpAtomicIAdd %int %297 %uint_1 %uint_0 %int_1
|
|
OpStore %triangleOffset %294
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main_count = OpFunction %void None %49
|
|
%301 = OpLabel
|
|
%303 = OpLoad %v3uint %GlobalInvocationID_1
|
|
%302 = OpFunctionCall %void %main_count_inner %303
|
|
OpReturn
|
|
OpFunctionEnd
|