2021-07-30 16:03:06 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
|
|
|
; Bound: 38
|
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-08-05 17:34:19 +00:00
|
|
|
OpEntryPoint Vertex %main "main" %x_4_param_1 %x_1_1_1 %vertex_point_size
|
|
|
|
OpName %x_4_param_1 "x_4_param_1"
|
|
|
|
OpName %x_1_1_1 "x_1_1_1"
|
|
|
|
OpName %vertex_point_size "vertex_point_size"
|
2021-07-30 16:03:06 +00:00
|
|
|
OpName %x_4 "x_4"
|
|
|
|
OpName %x_1 "x_1"
|
|
|
|
OpName %main_1 "main_1"
|
|
|
|
OpName %main_out "main_out"
|
|
|
|
OpMemberName %main_out 0 "x_1_1"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpName %main_inner "main_inner"
|
|
|
|
OpName %x_4_param "x_4_param"
|
2021-07-30 16:03:06 +00:00
|
|
|
OpName %main "main"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpDecorate %x_4_param_1 BuiltIn VertexIndex
|
|
|
|
OpDecorate %x_1_1_1 BuiltIn Position
|
|
|
|
OpDecorate %vertex_point_size BuiltIn PointSize
|
2021-07-30 16:03:06 +00:00
|
|
|
OpMemberDecorate %main_out 0 Offset 0
|
2021-08-05 17:34:19 +00:00
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
|
|
%x_4_param_1 = OpVariable %_ptr_Input_uint Input
|
2021-07-30 16:03:06 +00:00
|
|
|
%float = OpTypeFloat 32
|
2021-08-05 17:34:19 +00:00
|
|
|
%v4float = OpTypeVector %float 4
|
|
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
|
|
%8 = OpConstantNull %v4float
|
|
|
|
%x_1_1_1 = OpVariable %_ptr_Output_v4float Output %8
|
2021-07-30 16:03:06 +00:00
|
|
|
%_ptr_Output_float = OpTypePointer Output %float
|
2021-08-05 17:34:19 +00:00
|
|
|
%11 = OpConstantNull %float
|
|
|
|
%vertex_point_size = OpVariable %_ptr_Output_float Output %11
|
2021-07-30 16:03:06 +00:00
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%_ptr_Private_int = OpTypePointer Private %int
|
2021-08-05 17:34:19 +00:00
|
|
|
%15 = OpConstantNull %int
|
|
|
|
%x_4 = OpVariable %_ptr_Private_int Private %15
|
2021-07-30 16:03:06 +00:00
|
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
2021-08-05 17:34:19 +00:00
|
|
|
%x_1 = OpVariable %_ptr_Private_v4float Private %8
|
2021-07-30 16:03:06 +00:00
|
|
|
%void = OpTypeVoid
|
|
|
|
%18 = OpTypeFunction %void
|
|
|
|
%main_out = OpTypeStruct %v4float
|
2021-08-05 17:34:19 +00:00
|
|
|
%23 = OpTypeFunction %main_out %uint
|
2021-07-30 16:03:06 +00:00
|
|
|
%float_1 = OpConstant %float 1
|
|
|
|
%main_1 = OpFunction %void None %18
|
|
|
|
%21 = OpLabel
|
|
|
|
%22 = OpLoad %int %x_4
|
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-08-05 17:34:19 +00:00
|
|
|
%main_inner = OpFunction %main_out None %23
|
|
|
|
%x_4_param = OpFunctionParameter %uint
|
2021-07-30 16:03:06 +00:00
|
|
|
%27 = OpLabel
|
2021-08-05 17:34:19 +00:00
|
|
|
%28 = OpBitcast %int %x_4_param
|
|
|
|
OpStore %x_4 %28
|
|
|
|
%29 = OpFunctionCall %void %main_1
|
|
|
|
%30 = OpLoad %v4float %x_1
|
|
|
|
%31 = OpCompositeConstruct %main_out %30
|
|
|
|
OpReturnValue %31
|
2021-07-30 16:03:06 +00:00
|
|
|
OpFunctionEnd
|
|
|
|
%main = OpFunction %void None %18
|
2021-08-05 17:34:19 +00:00
|
|
|
%33 = OpLabel
|
|
|
|
%35 = OpLoad %uint %x_4_param_1
|
|
|
|
%34 = OpFunctionCall %main_out %main_inner %35
|
|
|
|
%36 = OpCompositeExtract %v4float %34 0
|
|
|
|
OpStore %x_1_1_1 %36
|
|
|
|
OpStore %vertex_point_size %float_1
|
2021-07-30 16:03:06 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|