blob: 869590d9e21fd1bcf2c90479f31fd7b2b2b30232 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 95
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Vertex %vertex_main "vertex_main" %value %vertex_point_size
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %value "value"
OpName %vertex_point_size "vertex_point_size"
OpName %tint_count_leading_zeros "tint_count_leading_zeros"
OpName %v "v"
OpName %x "x"
OpName %countLeadingZeros_70783f "countLeadingZeros_70783f"
OpName %arg_0 "arg_0"
OpName %res "res"
OpName %vertex_main_inner "vertex_main_inner"
OpName %vertex_main "vertex_main"
OpName %fragment_main "fragment_main"
OpName %compute_main "compute_main"
OpDecorate %value BuiltIn Position
OpDecorate %vertex_point_size BuiltIn PointSize
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%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
%uint = OpTypeInt 32 0
%v2uint = OpTypeVector %uint 2
%9 = OpTypeFunction %v2uint %v2uint
%_ptr_Function_v2uint = OpTypePointer Function %v2uint
%18 = OpConstantNull %v2uint
%uint_65535 = OpConstant %uint 65535
%22 = OpConstantComposite %v2uint %uint_65535 %uint_65535
%bool = OpTypeBool
%v2bool = OpTypeVector %bool 2
%uint_16 = OpConstant %uint 16
%27 = OpConstantComposite %v2uint %uint_16 %uint_16
%uint_16777215 = OpConstant %uint 16777215
%33 = OpConstantComposite %v2uint %uint_16777215 %uint_16777215
%uint_8 = OpConstant %uint 8
%36 = OpConstantComposite %v2uint %uint_8 %uint_8
%uint_268435455 = OpConstant %uint 268435455
%42 = OpConstantComposite %v2uint %uint_268435455 %uint_268435455
%uint_4 = OpConstant %uint 4
%45 = OpConstantComposite %v2uint %uint_4 %uint_4
%uint_1073741823 = OpConstant %uint 1073741823
%51 = OpConstantComposite %v2uint %uint_1073741823 %uint_1073741823
%uint_2 = OpConstant %uint 2
%54 = OpConstantComposite %v2uint %uint_2 %uint_2
%uint_2147483647 = OpConstant %uint 2147483647
%60 = OpConstantComposite %v2uint %uint_2147483647 %uint_2147483647
%uint_1 = OpConstant %uint 1
%63 = OpConstantComposite %v2uint %uint_1 %uint_1
%void = OpTypeVoid
%73 = OpTypeFunction %void
%81 = OpTypeFunction %v4float
%float_1 = OpConstant %float 1
%tint_count_leading_zeros = OpFunction %v2uint None %9
%v = OpFunctionParameter %v2uint
%14 = OpLabel
%x = OpVariable %_ptr_Function_v2uint Function %18
OpStore %x %v
%20 = OpLoad %v2uint %x
%23 = OpULessThanEqual %v2bool %20 %22
%19 = OpSelect %v2uint %23 %27 %18
%28 = OpLoad %v2uint %x
%29 = OpShiftLeftLogical %v2uint %28 %19
OpStore %x %29
%31 = OpLoad %v2uint %x
%34 = OpULessThanEqual %v2bool %31 %33
%30 = OpSelect %v2uint %34 %36 %18
%37 = OpLoad %v2uint %x
%38 = OpShiftLeftLogical %v2uint %37 %30
OpStore %x %38
%40 = OpLoad %v2uint %x
%43 = OpULessThanEqual %v2bool %40 %42
%39 = OpSelect %v2uint %43 %45 %18
%46 = OpLoad %v2uint %x
%47 = OpShiftLeftLogical %v2uint %46 %39
OpStore %x %47
%49 = OpLoad %v2uint %x
%52 = OpULessThanEqual %v2bool %49 %51
%48 = OpSelect %v2uint %52 %54 %18
%55 = OpLoad %v2uint %x
%56 = OpShiftLeftLogical %v2uint %55 %48
OpStore %x %56
%58 = OpLoad %v2uint %x
%61 = OpULessThanEqual %v2bool %58 %60
%57 = OpSelect %v2uint %61 %63 %18
%65 = OpLoad %v2uint %x
%66 = OpIEqual %v2bool %65 %18
%64 = OpSelect %v2uint %66 %63 %18
%68 = OpBitwiseOr %v2uint %19 %30
%69 = OpBitwiseOr %v2uint %68 %39
%70 = OpBitwiseOr %v2uint %69 %48
%71 = OpBitwiseOr %v2uint %70 %57
%72 = OpIAdd %v2uint %71 %64
OpReturnValue %72
OpFunctionEnd
%countLeadingZeros_70783f = OpFunction %void None %73
%76 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v2uint Function %18
%res = OpVariable %_ptr_Function_v2uint Function %18
OpStore %arg_0 %63
%79 = OpLoad %v2uint %arg_0
%78 = OpFunctionCall %v2uint %tint_count_leading_zeros %79
OpStore %res %78
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %v4float None %81
%83 = OpLabel
%84 = OpFunctionCall %void %countLeadingZeros_70783f
OpReturnValue %5
OpFunctionEnd
%vertex_main = OpFunction %void None %73
%86 = OpLabel
%87 = OpFunctionCall %v4float %vertex_main_inner
OpStore %value %87
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %73
%90 = OpLabel
%91 = OpFunctionCall %void %countLeadingZeros_70783f
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %73
%93 = OpLabel
%94 = OpFunctionCall %void %countLeadingZeros_70783f
OpReturn
OpFunctionEnd