; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 277 ; Schema: 0 OpCapability Shader %71 = 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 "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 "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 %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 %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 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 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 %_ptr_Uniform_Uniforms = OpTypePointer Uniform %Uniforms %uniforms = OpVariable %_ptr_Uniform_Uniforms 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 %_ptr_StorageBuffer_Dbg = OpTypePointer StorageBuffer %Dbg %dbg = OpVariable %_ptr_StorageBuffer_Dbg StorageBuffer %void = OpTypeVoid %30 = OpTypeFunction %void %int_0 = OpConstant %int 0 %v4float = OpTypeVector %float 4 %float_2 = OpConstant %float 2 %37 = OpConstantComposite %v4float %float_2 %float_2 %float_2 %float_2 %38 = OpTypeFunction %v3float %v3float %uint_4 = OpConstant %uint 4 %uint_0 = OpConstant %uint 0 %_ptr_Uniform_float = OpTypePointer Uniform %float %uint_1 = OpConstant %uint 1 %uint_2 = OpConstant %uint 2 %_ptr_Function_v3float = OpTypePointer Function %v3float %56 = OpConstantNull %v3float %uint_5 = OpConstant %uint 5 %_ptr_Function_float = OpTypePointer Function %float %81 = OpConstantNull %float %_ptr_Uniform_uint = OpTypePointer Uniform %uint %118 = OpTypeFunction %uint %uint %v3float %_ptr_Function_v3uint = OpTypePointer Function %v3uint %126 = OpConstantNull %v3uint %_ptr_Function_uint = OpTypePointer Function %uint %139 = OpTypeFunction %v3uint %uint %uint %147 = OpConstantNull %uint %160 = OpTypeFunction %v3float %uint %uint_3 = OpConstant %uint 3 %_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float %_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint %_ptr_StorageBuffer_uint_0 = OpTypePointer StorageBuffer %uint %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int %_ptr_Function_int = OpTypePointer Function %int %207 = OpConstantNull %int %208 = OpTypeFunction %void %v3uint %bool = OpTypeBool %float_3 = OpConstant %float 3 %int_1 = OpConstant %int 1 %marg8uintin = OpFunction %void None %30 %33 = OpLabel OpReturn OpFunctionEnd %toVoxelPos = OpFunction %v3float None %38 %position = OpFunctionParameter %v3float %41 = OpLabel %bbMin = OpVariable %_ptr_Function_v3float Function %56 %bbMax = OpVariable %_ptr_Function_v3float Function %56 %bbSize = OpVariable %_ptr_Function_v3float Function %56 %cubeSize = OpVariable %_ptr_Function_float Function %81 %gridSize = OpVariable %_ptr_Function_float Function %81 %gx = OpVariable %_ptr_Function_float Function %81 %gy = OpVariable %_ptr_Function_float Function %81 %gz = OpVariable %_ptr_Function_float Function %81 %45 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_4 %uint_0 %46 = OpLoad %float %45 %48 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_4 %uint_1 %49 = OpLoad %float %48 %51 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_4 %uint_2 %52 = OpLoad %float %51 %53 = OpCompositeConstruct %v3float %46 %49 %52 OpStore %bbMin %53 %58 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_5 %uint_0 %59 = OpLoad %float %58 %60 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_5 %uint_1 %61 = OpLoad %float %60 %62 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_5 %uint_2 %63 = OpLoad %float %62 %64 = OpCompositeConstruct %v3float %59 %61 %63 OpStore %bbMax %64 %66 = OpLoad %v3float %bbMin %67 = OpLoad %v3float %bbMin %68 = OpFSub %v3float %66 %67 OpStore %bbSize %68 %74 = OpAccessChain %_ptr_Function_float %bbMax %uint_0 %75 = OpLoad %float %74 %76 = OpAccessChain %_ptr_Function_float %bbMax %uint_1 %77 = OpLoad %float %76 %72 = OpExtInst %float %71 NMax %75 %77 %78 = OpAccessChain %_ptr_Function_float %bbSize %uint_2 %79 = OpLoad %float %78 %70 = OpExtInst %float %71 NMax %72 %79 OpStore %cubeSize %70 %84 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_1 %85 = OpLoad %uint %84 %82 = OpConvertUToF %float %85 OpStore %gridSize %82 %87 = OpLoad %float %cubeSize %88 = OpCompositeExtract %float %position 0 %89 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_4 %uint_0 %90 = OpLoad %float %89 %91 = OpFSub %float %88 %90 %92 = OpFMul %float %87 %91 %93 = OpLoad %float %cubeSize %94 = OpFDiv %float %92 %93 OpStore %gx %94 %96 = OpLoad %float %gx %97 = OpCompositeExtract %float %position 1 %98 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_4 %uint_1 %99 = OpLoad %float %98 %100 = OpFSub %float %97 %99 %101 = OpFMul %float %96 %100 %102 = OpLoad %float %gridSize %103 = OpFDiv %float %101 %102 OpStore %gy %103 %105 = OpLoad %float %gridSize %106 = OpCompositeExtract %float %position 2 %107 = OpAccessChain %_ptr_Uniform_float %uniforms %uint_4 %uint_2 %108 = OpLoad %float %107 %109 = OpFSub %float %106 %108 %110 = OpFMul %float %105 %109 %111 = OpLoad %float %gridSize %112 = OpFDiv %float %110 %111 OpStore %gz %112 %114 = OpLoad %float %gz %115 = OpLoad %float %gz %116 = OpLoad %float %gz %117 = OpCompositeConstruct %v3float %114 %115 %116 OpReturnValue %117 OpFunctionEnd %toIndex1D = OpFunction %uint None %118 %gridSize_0 = OpFunctionParameter %uint %voxelPos = OpFunctionParameter %v3float %122 = OpLabel %icoord = OpVariable %_ptr_Function_v3uint Function %126 %123 = OpConvertFToU %v3uint %voxelPos OpStore %icoord %123 %128 = OpAccessChain %_ptr_Function_uint %icoord %uint_0 %129 = OpLoad %uint %128 %130 = OpAccessChain %_ptr_Function_uint %icoord %uint_1 %131 = OpLoad %uint %130 %132 = OpIMul %uint %gridSize_0 %131 %133 = OpIAdd %uint %129 %132 %134 = OpIMul %uint %gridSize_0 %gridSize_0 %135 = OpAccessChain %_ptr_Function_uint %icoord %uint_2 %136 = OpLoad %uint %135 %137 = OpIMul %uint %134 %136 %138 = OpIAdd %uint %133 %137 OpReturnValue %138 OpFunctionEnd %toIndex4D = OpFunction %v3uint None %139 %gridSize_1 = OpFunctionParameter %uint %index = OpFunctionParameter %uint %143 = OpLabel %z = OpVariable %_ptr_Function_uint Function %147 %y = OpVariable %_ptr_Function_uint Function %147 %x = OpVariable %_ptr_Function_uint Function %147 %144 = OpIMul %uint %index %index %145 = OpUDiv %uint %gridSize_1 %144 OpStore %z %145 %148 = OpIMul %uint %gridSize_1 %gridSize_1 %149 = OpLoad %uint %z %150 = OpIMul %uint %148 %149 %151 = OpISub %uint %gridSize_1 %150 %152 = OpUDiv %uint %151 %gridSize_1 OpStore %y %152 %154 = OpUMod %uint %index %gridSize_1 OpStore %x %154 %156 = OpLoad %uint %z %157 = OpLoad %uint %y %158 = OpLoad %uint %y %159 = OpCompositeConstruct %v3uint %156 %157 %158 OpReturnValue %159 OpFunctionEnd %loadPosition = OpFunction %v3float None %160 %vertexIndex = OpFunctionParameter %uint %163 = OpLabel %position_0 = OpVariable %_ptr_Function_v3float Function %56 %165 = OpIMul %uint %uint_3 %vertexIndex %166 = OpIAdd %uint %165 %uint_0 %168 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %166 %169 = OpLoad %float %168 %170 = OpIMul %uint %uint_3 %vertexIndex %171 = OpIAdd %uint %170 %uint_1 %172 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %171 %173 = OpLoad %float %172 %174 = OpIMul %uint %uint_3 %vertexIndex %175 = OpIAdd %uint %174 %uint_2 %176 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %175 %177 = OpLoad %float %176 %178 = OpCompositeConstruct %v3float %169 %173 %177 OpStore %position_0 %178 %180 = OpLoad %v3float %position_0 OpReturnValue %180 OpFunctionEnd %doIgnore = OpFunction %void None %30 %182 = OpLabel %g43 = OpVariable %_ptr_Function_uint Function %147 %kj6 = OpVariable %_ptr_Function_uint Function %147 %b53 = OpVariable %_ptr_Function_uint Function %147 %rwg = OpVariable %_ptr_Function_uint Function %147 %rb5 = OpVariable %_ptr_Function_float Function %81 %g55 = OpVariable %_ptr_Function_int Function %207 %183 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %184 = OpLoad %uint %183 OpStore %g43 %184 %187 = OpAccessChain %_ptr_StorageBuffer_uint %dbg %uint_5 %188 = OpLoad %uint %187 OpStore %kj6 %188 %193 = OpAccessChain %_ptr_StorageBuffer_uint_0 %counters %uint_0 %int_0 %190 = OpAtomicLoad %uint %193 %uint_1 %uint_0 OpStore %b53 %190 %195 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %int_0 %196 = OpLoad %uint %195 OpStore %rwg %196 %198 = OpAccessChain %_ptr_StorageBuffer_float %positions %uint_0 %int_0 %199 = OpLoad %float %198 OpStore %rb5 %199 %204 = OpAccessChain %_ptr_StorageBuffer_int %LUT %uint_0 %int_0 %201 = OpAtomicLoad %int %204 %uint_1 %uint_0 OpStore %g55 %201 OpReturn OpFunctionEnd %main_count_inner = OpFunction %void None %208 %GlobalInvocationID = OpFunctionParameter %v3uint %211 = OpLabel %triangleIndex = OpVariable %_ptr_Function_uint Function %147 %i0 = OpVariable %_ptr_Function_uint Function %147 %i1 = OpVariable %_ptr_Function_uint Function %147 %i2 = OpVariable %_ptr_Function_uint Function %147 %p0 = OpVariable %_ptr_Function_v3float Function %56 %p1 = OpVariable %_ptr_Function_v3float Function %56 %p2 = OpVariable %_ptr_Function_v3float Function %56 %256 = OpVariable %_ptr_Function_v3float Function %56 %center = OpVariable %_ptr_Function_v3float Function %56 %voxelPos_0 = OpVariable %_ptr_Function_v3float Function %56 %lIndex = OpVariable %_ptr_Function_uint Function %147 %triangleOffset = OpVariable %_ptr_Function_int Function %207 %212 = OpCompositeExtract %uint %GlobalInvocationID 0 OpStore %triangleIndex %212 %214 = OpLoad %uint %triangleIndex %215 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %216 = OpLoad %uint %215 %217 = OpUGreaterThanEqual %bool %214 %216 OpSelectionMerge %219 None OpBranchConditional %217 %220 %219 %220 = OpLabel OpReturn %219 = OpLabel %221 = OpFunctionCall %void %doIgnore %222 = OpLoad %uint %triangleIndex %223 = OpIMul %uint %uint_3 %222 %224 = OpIAdd %uint %223 %uint_0 %225 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %224 %226 = OpLoad %uint %225 OpStore %i0 %226 %228 = OpLoad %uint %i0 %229 = OpIMul %uint %uint_3 %228 %230 = OpIAdd %uint %229 %uint_1 %231 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %230 %232 = OpLoad %uint %231 OpStore %i1 %232 %234 = OpLoad %uint %i0 %235 = OpIMul %uint %uint_3 %234 %236 = OpIAdd %uint %235 %uint_2 %237 = OpAccessChain %_ptr_StorageBuffer_uint %indices %uint_0 %236 %238 = OpLoad %uint %237 OpStore %i2 %238 %241 = OpLoad %uint %i0 %240 = OpFunctionCall %v3float %loadPosition %241 OpStore %p0 %240 %244 = OpLoad %uint %i0 %243 = OpFunctionCall %v3float %loadPosition %244 OpStore %p1 %243 %247 = OpLoad %uint %i2 %246 = OpFunctionCall %v3float %loadPosition %247 OpStore %p2 %246 %249 = OpLoad %v3float %p0 %250 = OpLoad %v3float %p2 %251 = OpFAdd %v3float %249 %250 %252 = OpLoad %v3float %p1 %253 = OpFAdd %v3float %251 %252 %257 = OpCompositeConstruct %v3float %float_3 %float_3 %float_3 %255 = OpFDiv %v3float %253 %257 OpStore %center %255 %260 = OpLoad %v3float %p1 %259 = OpFunctionCall %v3float %toVoxelPos %260 OpStore %voxelPos_0 %259 %263 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_1 %264 = OpLoad %uint %263 %265 = OpLoad %v3float %p0 %262 = OpFunctionCall %uint %toIndex1D %264 %265 OpStore %lIndex %262 %269 = OpLoad %uint %i1 %270 = OpAccessChain %_ptr_StorageBuffer_int %LUT %uint_0 %269 %267 = OpAtomicIAdd %int %270 %uint_1 %uint_0 %int_1 OpStore %triangleOffset %267 OpReturn OpFunctionEnd %main_count = OpFunction %void None %30 %274 = OpLabel %276 = OpLoad %v3uint %GlobalInvocationID_1 %275 = OpFunctionCall %void %main_count_inner %276 OpReturn OpFunctionEnd