147 lines
6.1 KiB
Plaintext
147 lines
6.1 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 102
|
|
; 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_trailing_zeros "tint_count_trailing_zeros"
|
|
OpName %v "v"
|
|
OpName %x "x"
|
|
OpName %countTrailingZeros_1dc84a "countTrailingZeros_1dc84a"
|
|
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
|
|
%v4int = OpTypeVector %int 4
|
|
%9 = OpTypeFunction %v4int %v4int
|
|
%uint = OpTypeInt 32 0
|
|
%v4uint = OpTypeVector %uint 4
|
|
%_ptr_Function_v4uint = OpTypePointer Function %v4uint
|
|
%20 = OpConstantNull %v4uint
|
|
%bool = OpTypeBool
|
|
%v4bool = OpTypeVector %bool 4
|
|
%uint_65535 = OpConstant %uint 65535
|
|
%27 = OpConstantComposite %v4uint %uint_65535 %uint_65535 %uint_65535 %uint_65535
|
|
%uint_0 = OpConstant %uint 0
|
|
%30 = OpConstantComposite %v4uint %uint_0 %uint_0 %uint_0 %uint_0
|
|
%uint_16 = OpConstant %uint 16
|
|
%32 = OpConstantComposite %v4uint %uint_16 %uint_16 %uint_16 %uint_16
|
|
%uint_255 = OpConstant %uint 255
|
|
%39 = OpConstantComposite %v4uint %uint_255 %uint_255 %uint_255 %uint_255
|
|
%uint_8 = OpConstant %uint 8
|
|
%42 = OpConstantComposite %v4uint %uint_8 %uint_8 %uint_8 %uint_8
|
|
%uint_15 = OpConstant %uint 15
|
|
%49 = OpConstantComposite %v4uint %uint_15 %uint_15 %uint_15 %uint_15
|
|
%uint_4 = OpConstant %uint 4
|
|
%52 = OpConstantComposite %v4uint %uint_4 %uint_4 %uint_4 %uint_4
|
|
%uint_3 = OpConstant %uint 3
|
|
%59 = OpConstantComposite %v4uint %uint_3 %uint_3 %uint_3 %uint_3
|
|
%uint_2 = OpConstant %uint 2
|
|
%62 = OpConstantComposite %v4uint %uint_2 %uint_2 %uint_2 %uint_2
|
|
%uint_1 = OpConstant %uint 1
|
|
%69 = OpConstantComposite %v4uint %uint_1 %uint_1 %uint_1 %uint_1
|
|
%void = OpTypeVoid
|
|
%80 = OpTypeFunction %void
|
|
%85 = OpConstantNull %v4int
|
|
%_ptr_Function_v4int = OpTypePointer Function %v4int
|
|
%88 = OpTypeFunction %v4float
|
|
%float_1 = OpConstant %float 1
|
|
%tint_count_trailing_zeros = OpFunction %v4int None %9
|
|
%v = OpFunctionParameter %v4int
|
|
%14 = OpLabel
|
|
%x = OpVariable %_ptr_Function_v4uint Function %20
|
|
%15 = OpBitcast %v4uint %v
|
|
OpStore %x %15
|
|
%25 = OpLoad %v4uint %x
|
|
%28 = OpBitwiseAnd %v4uint %25 %27
|
|
%22 = OpINotEqual %v4bool %28 %20
|
|
%21 = OpSelect %v4uint %22 %30 %32
|
|
%33 = OpLoad %v4uint %x
|
|
%34 = OpShiftRightLogical %v4uint %33 %21
|
|
OpStore %x %34
|
|
%37 = OpLoad %v4uint %x
|
|
%40 = OpBitwiseAnd %v4uint %37 %39
|
|
%36 = OpINotEqual %v4bool %40 %20
|
|
%35 = OpSelect %v4uint %36 %30 %42
|
|
%43 = OpLoad %v4uint %x
|
|
%44 = OpShiftRightLogical %v4uint %43 %35
|
|
OpStore %x %44
|
|
%47 = OpLoad %v4uint %x
|
|
%50 = OpBitwiseAnd %v4uint %47 %49
|
|
%46 = OpINotEqual %v4bool %50 %20
|
|
%45 = OpSelect %v4uint %46 %30 %52
|
|
%53 = OpLoad %v4uint %x
|
|
%54 = OpShiftRightLogical %v4uint %53 %45
|
|
OpStore %x %54
|
|
%57 = OpLoad %v4uint %x
|
|
%60 = OpBitwiseAnd %v4uint %57 %59
|
|
%56 = OpINotEqual %v4bool %60 %20
|
|
%55 = OpSelect %v4uint %56 %30 %62
|
|
%63 = OpLoad %v4uint %x
|
|
%64 = OpShiftRightLogical %v4uint %63 %55
|
|
OpStore %x %64
|
|
%67 = OpLoad %v4uint %x
|
|
%70 = OpBitwiseAnd %v4uint %67 %69
|
|
%66 = OpINotEqual %v4bool %70 %20
|
|
%65 = OpSelect %v4uint %66 %30 %69
|
|
%72 = OpLoad %v4uint %x
|
|
%73 = OpIEqual %v4bool %72 %30
|
|
%71 = OpSelect %v4uint %73 %69 %30
|
|
%75 = OpBitwiseOr %v4uint %21 %35
|
|
%76 = OpBitwiseOr %v4uint %75 %45
|
|
%77 = OpBitwiseOr %v4uint %76 %55
|
|
%78 = OpBitwiseOr %v4uint %77 %65
|
|
%79 = OpIAdd %v4uint %78 %71
|
|
%74 = OpBitcast %v4int %79
|
|
OpReturnValue %74
|
|
OpFunctionEnd
|
|
%countTrailingZeros_1dc84a = OpFunction %void None %80
|
|
%83 = OpLabel
|
|
%res = OpVariable %_ptr_Function_v4int Function %85
|
|
%84 = OpFunctionCall %v4int %tint_count_trailing_zeros %85
|
|
OpStore %res %84
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%vertex_main_inner = OpFunction %v4float None %88
|
|
%90 = OpLabel
|
|
%91 = OpFunctionCall %void %countTrailingZeros_1dc84a
|
|
OpReturnValue %5
|
|
OpFunctionEnd
|
|
%vertex_main = OpFunction %void None %80
|
|
%93 = OpLabel
|
|
%94 = OpFunctionCall %v4float %vertex_main_inner
|
|
OpStore %value %94
|
|
OpStore %vertex_point_size %float_1
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%fragment_main = OpFunction %void None %80
|
|
%97 = OpLabel
|
|
%98 = OpFunctionCall %void %countTrailingZeros_1dc84a
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %80
|
|
%100 = OpLabel
|
|
%101 = OpFunctionCall %void %countTrailingZeros_1dc84a
|
|
OpReturn
|
|
OpFunctionEnd
|