2021-06-14 15:29:34 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2022-07-26 14:27:25 +00:00
|
|
|
; Bound: 38
|
2021-06-14 15:29:34 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-08-05 17:34:19 +00:00
|
|
|
OpEntryPoint Vertex %vertex_main "vertex_main" %value %vertex_point_size
|
2021-06-14 15:29:34 +00:00
|
|
|
OpEntryPoint Fragment %fragment_main "fragment_main"
|
|
|
|
OpEntryPoint GLCompute %compute_main "compute_main"
|
|
|
|
OpExecutionMode %fragment_main OriginUpperLeft
|
|
|
|
OpExecutionMode %compute_main LocalSize 1 1 1
|
2021-08-05 17:34:19 +00:00
|
|
|
OpName %value "value"
|
|
|
|
OpName %vertex_point_size "vertex_point_size"
|
2022-06-02 14:36:10 +00:00
|
|
|
OpName %dot_883f0e "dot_883f0e"
|
2021-06-14 15:29:34 +00:00
|
|
|
OpName %arg_0 "arg_0"
|
|
|
|
OpName %arg_1 "arg_1"
|
|
|
|
OpName %res "res"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpName %vertex_main_inner "vertex_main_inner"
|
2021-06-14 15:29:34 +00:00
|
|
|
OpName %vertex_main "vertex_main"
|
|
|
|
OpName %fragment_main "fragment_main"
|
|
|
|
OpName %compute_main "compute_main"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpDecorate %value BuiltIn Position
|
|
|
|
OpDecorate %vertex_point_size BuiltIn PointSize
|
2021-06-14 15:29:34 +00:00
|
|
|
%float = OpTypeFloat 32
|
|
|
|
%v4float = OpTypeVector %float 4
|
|
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
2021-08-05 17:34:19 +00:00
|
|
|
%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
|
2021-06-14 15:29:34 +00:00
|
|
|
%void = OpTypeVoid
|
2022-06-02 14:36:10 +00:00
|
|
|
%9 = OpTypeFunction %void
|
2021-06-14 15:29:34 +00:00
|
|
|
%v2float = OpTypeVector %float 2
|
2022-07-26 14:27:25 +00:00
|
|
|
%float_1 = OpConstant %float 1
|
|
|
|
%15 = OpConstantComposite %v2float %float_1 %float_1
|
2022-06-02 14:36:10 +00:00
|
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
2022-07-26 14:27:25 +00:00
|
|
|
%18 = OpConstantNull %v2float
|
2021-06-14 15:29:34 +00:00
|
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
2022-07-26 14:27:25 +00:00
|
|
|
%25 = OpTypeFunction %v4float
|
2022-06-02 14:36:10 +00:00
|
|
|
%dot_883f0e = OpFunction %void None %9
|
|
|
|
%12 = OpLabel
|
2022-07-26 14:27:25 +00:00
|
|
|
%arg_0 = OpVariable %_ptr_Function_v2float Function %18
|
|
|
|
%arg_1 = OpVariable %_ptr_Function_v2float Function %18
|
2021-08-05 17:34:19 +00:00
|
|
|
%res = OpVariable %_ptr_Function_float Function %8
|
2022-07-26 14:27:25 +00:00
|
|
|
OpStore %arg_0 %15
|
|
|
|
OpStore %arg_1 %15
|
|
|
|
%21 = OpLoad %v2float %arg_0
|
|
|
|
%22 = OpLoad %v2float %arg_1
|
|
|
|
%20 = OpDot %float %21 %22
|
|
|
|
OpStore %res %20
|
2021-06-14 15:29:34 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2022-07-26 14:27:25 +00:00
|
|
|
%vertex_main_inner = OpFunction %v4float None %25
|
|
|
|
%27 = OpLabel
|
|
|
|
%28 = OpFunctionCall %void %dot_883f0e
|
2021-08-05 17:34:19 +00:00
|
|
|
OpReturnValue %5
|
2021-06-14 15:29:34 +00:00
|
|
|
OpFunctionEnd
|
2022-06-02 14:36:10 +00:00
|
|
|
%vertex_main = OpFunction %void None %9
|
2022-07-26 14:27:25 +00:00
|
|
|
%30 = OpLabel
|
|
|
|
%31 = OpFunctionCall %v4float %vertex_main_inner
|
|
|
|
OpStore %value %31
|
2021-08-05 17:34:19 +00:00
|
|
|
OpStore %vertex_point_size %float_1
|
2021-06-14 15:29:34 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2022-06-02 14:36:10 +00:00
|
|
|
%fragment_main = OpFunction %void None %9
|
2022-07-26 14:27:25 +00:00
|
|
|
%33 = OpLabel
|
|
|
|
%34 = OpFunctionCall %void %dot_883f0e
|
2021-06-14 15:29:34 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2022-06-02 14:36:10 +00:00
|
|
|
%compute_main = OpFunction %void None %9
|
2022-07-26 14:27:25 +00:00
|
|
|
%36 = OpLabel
|
|
|
|
%37 = OpFunctionCall %void %dot_883f0e
|
2021-06-14 15:29:34 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|