1; SPIR-V 2; Version: 1.3 3; Generator: Google Tint Compiler; 0 4; Bound: 35 5; Schema: 0 6 OpCapability Shader 7 %17 = OpExtInstImport "GLSL.std.450" 8 OpMemoryModel Logical GLSL450 9 OpEntryPoint Vertex %vertex_main "vertex_main" %value %vertex_point_size 10 OpEntryPoint Fragment %fragment_main "fragment_main" 11 OpEntryPoint GLCompute %compute_main "compute_main" 12 OpExecutionMode %fragment_main OriginUpperLeft 13 OpExecutionMode %compute_main LocalSize 1 1 1 14 OpName %value "value" 15 OpName %vertex_point_size "vertex_point_size" 16 OpName %frexp_3c4f48 "frexp_3c4f48" 17 OpName %__frexp_result_vec4 "__frexp_result_vec4" 18 OpMemberName %__frexp_result_vec4 0 "sig" 19 OpMemberName %__frexp_result_vec4 1 "exp" 20 OpName %res "res" 21 OpName %vertex_main_inner "vertex_main_inner" 22 OpName %vertex_main "vertex_main" 23 OpName %fragment_main "fragment_main" 24 OpName %compute_main "compute_main" 25 OpDecorate %value BuiltIn Position 26 OpDecorate %vertex_point_size BuiltIn PointSize 27 OpMemberDecorate %__frexp_result_vec4 0 Offset 0 28 OpMemberDecorate %__frexp_result_vec4 1 Offset 16 29 %float = OpTypeFloat 32 30 %v4float = OpTypeVector %float 4 31%_ptr_Output_v4float = OpTypePointer Output %v4float 32 %5 = OpConstantNull %v4float 33 %value = OpVariable %_ptr_Output_v4float Output %5 34%_ptr_Output_float = OpTypePointer Output %float 35 %8 = OpConstantNull %float 36%vertex_point_size = OpVariable %_ptr_Output_float Output %8 37 %void = OpTypeVoid 38 %9 = OpTypeFunction %void 39 %int = OpTypeInt 32 1 40 %v4int = OpTypeVector %int 4 41%__frexp_result_vec4 = OpTypeStruct %v4float %v4int 42%_ptr_Function___frexp_result_vec4 = OpTypePointer Function %__frexp_result_vec4 43 %20 = OpConstantNull %__frexp_result_vec4 44 %21 = OpTypeFunction %v4float 45 %float_1 = OpConstant %float 1 46%frexp_3c4f48 = OpFunction %void None %9 47 %12 = OpLabel 48 %res = OpVariable %_ptr_Function___frexp_result_vec4 Function %20 49 %13 = OpExtInst %__frexp_result_vec4 %17 FrexpStruct %5 50 OpStore %res %13 51 OpReturn 52 OpFunctionEnd 53%vertex_main_inner = OpFunction %v4float None %21 54 %23 = OpLabel 55 %24 = OpFunctionCall %void %frexp_3c4f48 56 OpReturnValue %5 57 OpFunctionEnd 58%vertex_main = OpFunction %void None %9 59 %26 = OpLabel 60 %27 = OpFunctionCall %v4float %vertex_main_inner 61 OpStore %value %27 62 OpStore %vertex_point_size %float_1 63 OpReturn 64 OpFunctionEnd 65%fragment_main = OpFunction %void None %9 66 %30 = OpLabel 67 %31 = OpFunctionCall %void %frexp_3c4f48 68 OpReturn 69 OpFunctionEnd 70%compute_main = OpFunction %void None %9 71 %33 = OpLabel 72 %34 = OpFunctionCall %void %frexp_3c4f48 73 OpReturn 74 OpFunctionEnd 75