155 lines
6.3 KiB
Plaintext
155 lines
6.3 KiB
Plaintext
|
; 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_a622c2 "firstLeadingBit_a622c2"
|
||
|
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
|
||
|
%v2int = OpTypeVector %int 2
|
||
|
%9 = OpTypeFunction %v2int %v2int
|
||
|
%uint = OpTypeInt 32 0
|
||
|
%v2uint = OpTypeVector %uint 2
|
||
|
%int_0 = OpConstant %int 0
|
||
|
%19 = OpConstantComposite %v2int %int_0 %int_0
|
||
|
%bool = OpTypeBool
|
||
|
%v2bool = OpTypeVector %bool 2
|
||
|
%_ptr_Function_v2uint = OpTypePointer Function %v2uint
|
||
|
%28 = OpConstantNull %v2uint
|
||
|
%uint_4294901760 = OpConstant %uint 4294901760
|
||
|
%33 = OpConstantComposite %v2uint %uint_4294901760 %uint_4294901760
|
||
|
%uint_16 = OpConstant %uint 16
|
||
|
%36 = OpConstantComposite %v2uint %uint_16 %uint_16
|
||
|
%uint_0 = OpConstant %uint 0
|
||
|
%38 = OpConstantComposite %v2uint %uint_0 %uint_0
|
||
|
%uint_65280 = OpConstant %uint 65280
|
||
|
%45 = OpConstantComposite %v2uint %uint_65280 %uint_65280
|
||
|
%uint_8 = OpConstant %uint 8
|
||
|
%48 = OpConstantComposite %v2uint %uint_8 %uint_8
|
||
|
%uint_240 = OpConstant %uint 240
|
||
|
%55 = OpConstantComposite %v2uint %uint_240 %uint_240
|
||
|
%uint_4 = OpConstant %uint 4
|
||
|
%58 = OpConstantComposite %v2uint %uint_4 %uint_4
|
||
|
%uint_12 = OpConstant %uint 12
|
||
|
%65 = OpConstantComposite %v2uint %uint_12 %uint_12
|
||
|
%uint_2 = OpConstant %uint 2
|
||
|
%68 = OpConstantComposite %v2uint %uint_2 %uint_2
|
||
|
%uint_1 = OpConstant %uint 1
|
||
|
%76 = OpConstantComposite %v2uint %uint_1 %uint_1
|
||
|
%uint_4294967295 = OpConstant %uint 4294967295
|
||
|
%81 = OpConstantComposite %v2uint %uint_4294967295 %uint_4294967295
|
||
|
%void = OpTypeVoid
|
||
|
%88 = OpTypeFunction %void
|
||
|
%93 = OpConstantNull %v2int
|
||
|
%_ptr_Function_v2int = OpTypePointer Function %v2int
|
||
|
%96 = OpTypeFunction %v4float
|
||
|
%float_1 = OpConstant %float 1
|
||
|
%tint_first_leading_bit = OpFunction %v2int None %9
|
||
|
%v = OpFunctionParameter %v2int
|
||
|
%14 = OpLabel
|
||
|
%x = OpVariable %_ptr_Function_v2uint Function %28
|
||
|
%20 = OpSLessThan %v2bool %v %19
|
||
|
%24 = OpNot %v2int %v
|
||
|
%23 = OpBitcast %v2uint %24
|
||
|
%25 = OpBitcast %v2uint %v
|
||
|
%15 = OpSelect %v2uint %20 %23 %25
|
||
|
OpStore %x %15
|
||
|
%31 = OpLoad %v2uint %x
|
||
|
%34 = OpBitwiseAnd %v2uint %31 %33
|
||
|
%30 = OpINotEqual %v2bool %34 %28
|
||
|
%29 = OpSelect %v2uint %30 %36 %38
|
||
|
%39 = OpLoad %v2uint %x
|
||
|
%40 = OpShiftRightLogical %v2uint %39 %29
|
||
|
OpStore %x %40
|
||
|
%43 = OpLoad %v2uint %x
|
||
|
%46 = OpBitwiseAnd %v2uint %43 %45
|
||
|
%42 = OpINotEqual %v2bool %46 %28
|
||
|
%41 = OpSelect %v2uint %42 %48 %38
|
||
|
%49 = OpLoad %v2uint %x
|
||
|
%50 = OpShiftRightLogical %v2uint %49 %41
|
||
|
OpStore %x %50
|
||
|
%53 = OpLoad %v2uint %x
|
||
|
%56 = OpBitwiseAnd %v2uint %53 %55
|
||
|
%52 = OpINotEqual %v2bool %56 %28
|
||
|
%51 = OpSelect %v2uint %52 %58 %38
|
||
|
%59 = OpLoad %v2uint %x
|
||
|
%60 = OpShiftRightLogical %v2uint %59 %51
|
||
|
OpStore %x %60
|
||
|
%63 = OpLoad %v2uint %x
|
||
|
%66 = OpBitwiseAnd %v2uint %63 %65
|
||
|
%62 = OpINotEqual %v2bool %66 %28
|
||
|
%61 = OpSelect %v2uint %62 %68 %38
|
||
|
%69 = OpLoad %v2uint %x
|
||
|
%70 = OpShiftRightLogical %v2uint %69 %61
|
||
|
OpStore %x %70
|
||
|
%73 = OpLoad %v2uint %x
|
||
|
%74 = OpBitwiseAnd %v2uint %73 %68
|
||
|
%72 = OpINotEqual %v2bool %74 %28
|
||
|
%71 = OpSelect %v2uint %72 %76 %38
|
||
|
%78 = OpLoad %v2uint %x
|
||
|
%79 = OpIEqual %v2bool %78 %38
|
||
|
%77 = OpSelect %v2uint %79 %81 %38
|
||
|
%83 = OpBitwiseOr %v2uint %29 %41
|
||
|
%84 = OpBitwiseOr %v2uint %83 %51
|
||
|
%85 = OpBitwiseOr %v2uint %84 %61
|
||
|
%86 = OpBitwiseOr %v2uint %85 %71
|
||
|
%87 = OpBitwiseOr %v2uint %86 %77
|
||
|
%82 = OpBitcast %v2int %87
|
||
|
OpReturnValue %82
|
||
|
OpFunctionEnd
|
||
|
%firstLeadingBit_a622c2 = OpFunction %void None %88
|
||
|
%91 = OpLabel
|
||
|
%res = OpVariable %_ptr_Function_v2int Function %93
|
||
|
%92 = OpFunctionCall %v2int %tint_first_leading_bit %93
|
||
|
OpStore %res %92
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%vertex_main_inner = OpFunction %v4float None %96
|
||
|
%98 = OpLabel
|
||
|
%99 = OpFunctionCall %void %firstLeadingBit_a622c2
|
||
|
OpReturnValue %5
|
||
|
OpFunctionEnd
|
||
|
%vertex_main = OpFunction %void None %88
|
||
|
%101 = OpLabel
|
||
|
%102 = OpFunctionCall %v4float %vertex_main_inner
|
||
|
OpStore %value %102
|
||
|
OpStore %vertex_point_size %float_1
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%fragment_main = OpFunction %void None %88
|
||
|
%105 = OpLabel
|
||
|
%106 = OpFunctionCall %void %firstLeadingBit_a622c2
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%compute_main = OpFunction %void None %88
|
||
|
%108 = OpLabel
|
||
|
%109 = OpFunctionCall %void %firstLeadingBit_a622c2
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|