| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 52 |
| ; Schema: 0 |
| OpCapability Shader |
| %24 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" |
| OpExecutionMode %main OriginUpperLeft |
| OpMemberName %v_block_tint_explicit_layout 0 "inner" |
| OpName %v_block_tint_explicit_layout "v_block_tint_explicit_layout" |
| OpMemberName %out_block 0 "inner" |
| OpName %out_block "out_block" |
| OpName %main "main" |
| OpName %size "size" |
| OpName %tint_div_u32 "tint_div_u32" |
| OpName %lhs "lhs" |
| OpName %rhs "rhs" |
| OpDecorate %_runtimearr_v4uint ArrayStride 16 |
| OpMemberDecorate %v_block_tint_explicit_layout 0 Offset 0 |
| OpDecorate %v_block_tint_explicit_layout Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 NonWritable |
| OpMemberDecorate %out_block 0 Offset 0 |
| OpDecorate %out_block Block |
| OpDecorate %7 DescriptorSet 0 |
| OpDecorate %7 Binding 1 |
| OpDecorate %7 Coherent |
| %uint = OpTypeInt 32 0 |
| %v4uint = OpTypeVector %uint 4 |
| %_runtimearr_v4uint = OpTypeRuntimeArray %v4uint |
| %v_block_tint_explicit_layout = OpTypeStruct %_runtimearr_v4uint |
| %_ptr_StorageBuffer_v_block_tint_explicit_layout = OpTypePointer StorageBuffer %v_block_tint_explicit_layout |
| %1 = OpVariable %_ptr_StorageBuffer_v_block_tint_explicit_layout StorageBuffer |
| %out_block = OpTypeStruct %v4uint |
| %_ptr_StorageBuffer_out_block = OpTypePointer StorageBuffer %out_block |
| %7 = OpVariable %_ptr_StorageBuffer_out_block StorageBuffer |
| %void = OpTypeVoid |
| %12 = OpTypeFunction %void |
| %size = OpConstant %uint 16 |
| %_ptr_StorageBuffer__runtimearr_v4uint = OpTypePointer StorageBuffer %_runtimearr_v4uint |
| %uint_0 = OpConstant %uint 0 |
| %bool = OpTypeBool |
| %uint_1 = OpConstant %uint 1 |
| %int = OpTypeInt 32 1 |
| %int_0 = OpConstant %int 0 |
| %_ptr_StorageBuffer_v4uint = OpTypePointer StorageBuffer %v4uint |
| %_ptr_StorageBuffer_v4uint_0 = OpTypePointer StorageBuffer %v4uint |
| %47 = OpTypeFunction %uint %uint %uint |
| %main = OpFunction %void None %12 |
| %13 = OpLabel |
| %15 = OpAccessChain %_ptr_StorageBuffer__runtimearr_v4uint %1 %uint_0 |
| %18 = OpArrayLength %uint %1 0 |
| %19 = OpIMul %uint %18 %size |
| %20 = OpFunctionCall %uint %tint_div_u32 %size %size |
| %22 = OpIMul %uint %20 %size |
| %23 = OpExtInst %uint %24 UMax %22 %size |
| %25 = OpULessThan %bool %19 %23 |
| %27 = OpSelect %uint %25 %uint_0 %uint_0 |
| %28 = OpSelect %uint %25 %size %23 |
| %29 = OpIMul %uint %27 %uint_1 |
| %31 = OpUDiv %uint %28 %size |
| %32 = OpISub %uint %31 %uint_1 |
| %33 = OpBitcast %uint %int_0 |
| %36 = OpExtInst %uint %24 UMin %33 %32 |
| %37 = OpIMul %uint %36 %size |
| %38 = OpIAdd %uint %29 %37 |
| %39 = OpUDiv %uint %38 %size |
| %40 = OpAccessChain %_ptr_StorageBuffer_v4uint %1 %uint_0 %39 |
| %42 = OpLoad %v4uint %40 None |
| %43 = OpAccessChain %_ptr_StorageBuffer_v4uint_0 %7 %uint_0 |
| OpStore %43 %42 None |
| OpReturn |
| OpFunctionEnd |
| %tint_div_u32 = OpFunction %uint None %47 |
| %lhs = OpFunctionParameter %uint |
| %rhs = OpFunctionParameter %uint |
| %48 = OpLabel |
| %49 = OpIEqual %bool %rhs %uint_0 |
| %50 = OpSelect %uint %49 %uint_1 %rhs |
| %51 = OpUDiv %uint %lhs %50 |
| OpReturnValue %51 |
| OpFunctionEnd |