| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 90 |
| ; Schema: 0 |
| OpCapability Shader |
| %34 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %fragment_main "fragment_main" |
| OpEntryPoint GLCompute %compute_main "compute_main" |
| OpEntryPoint Vertex %vertex_main "vertex_main" %vertex_main_position_Output %vertex_main_loc0_Output %vertex_main___point_size_Output |
| OpExecutionMode %fragment_main OriginUpperLeft |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpMemberName %tint_symbol_1 0 "tint_symbol" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %vertex_main_position_Output "vertex_main_position_Output" |
| OpName %vertex_main_loc0_Output "vertex_main_loc0_Output" |
| OpName %vertex_main___point_size_Output "vertex_main___point_size_Output" |
| OpName %pack4xI8Clamp_e42b2a "pack4xI8Clamp_e42b2a" |
| OpName %arg_0 "arg_0" |
| OpName %res "res" |
| OpName %fragment_main "fragment_main" |
| OpName %compute_main "compute_main" |
| OpName %vertex_main_inner "vertex_main_inner" |
| OpMemberName %VertexOutput 0 "pos" |
| OpMemberName %VertexOutput 1 "prevent_dce" |
| OpName %VertexOutput "VertexOutput" |
| OpName %out "out" |
| OpName %vertex_main "vertex_main" |
| OpMemberDecorate %tint_symbol_1 0 Offset 0 |
| OpDecorate %tint_symbol_1 Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 Coherent |
| OpDecorate %vertex_main_position_Output BuiltIn Position |
| OpDecorate %vertex_main_loc0_Output Location 0 |
| OpDecorate %vertex_main_loc0_Output Flat |
| OpDecorate %vertex_main___point_size_Output BuiltIn PointSize |
| OpMemberDecorate %VertexOutput 0 Offset 0 |
| OpMemberDecorate %VertexOutput 1 Offset 16 |
| %uint = OpTypeInt 32 0 |
| %tint_symbol_1 = OpTypeStruct %uint |
| %_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1 |
| %1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %vertex_main_position_Output = OpVariable %_ptr_Output_v4float Output |
| %_ptr_Output_uint = OpTypePointer Output %uint |
| %vertex_main_loc0_Output = OpVariable %_ptr_Output_uint Output |
| %_ptr_Output_float = OpTypePointer Output %float |
| %vertex_main___point_size_Output = OpVariable %_ptr_Output_float Output |
| %14 = OpTypeFunction %uint |
| %int = OpTypeInt 32 1 |
| %v4int = OpTypeVector %int 4 |
| %_ptr_Function_v4int = OpTypePointer Function %v4int |
| %int_1 = OpConstant %int 1 |
| %20 = OpConstantComposite %v4int %int_1 %int_1 %int_1 %int_1 |
| %v4uint = OpTypeVector %uint 4 |
| %uint_0 = OpConstant %uint 0 |
| %uint_8 = OpConstant %uint 8 |
| %uint_16 = OpConstant %uint 16 |
| %uint_24 = OpConstant %uint 24 |
| %int_n128 = OpConstant %int -128 |
| %int_127 = OpConstant %int 127 |
| %uint_255 = OpConstant %uint 255 |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %void = OpTypeVoid |
| %62 = OpTypeFunction %void |
| %_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint |
| %VertexOutput = OpTypeStruct %v4float %uint |
| %73 = OpTypeFunction %VertexOutput |
| %_ptr_Function_VertexOutput = OpTypePointer Function %VertexOutput |
| %77 = OpConstantNull %VertexOutput |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %80 = OpConstantNull %v4float |
| %float_1 = OpConstant %float 1 |
| %pack4xI8Clamp_e42b2a = OpFunction %uint None %14 |
| %15 = OpLabel |
| %arg_0 = OpVariable %_ptr_Function_v4int Function |
| %res = OpVariable %_ptr_Function_uint Function |
| OpStore %arg_0 %20 |
| %22 = OpLoad %v4int %arg_0 None |
| %24 = OpCompositeConstruct %v4uint %uint_0 %uint_8 %uint_16 %uint_24 |
| %29 = OpCompositeConstruct %v4int %int_n128 %int_n128 %int_n128 %int_n128 |
| %31 = OpCompositeConstruct %v4int %int_127 %int_127 %int_127 %int_127 |
| %33 = OpExtInst %v4int %34 SClamp %22 %29 %31 |
| %35 = OpBitcast %v4uint %33 |
| %36 = OpCompositeConstruct %v4uint %uint_255 %uint_255 %uint_255 %uint_255 |
| %38 = OpBitwiseAnd %v4uint %35 %36 |
| %39 = OpShiftLeftLogical %v4uint %38 %24 |
| %40 = OpCompositeConstruct %v4uint %uint_1 %uint_1 %uint_1 %uint_1 |
| %42 = OpCompositeExtract %uint %39 0 |
| %43 = OpCompositeExtract %uint %40 0 |
| %44 = OpIMul %uint %42 %43 |
| %45 = OpCompositeExtract %uint %39 1 |
| %46 = OpCompositeExtract %uint %40 1 |
| %47 = OpIMul %uint %45 %46 |
| %48 = OpIAdd %uint %44 %47 |
| %49 = OpCompositeExtract %uint %39 2 |
| %50 = OpCompositeExtract %uint %40 2 |
| %51 = OpIMul %uint %49 %50 |
| %52 = OpIAdd %uint %48 %51 |
| %53 = OpCompositeExtract %uint %39 3 |
| %54 = OpCompositeExtract %uint %40 3 |
| %55 = OpIMul %uint %53 %54 |
| %56 = OpIAdd %uint %52 %55 |
| OpStore %res %56 |
| %59 = OpLoad %uint %res None |
| OpReturnValue %59 |
| OpFunctionEnd |
| %fragment_main = OpFunction %void None %62 |
| %63 = OpLabel |
| %64 = OpFunctionCall %uint %pack4xI8Clamp_e42b2a |
| %65 = OpAccessChain %_ptr_StorageBuffer_uint %1 %uint_0 |
| OpStore %65 %64 None |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %62 |
| %68 = OpLabel |
| %69 = OpFunctionCall %uint %pack4xI8Clamp_e42b2a |
| %70 = OpAccessChain %_ptr_StorageBuffer_uint %1 %uint_0 |
| OpStore %70 %69 None |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %VertexOutput None %73 |
| %74 = OpLabel |
| %out = OpVariable %_ptr_Function_VertexOutput Function %77 |
| %78 = OpAccessChain %_ptr_Function_v4float %out %uint_0 |
| OpStore %78 %80 None |
| %81 = OpAccessChain %_ptr_Function_uint %out %uint_1 |
| %82 = OpFunctionCall %uint %pack4xI8Clamp_e42b2a |
| OpStore %81 %82 None |
| %83 = OpLoad %VertexOutput %out None |
| OpReturnValue %83 |
| OpFunctionEnd |
| %vertex_main = OpFunction %void None %62 |
| %85 = OpLabel |
| %86 = OpFunctionCall %VertexOutput %vertex_main_inner |
| %87 = OpCompositeExtract %v4float %86 0 |
| OpStore %vertex_main_position_Output %87 None |
| %88 = OpCompositeExtract %uint %86 1 |
| OpStore %vertex_main_loc0_Output %88 None |
| OpStore %vertex_main___point_size_Output %float_1 None |
| OpReturn |
| OpFunctionEnd |