2021-07-30 16:03:06 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2021-08-05 17:34:19 +00:00
|
|
|
; Bound: 42
|
2021-07-30 16:03:06 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-08-05 17:34:19 +00:00
|
|
|
OpEntryPoint Vertex %main "main" %x_1_1_1 %x_1_2_1 %x_2_1_1 %vertex_point_size
|
|
|
|
OpName %x_1_1_1 "x_1_1_1"
|
|
|
|
OpName %x_1_2_1 "x_1_2_1"
|
|
|
|
OpName %x_2_1_1 "x_2_1_1"
|
|
|
|
OpName %vertex_point_size "vertex_point_size"
|
2021-07-30 16:03:06 +00:00
|
|
|
OpName %x_1 "x_1"
|
|
|
|
OpName %x_2 "x_2"
|
|
|
|
OpName %main_1 "main_1"
|
|
|
|
OpName %main_out "main_out"
|
|
|
|
OpMemberName %main_out 0 "x_1_1"
|
|
|
|
OpMemberName %main_out 1 "x_1_2"
|
|
|
|
OpMemberName %main_out 2 "x_2_1"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpName %main_inner "main_inner"
|
2021-07-30 16:03:06 +00:00
|
|
|
OpName %main "main"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpDecorate %x_1_1_1 Location 9
|
|
|
|
OpDecorate %x_1_2_1 Location 10
|
|
|
|
OpDecorate %x_2_1_1 BuiltIn Position
|
|
|
|
OpDecorate %vertex_point_size BuiltIn PointSize
|
2021-07-30 16:03:06 +00:00
|
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
|
|
OpMemberDecorate %main_out 1 Offset 16
|
|
|
|
OpMemberDecorate %main_out 2 Offset 32
|
|
|
|
%float = OpTypeFloat 32
|
|
|
|
%v4float = OpTypeVector %float 4
|
2021-08-05 17:34:19 +00:00
|
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
|
|
%5 = OpConstantNull %v4float
|
|
|
|
%x_1_1_1 = OpVariable %_ptr_Output_v4float Output %5
|
|
|
|
%x_1_2_1 = OpVariable %_ptr_Output_v4float Output %5
|
|
|
|
%x_2_1_1 = OpVariable %_ptr_Output_v4float Output %5
|
|
|
|
%_ptr_Output_float = OpTypePointer Output %float
|
|
|
|
%10 = OpConstantNull %float
|
|
|
|
%vertex_point_size = OpVariable %_ptr_Output_float Output %10
|
2021-07-30 16:03:06 +00:00
|
|
|
%mat2v4float = OpTypeMatrix %v4float 2
|
|
|
|
%_ptr_Private_mat2v4float = OpTypePointer Private %mat2v4float
|
2021-08-05 17:34:19 +00:00
|
|
|
%14 = OpConstantNull %mat2v4float
|
|
|
|
%x_1 = OpVariable %_ptr_Private_mat2v4float Private %14
|
2021-07-30 16:03:06 +00:00
|
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
2021-08-05 17:34:19 +00:00
|
|
|
%x_2 = OpVariable %_ptr_Private_v4float Private %5
|
2021-07-30 16:03:06 +00:00
|
|
|
%void = OpTypeVoid
|
|
|
|
%17 = OpTypeFunction %void
|
|
|
|
%main_out = OpTypeStruct %v4float %v4float %v4float
|
2021-08-05 17:34:19 +00:00
|
|
|
%21 = OpTypeFunction %main_out
|
2021-07-30 16:03:06 +00:00
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%int_0 = OpConstant %int 0
|
|
|
|
%int_1 = OpConstant %int 1
|
2021-08-05 17:34:19 +00:00
|
|
|
%float_1 = OpConstant %float 1
|
2021-07-30 16:03:06 +00:00
|
|
|
%main_1 = OpFunction %void None %17
|
|
|
|
%20 = OpLabel
|
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-08-05 17:34:19 +00:00
|
|
|
%main_inner = OpFunction %main_out None %21
|
|
|
|
%24 = OpLabel
|
|
|
|
%25 = OpFunctionCall %void %main_1
|
|
|
|
%28 = OpAccessChain %_ptr_Private_v4float %x_1 %int_0
|
|
|
|
%29 = OpLoad %v4float %28
|
|
|
|
%31 = OpAccessChain %_ptr_Private_v4float %x_1 %int_1
|
|
|
|
%32 = OpLoad %v4float %31
|
|
|
|
%33 = OpLoad %v4float %x_2
|
|
|
|
%34 = OpCompositeConstruct %main_out %29 %32 %33
|
|
|
|
OpReturnValue %34
|
2021-07-30 16:03:06 +00:00
|
|
|
OpFunctionEnd
|
|
|
|
%main = OpFunction %void None %17
|
2021-08-05 17:34:19 +00:00
|
|
|
%36 = OpLabel
|
|
|
|
%37 = OpFunctionCall %main_out %main_inner
|
|
|
|
%38 = OpCompositeExtract %v4float %37 0
|
|
|
|
OpStore %x_1_1_1 %38
|
|
|
|
%39 = OpCompositeExtract %v4float %37 1
|
|
|
|
OpStore %x_1_2_1 %39
|
|
|
|
%40 = OpCompositeExtract %v4float %37 2
|
|
|
|
OpStore %x_2_1_1 %40
|
|
|
|
OpStore %vertex_point_size %float_1
|
2021-07-30 16:03:06 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|