129 lines
5.1 KiB
Plaintext
129 lines
5.1 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 86
|
|
; 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_21e394 "countTrailingZeros_21e394"
|
|
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
|
|
%9 = OpTypeFunction %uint %uint
|
|
%_ptr_Function_uint = OpTypePointer Function %uint
|
|
%17 = OpConstantNull %uint
|
|
%bool = OpTypeBool
|
|
%uint_65535 = OpConstant %uint 65535
|
|
%uint_0 = OpConstant %uint 0
|
|
%uint_16 = OpConstant %uint 16
|
|
%uint_255 = OpConstant %uint 255
|
|
%uint_8 = OpConstant %uint 8
|
|
%uint_15 = OpConstant %uint 15
|
|
%uint_4 = OpConstant %uint 4
|
|
%uint_3 = OpConstant %uint 3
|
|
%uint_2 = OpConstant %uint 2
|
|
%uint_1 = OpConstant %uint 1
|
|
%void = OpTypeVoid
|
|
%66 = OpTypeFunction %void
|
|
%72 = OpTypeFunction %v4float
|
|
%float_1 = OpConstant %float 1
|
|
%tint_count_trailing_zeros = OpFunction %uint None %9
|
|
%v = OpFunctionParameter %uint
|
|
%13 = OpLabel
|
|
%x = OpVariable %_ptr_Function_uint Function %17
|
|
OpStore %x %v
|
|
%21 = OpLoad %uint %x
|
|
%23 = OpBitwiseAnd %uint %21 %uint_65535
|
|
%19 = OpINotEqual %bool %23 %17
|
|
%18 = OpSelect %uint %19 %uint_0 %uint_16
|
|
%26 = OpLoad %uint %x
|
|
%27 = OpShiftRightLogical %uint %26 %18
|
|
OpStore %x %27
|
|
%30 = OpLoad %uint %x
|
|
%32 = OpBitwiseAnd %uint %30 %uint_255
|
|
%29 = OpINotEqual %bool %32 %17
|
|
%28 = OpSelect %uint %29 %uint_0 %uint_8
|
|
%34 = OpLoad %uint %x
|
|
%35 = OpShiftRightLogical %uint %34 %28
|
|
OpStore %x %35
|
|
%38 = OpLoad %uint %x
|
|
%40 = OpBitwiseAnd %uint %38 %uint_15
|
|
%37 = OpINotEqual %bool %40 %17
|
|
%36 = OpSelect %uint %37 %uint_0 %uint_4
|
|
%42 = OpLoad %uint %x
|
|
%43 = OpShiftRightLogical %uint %42 %36
|
|
OpStore %x %43
|
|
%46 = OpLoad %uint %x
|
|
%48 = OpBitwiseAnd %uint %46 %uint_3
|
|
%45 = OpINotEqual %bool %48 %17
|
|
%44 = OpSelect %uint %45 %uint_0 %uint_2
|
|
%50 = OpLoad %uint %x
|
|
%51 = OpShiftRightLogical %uint %50 %44
|
|
OpStore %x %51
|
|
%54 = OpLoad %uint %x
|
|
%56 = OpBitwiseAnd %uint %54 %uint_1
|
|
%53 = OpINotEqual %bool %56 %17
|
|
%52 = OpSelect %uint %53 %uint_0 %uint_1
|
|
%58 = OpLoad %uint %x
|
|
%59 = OpIEqual %bool %58 %uint_0
|
|
%57 = OpSelect %uint %59 %uint_1 %uint_0
|
|
%61 = OpBitwiseOr %uint %18 %28
|
|
%62 = OpBitwiseOr %uint %61 %36
|
|
%63 = OpBitwiseOr %uint %62 %44
|
|
%64 = OpBitwiseOr %uint %63 %52
|
|
%65 = OpIAdd %uint %64 %57
|
|
OpReturnValue %65
|
|
OpFunctionEnd
|
|
%countTrailingZeros_21e394 = OpFunction %void None %66
|
|
%69 = OpLabel
|
|
%res = OpVariable %_ptr_Function_uint Function %17
|
|
%70 = OpFunctionCall %uint %tint_count_trailing_zeros %uint_1
|
|
OpStore %res %70
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%vertex_main_inner = OpFunction %v4float None %72
|
|
%74 = OpLabel
|
|
%75 = OpFunctionCall %void %countTrailingZeros_21e394
|
|
OpReturnValue %5
|
|
OpFunctionEnd
|
|
%vertex_main = OpFunction %void None %66
|
|
%77 = OpLabel
|
|
%78 = OpFunctionCall %v4float %vertex_main_inner
|
|
OpStore %value %78
|
|
OpStore %vertex_point_size %float_1
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%fragment_main = OpFunction %void None %66
|
|
%81 = OpLabel
|
|
%82 = OpFunctionCall %void %countTrailingZeros_21e394
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %66
|
|
%84 = OpLabel
|
|
%85 = OpFunctionCall %void %countTrailingZeros_21e394
|
|
OpReturn
|
|
OpFunctionEnd
|