| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 73 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Vertex %vertex_main "vertex_main" %value %vertex_point_size |
| OpEntryPoint Fragment %fragment_main "fragment_main" |
| OpEntryPoint GLCompute %compute_main "compute_main" |
| OpExecutionMode %fragment_main OriginUpperLeft |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %value "value" |
| OpName %vertex_point_size "vertex_point_size" |
| OpName %prevent_dce_block "prevent_dce_block" |
| OpMemberName %prevent_dce_block 0 "inner" |
| OpName %prevent_dce "prevent_dce" |
| OpName %tint_pack_4xu8 "tint_pack_4xu8" |
| OpName %a "a" |
| OpName %pack4xU8_b70b53 "pack4xU8_b70b53" |
| OpName %arg_0 "arg_0" |
| OpName %res "res" |
| OpName %vertex_main_inner "vertex_main_inner" |
| OpName %vertex_main "vertex_main" |
| OpName %fragment_main "fragment_main" |
| OpName %compute_main "compute_main" |
| OpDecorate %value BuiltIn Position |
| OpDecorate %vertex_point_size BuiltIn PointSize |
| OpDecorate %prevent_dce_block Block |
| OpMemberDecorate %prevent_dce_block 0 Offset 0 |
| OpDecorate %prevent_dce DescriptorSet 2 |
| OpDecorate %prevent_dce Binding 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %value = OpVariable %_ptr_Output_v4float Output %5 |
| %_ptr_Output_float = OpTypePointer Output %float |
| %8 = OpConstantNull %float |
| %vertex_point_size = OpVariable %_ptr_Output_float Output %8 |
| %uint = OpTypeInt 32 0 |
| %prevent_dce_block = OpTypeStruct %uint |
| %_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block |
| %prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer |
| %v4uint = OpTypeVector %uint 4 |
| %13 = OpTypeFunction %uint %v4uint |
| %uint_255 = OpConstant %uint 255 |
| %19 = OpConstantComposite %v4uint %uint_255 %uint_255 %uint_255 %uint_255 |
| %21 = OpConstantNull %uint |
| %uint_8 = OpConstant %uint 8 |
| %uint_16 = OpConstant %uint 16 |
| %uint_24 = OpConstant %uint 24 |
| %25 = OpConstantComposite %v4uint %21 %uint_8 %uint_16 %uint_24 |
| %uint_1 = OpConstant %uint 1 |
| %29 = OpConstantComposite %v4uint %uint_1 %uint_1 %uint_1 %uint_1 |
| %void = OpTypeVoid |
| %44 = OpTypeFunction %void |
| %_ptr_Function_v4uint = OpTypePointer Function %v4uint |
| %50 = OpConstantNull %v4uint |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint |
| %59 = OpTypeFunction %v4float |
| %float_1 = OpConstant %float 1 |
| %tint_pack_4xu8 = OpFunction %uint None %13 |
| %a = OpFunctionParameter %v4uint |
| %17 = OpLabel |
| %20 = OpBitwiseAnd %v4uint %a %19 |
| %26 = OpShiftLeftLogical %v4uint %20 %25 |
| %30 = OpCompositeExtract %uint %26 0 |
| %31 = OpCompositeExtract %uint %29 0 |
| %32 = OpIMul %uint %30 %31 |
| %33 = OpCompositeExtract %uint %26 1 |
| %34 = OpCompositeExtract %uint %29 1 |
| %35 = OpIMul %uint %33 %34 |
| %36 = OpIAdd %uint %32 %35 |
| %37 = OpCompositeExtract %uint %26 2 |
| %38 = OpCompositeExtract %uint %29 2 |
| %39 = OpIMul %uint %37 %38 |
| %40 = OpIAdd %uint %36 %39 |
| %41 = OpCompositeExtract %uint %26 3 |
| %42 = OpCompositeExtract %uint %29 3 |
| %43 = OpIMul %uint %41 %42 |
| %27 = OpIAdd %uint %40 %43 |
| OpReturnValue %27 |
| OpFunctionEnd |
| %pack4xU8_b70b53 = OpFunction %void None %44 |
| %47 = OpLabel |
| %arg_0 = OpVariable %_ptr_Function_v4uint Function %50 |
| %res = OpVariable %_ptr_Function_uint Function %21 |
| OpStore %arg_0 %29 |
| %52 = OpLoad %v4uint %arg_0 |
| %51 = OpFunctionCall %uint %tint_pack_4xu8 %52 |
| OpStore %res %51 |
| %57 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0 |
| %58 = OpLoad %uint %res |
| OpStore %57 %58 |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %v4float None %59 |
| %61 = OpLabel |
| %62 = OpFunctionCall %void %pack4xU8_b70b53 |
| OpReturnValue %5 |
| OpFunctionEnd |
| %vertex_main = OpFunction %void None %44 |
| %64 = OpLabel |
| %65 = OpFunctionCall %v4float %vertex_main_inner |
| OpStore %value %65 |
| OpStore %vertex_point_size %float_1 |
| OpReturn |
| OpFunctionEnd |
| %fragment_main = OpFunction %void None %44 |
| %68 = OpLabel |
| %69 = OpFunctionCall %void %pack4xU8_b70b53 |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %44 |
| %71 = OpLabel |
| %72 = OpFunctionCall %void %pack4xU8_b70b53 |
| OpReturn |
| OpFunctionEnd |