blob: ca524f380b8ff60e4b340101e18b797aaea84363 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 110
; 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_first_leading_bit "tint_first_leading_bit"
OpName %v "v"
OpName %x "x"
OpName %firstLeadingBit_35053e "firstLeadingBit_35053e"
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
%int = OpTypeInt 32 1
%v3int = OpTypeVector %int 3
%9 = OpTypeFunction %v3int %v3int
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%18 = OpConstantNull %v3int
%bool = OpTypeBool
%v3bool = OpTypeVector %bool 3
%_ptr_Function_v3uint = OpTypePointer Function %v3uint
%27 = OpConstantNull %v3uint
%uint_4294901760 = OpConstant %uint 4294901760
%32 = OpConstantComposite %v3uint %uint_4294901760 %uint_4294901760 %uint_4294901760
%uint_16 = OpConstant %uint 16
%35 = OpConstantComposite %v3uint %uint_16 %uint_16 %uint_16
%uint_65280 = OpConstant %uint 65280
%42 = OpConstantComposite %v3uint %uint_65280 %uint_65280 %uint_65280
%uint_8 = OpConstant %uint 8
%45 = OpConstantComposite %v3uint %uint_8 %uint_8 %uint_8
%uint_240 = OpConstant %uint 240
%52 = OpConstantComposite %v3uint %uint_240 %uint_240 %uint_240
%uint_4 = OpConstant %uint 4
%55 = OpConstantComposite %v3uint %uint_4 %uint_4 %uint_4
%uint_12 = OpConstant %uint 12
%62 = OpConstantComposite %v3uint %uint_12 %uint_12 %uint_12
%uint_2 = OpConstant %uint 2
%65 = OpConstantComposite %v3uint %uint_2 %uint_2 %uint_2
%uint_1 = OpConstant %uint 1
%73 = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1
%uint_4294967295 = OpConstant %uint 4294967295
%78 = OpConstantComposite %v3uint %uint_4294967295 %uint_4294967295 %uint_4294967295
%void = OpTypeVoid
%85 = OpTypeFunction %void
%int_1 = OpConstant %int 1
%90 = OpConstantComposite %v3int %int_1 %int_1 %int_1
%_ptr_Function_v3int = OpTypePointer Function %v3int
%96 = OpTypeFunction %v4float
%float_1 = OpConstant %float 1
%tint_first_leading_bit = OpFunction %v3int None %9
%v = OpFunctionParameter %v3int
%14 = OpLabel
%x = OpVariable %_ptr_Function_v3uint Function %27
%19 = OpSLessThan %v3bool %v %18
%23 = OpNot %v3int %v
%22 = OpBitcast %v3uint %23
%24 = OpBitcast %v3uint %v
%15 = OpSelect %v3uint %19 %22 %24
OpStore %x %15
%30 = OpLoad %v3uint %x
%33 = OpBitwiseAnd %v3uint %30 %32
%29 = OpINotEqual %v3bool %33 %27
%28 = OpSelect %v3uint %29 %35 %27
%36 = OpLoad %v3uint %x
%37 = OpShiftRightLogical %v3uint %36 %28
OpStore %x %37
%40 = OpLoad %v3uint %x
%43 = OpBitwiseAnd %v3uint %40 %42
%39 = OpINotEqual %v3bool %43 %27
%38 = OpSelect %v3uint %39 %45 %27
%46 = OpLoad %v3uint %x
%47 = OpShiftRightLogical %v3uint %46 %38
OpStore %x %47
%50 = OpLoad %v3uint %x
%53 = OpBitwiseAnd %v3uint %50 %52
%49 = OpINotEqual %v3bool %53 %27
%48 = OpSelect %v3uint %49 %55 %27
%56 = OpLoad %v3uint %x
%57 = OpShiftRightLogical %v3uint %56 %48
OpStore %x %57
%60 = OpLoad %v3uint %x
%63 = OpBitwiseAnd %v3uint %60 %62
%59 = OpINotEqual %v3bool %63 %27
%58 = OpSelect %v3uint %59 %65 %27
%66 = OpLoad %v3uint %x
%67 = OpShiftRightLogical %v3uint %66 %58
OpStore %x %67
%70 = OpLoad %v3uint %x
%71 = OpBitwiseAnd %v3uint %70 %65
%69 = OpINotEqual %v3bool %71 %27
%68 = OpSelect %v3uint %69 %73 %27
%75 = OpLoad %v3uint %x
%76 = OpIEqual %v3bool %75 %27
%74 = OpSelect %v3uint %76 %78 %27
%80 = OpBitwiseOr %v3uint %28 %38
%81 = OpBitwiseOr %v3uint %80 %48
%82 = OpBitwiseOr %v3uint %81 %58
%83 = OpBitwiseOr %v3uint %82 %68
%84 = OpBitwiseOr %v3uint %83 %74
%79 = OpBitcast %v3int %84
OpReturnValue %79
OpFunctionEnd
%firstLeadingBit_35053e = OpFunction %void None %85
%88 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v3int Function %18
%res = OpVariable %_ptr_Function_v3int Function %18
OpStore %arg_0 %90
%94 = OpLoad %v3int %arg_0
%93 = OpFunctionCall %v3int %tint_first_leading_bit %94
OpStore %res %93
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %v4float None %96
%98 = OpLabel
%99 = OpFunctionCall %void %firstLeadingBit_35053e
OpReturnValue %5
OpFunctionEnd
%vertex_main = OpFunction %void None %85
%101 = OpLabel
%102 = OpFunctionCall %v4float %vertex_main_inner
OpStore %value %102
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %85
%105 = OpLabel
%106 = OpFunctionCall %void %firstLeadingBit_35053e
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %85
%108 = OpLabel
%109 = OpFunctionCall %void %firstLeadingBit_35053e
OpReturn
OpFunctionEnd