2021-10-22 06:23:12 +00:00
|
|
|
intrinsics/gen/ignore/d91a2f.wgsl:28:3 warning: use of deprecated intrinsic
|
|
|
|
ignore(1.0);
|
|
|
|
^^^^^^
|
|
|
|
|
2021-06-09 08:30:57 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2021-08-05 17:34:19 +00:00
|
|
|
; Bound: 28
|
2021-06-09 08:30:57 +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-09 08:30:57 +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"
|
2021-06-09 08:30:57 +00:00
|
|
|
OpName %ignore_d91a2f "ignore_d91a2f"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpName %vertex_main_inner "vertex_main_inner"
|
2021-06-09 08:30:57 +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-09 08:30:57 +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-09 08:30:57 +00:00
|
|
|
%void = OpTypeVoid
|
|
|
|
%9 = OpTypeFunction %void
|
|
|
|
%float_1 = OpConstant %float 1
|
2021-08-05 17:34:19 +00:00
|
|
|
%15 = OpTypeFunction %v4float
|
2021-06-09 08:30:57 +00:00
|
|
|
%ignore_d91a2f = OpFunction %void None %9
|
|
|
|
%12 = OpLabel
|
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-08-05 17:34:19 +00:00
|
|
|
%vertex_main_inner = OpFunction %v4float None %15
|
|
|
|
%17 = OpLabel
|
|
|
|
%18 = OpFunctionCall %void %ignore_d91a2f
|
|
|
|
OpReturnValue %5
|
2021-06-09 08:30:57 +00:00
|
|
|
OpFunctionEnd
|
|
|
|
%vertex_main = OpFunction %void None %9
|
|
|
|
%20 = OpLabel
|
2021-08-05 17:34:19 +00:00
|
|
|
%21 = OpFunctionCall %v4float %vertex_main_inner
|
|
|
|
OpStore %value %21
|
|
|
|
OpStore %vertex_point_size %float_1
|
2021-06-09 08:30:57 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
|
|
|
%fragment_main = OpFunction %void None %9
|
2021-08-05 17:34:19 +00:00
|
|
|
%23 = OpLabel
|
|
|
|
%24 = OpFunctionCall %void %ignore_d91a2f
|
2021-06-09 08:30:57 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
|
|
|
%compute_main = OpFunction %void None %9
|
2021-08-05 17:34:19 +00:00
|
|
|
%26 = OpLabel
|
|
|
|
%27 = OpFunctionCall %void %ignore_d91a2f
|
2021-06-09 08:30:57 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|