144 lines
6.1 KiB
Plaintext
144 lines
6.1 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 99
|
|
; 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_7c38a6 "countLeadingZeros_7c38a6"
|
|
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
|
|
%_ptr_Function_v3uint = OpTypePointer Function %v3uint
|
|
%20 = OpConstantNull %v3uint
|
|
%uint_65535 = OpConstant %uint 65535
|
|
%24 = OpConstantComposite %v3uint %uint_65535 %uint_65535 %uint_65535
|
|
%bool = OpTypeBool
|
|
%v3bool = OpTypeVector %bool 3
|
|
%uint_16 = OpConstant %uint 16
|
|
%29 = OpConstantComposite %v3uint %uint_16 %uint_16 %uint_16
|
|
%uint_0 = OpConstant %uint 0
|
|
%31 = OpConstantComposite %v3uint %uint_0 %uint_0 %uint_0
|
|
%uint_16777215 = OpConstant %uint 16777215
|
|
%37 = OpConstantComposite %v3uint %uint_16777215 %uint_16777215 %uint_16777215
|
|
%uint_8 = OpConstant %uint 8
|
|
%40 = OpConstantComposite %v3uint %uint_8 %uint_8 %uint_8
|
|
%uint_268435455 = OpConstant %uint 268435455
|
|
%46 = OpConstantComposite %v3uint %uint_268435455 %uint_268435455 %uint_268435455
|
|
%uint_4 = OpConstant %uint 4
|
|
%49 = OpConstantComposite %v3uint %uint_4 %uint_4 %uint_4
|
|
%uint_1073741823 = OpConstant %uint 1073741823
|
|
%55 = OpConstantComposite %v3uint %uint_1073741823 %uint_1073741823 %uint_1073741823
|
|
%uint_2 = OpConstant %uint 2
|
|
%58 = OpConstantComposite %v3uint %uint_2 %uint_2 %uint_2
|
|
%uint_2147483647 = OpConstant %uint 2147483647
|
|
%64 = OpConstantComposite %v3uint %uint_2147483647 %uint_2147483647 %uint_2147483647
|
|
%uint_1 = OpConstant %uint 1
|
|
%67 = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1
|
|
%void = OpTypeVoid
|
|
%77 = OpTypeFunction %void
|
|
%82 = OpConstantNull %v3int
|
|
%_ptr_Function_v3int = OpTypePointer Function %v3int
|
|
%85 = OpTypeFunction %v4float
|
|
%float_1 = OpConstant %float 1
|
|
%tint_count_leading_zeros = OpFunction %v3int None %9
|
|
%v = OpFunctionParameter %v3int
|
|
%14 = OpLabel
|
|
%x = OpVariable %_ptr_Function_v3uint Function %20
|
|
%15 = OpBitcast %v3uint %v
|
|
OpStore %x %15
|
|
%22 = OpLoad %v3uint %x
|
|
%25 = OpULessThanEqual %v3bool %22 %24
|
|
%21 = OpSelect %v3uint %25 %29 %31
|
|
%32 = OpLoad %v3uint %x
|
|
%33 = OpShiftLeftLogical %v3uint %32 %21
|
|
OpStore %x %33
|
|
%35 = OpLoad %v3uint %x
|
|
%38 = OpULessThanEqual %v3bool %35 %37
|
|
%34 = OpSelect %v3uint %38 %40 %31
|
|
%41 = OpLoad %v3uint %x
|
|
%42 = OpShiftLeftLogical %v3uint %41 %34
|
|
OpStore %x %42
|
|
%44 = OpLoad %v3uint %x
|
|
%47 = OpULessThanEqual %v3bool %44 %46
|
|
%43 = OpSelect %v3uint %47 %49 %31
|
|
%50 = OpLoad %v3uint %x
|
|
%51 = OpShiftLeftLogical %v3uint %50 %43
|
|
OpStore %x %51
|
|
%53 = OpLoad %v3uint %x
|
|
%56 = OpULessThanEqual %v3bool %53 %55
|
|
%52 = OpSelect %v3uint %56 %58 %31
|
|
%59 = OpLoad %v3uint %x
|
|
%60 = OpShiftLeftLogical %v3uint %59 %52
|
|
OpStore %x %60
|
|
%62 = OpLoad %v3uint %x
|
|
%65 = OpULessThanEqual %v3bool %62 %64
|
|
%61 = OpSelect %v3uint %65 %67 %31
|
|
%69 = OpLoad %v3uint %x
|
|
%70 = OpIEqual %v3bool %69 %31
|
|
%68 = OpSelect %v3uint %70 %67 %31
|
|
%72 = OpBitwiseOr %v3uint %21 %34
|
|
%73 = OpBitwiseOr %v3uint %72 %43
|
|
%74 = OpBitwiseOr %v3uint %73 %52
|
|
%75 = OpBitwiseOr %v3uint %74 %61
|
|
%76 = OpIAdd %v3uint %75 %68
|
|
%71 = OpBitcast %v3int %76
|
|
OpReturnValue %71
|
|
OpFunctionEnd
|
|
%countLeadingZeros_7c38a6 = OpFunction %void None %77
|
|
%80 = OpLabel
|
|
%res = OpVariable %_ptr_Function_v3int Function %82
|
|
%81 = OpFunctionCall %v3int %tint_count_leading_zeros %82
|
|
OpStore %res %81
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%vertex_main_inner = OpFunction %v4float None %85
|
|
%87 = OpLabel
|
|
%88 = OpFunctionCall %void %countLeadingZeros_7c38a6
|
|
OpReturnValue %5
|
|
OpFunctionEnd
|
|
%vertex_main = OpFunction %void None %77
|
|
%90 = OpLabel
|
|
%91 = OpFunctionCall %v4float %vertex_main_inner
|
|
OpStore %value %91
|
|
OpStore %vertex_point_size %float_1
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%fragment_main = OpFunction %void None %77
|
|
%94 = OpLabel
|
|
%95 = OpFunctionCall %void %countLeadingZeros_7c38a6
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %77
|
|
%97 = OpLabel
|
|
%98 = OpFunctionCall %void %countLeadingZeros_7c38a6
|
|
OpReturn
|
|
OpFunctionEnd
|