blob: c559f7035c7e0eb89135e79860e2fd954c4ccfd0 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 119
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpEntryPoint Vertex %vertex_main "vertex_main" %pos_1 %prevent_dce_1 %vertex_point_size
OpExecutionMode %fragment_main OriginUpperLeft
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %pos_1 "pos_1"
OpName %prevent_dce_1 "prevent_dce_1"
OpName %vertex_point_size "vertex_point_size"
OpName %prevent_dce_block "prevent_dce_block"
OpMemberName %prevent_dce_block 0 "inner"
OpName %prevent_dce "prevent_dce"
OpName %tint_count_trailing_zeros "tint_count_trailing_zeros"
OpName %v "v"
OpName %x "x"
OpName %countTrailingZeros_d2b4a0 "countTrailingZeros_d2b4a0"
OpName %arg_0 "arg_0"
OpName %res "res"
OpName %fragment_main "fragment_main"
OpName %compute_main "compute_main"
OpName %VertexOutput "VertexOutput"
OpMemberName %VertexOutput 0 "pos"
OpMemberName %VertexOutput 1 "prevent_dce"
OpName %vertex_main_inner "vertex_main_inner"
OpName %out "out"
OpName %vertex_main "vertex_main"
OpDecorate %pos_1 BuiltIn Position
OpDecorate %prevent_dce_1 Location 0
OpDecorate %prevent_dce_1 Flat
OpDecorate %vertex_point_size BuiltIn PointSize
OpDecorate %prevent_dce_block Block
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce DescriptorSet 0
OpDecorate %prevent_dce Binding 0
OpMemberDecorate %VertexOutput 0 Offset 0
OpMemberDecorate %VertexOutput 1 Offset 16
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%5 = OpConstantNull %v4float
%pos_1 = OpVariable %_ptr_Output_v4float Output %5
%uint = OpTypeInt 32 0
%v4uint = OpTypeVector %uint 4
%_ptr_Output_v4uint = OpTypePointer Output %v4uint
%10 = OpConstantNull %v4uint
%prevent_dce_1 = OpVariable %_ptr_Output_v4uint Output %10
%_ptr_Output_float = OpTypePointer Output %float
%13 = OpConstantNull %float
%vertex_point_size = OpVariable %_ptr_Output_float Output %13
%prevent_dce_block = OpTypeStruct %v4uint
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%17 = OpTypeFunction %v4uint %v4uint
%_ptr_Function_v4uint = OpTypePointer Function %v4uint
%bool = OpTypeBool
%v4bool = OpTypeVector %bool 4
%uint_65535 = OpConstant %uint 65535
%30 = OpConstantComposite %v4uint %uint_65535 %uint_65535 %uint_65535 %uint_65535
%uint_16 = OpConstant %uint 16
%33 = OpConstantComposite %v4uint %uint_16 %uint_16 %uint_16 %uint_16
%uint_255 = OpConstant %uint 255
%40 = OpConstantComposite %v4uint %uint_255 %uint_255 %uint_255 %uint_255
%uint_8 = OpConstant %uint 8
%43 = OpConstantComposite %v4uint %uint_8 %uint_8 %uint_8 %uint_8
%uint_15 = OpConstant %uint 15
%50 = OpConstantComposite %v4uint %uint_15 %uint_15 %uint_15 %uint_15
%uint_4 = OpConstant %uint 4
%53 = OpConstantComposite %v4uint %uint_4 %uint_4 %uint_4 %uint_4
%uint_3 = OpConstant %uint 3
%60 = OpConstantComposite %v4uint %uint_3 %uint_3 %uint_3 %uint_3
%uint_2 = OpConstant %uint 2
%63 = OpConstantComposite %v4uint %uint_2 %uint_2 %uint_2 %uint_2
%uint_1 = OpConstant %uint 1
%70 = OpConstantComposite %v4uint %uint_1 %uint_1 %uint_1 %uint_1
%81 = OpTypeFunction %v4uint
%void = OpTypeVoid
%89 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v4uint = OpTypePointer StorageBuffer %v4uint
%VertexOutput = OpTypeStruct %v4float %v4uint
%101 = OpTypeFunction %VertexOutput
%_ptr_Function_VertexOutput = OpTypePointer Function %VertexOutput
%107 = OpConstantNull %VertexOutput
%_ptr_Function_v4float = OpTypePointer Function %v4float
%float_1 = OpConstant %float 1
%tint_count_trailing_zeros = OpFunction %v4uint None %17
%v = OpFunctionParameter %v4uint
%20 = OpLabel
%x = OpVariable %_ptr_Function_v4uint Function %10
OpStore %x %v
%28 = OpLoad %v4uint %x
%31 = OpBitwiseAnd %v4uint %28 %30
%25 = OpINotEqual %v4bool %31 %10
%24 = OpSelect %v4uint %25 %10 %33
%34 = OpLoad %v4uint %x
%35 = OpShiftRightLogical %v4uint %34 %24
OpStore %x %35
%38 = OpLoad %v4uint %x
%41 = OpBitwiseAnd %v4uint %38 %40
%37 = OpINotEqual %v4bool %41 %10
%36 = OpSelect %v4uint %37 %10 %43
%44 = OpLoad %v4uint %x
%45 = OpShiftRightLogical %v4uint %44 %36
OpStore %x %45
%48 = OpLoad %v4uint %x
%51 = OpBitwiseAnd %v4uint %48 %50
%47 = OpINotEqual %v4bool %51 %10
%46 = OpSelect %v4uint %47 %10 %53
%54 = OpLoad %v4uint %x
%55 = OpShiftRightLogical %v4uint %54 %46
OpStore %x %55
%58 = OpLoad %v4uint %x
%61 = OpBitwiseAnd %v4uint %58 %60
%57 = OpINotEqual %v4bool %61 %10
%56 = OpSelect %v4uint %57 %10 %63
%64 = OpLoad %v4uint %x
%65 = OpShiftRightLogical %v4uint %64 %56
OpStore %x %65
%68 = OpLoad %v4uint %x
%71 = OpBitwiseAnd %v4uint %68 %70
%67 = OpINotEqual %v4bool %71 %10
%66 = OpSelect %v4uint %67 %10 %70
%73 = OpLoad %v4uint %x
%74 = OpIEqual %v4bool %73 %10
%72 = OpSelect %v4uint %74 %70 %10
%76 = OpBitwiseOr %v4uint %24 %36
%77 = OpBitwiseOr %v4uint %76 %46
%78 = OpBitwiseOr %v4uint %77 %56
%79 = OpBitwiseOr %v4uint %78 %66
%80 = OpIAdd %v4uint %79 %72
OpReturnValue %80
OpFunctionEnd
%countTrailingZeros_d2b4a0 = OpFunction %v4uint None %81
%83 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v4uint Function %10
%res = OpVariable %_ptr_Function_v4uint Function %10
OpStore %arg_0 %70
%86 = OpLoad %v4uint %arg_0
%85 = OpFunctionCall %v4uint %tint_count_trailing_zeros %86
OpStore %res %85
%88 = OpLoad %v4uint %res
OpReturnValue %88
OpFunctionEnd
%fragment_main = OpFunction %void None %89
%92 = OpLabel
%95 = OpAccessChain %_ptr_StorageBuffer_v4uint %prevent_dce %uint_0
%96 = OpFunctionCall %v4uint %countTrailingZeros_d2b4a0
OpStore %95 %96
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %89
%98 = OpLabel
%99 = OpAccessChain %_ptr_StorageBuffer_v4uint %prevent_dce %uint_0
%100 = OpFunctionCall %v4uint %countTrailingZeros_d2b4a0
OpStore %99 %100
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %VertexOutput None %101
%104 = OpLabel
%out = OpVariable %_ptr_Function_VertexOutput Function %107
%109 = OpAccessChain %_ptr_Function_v4float %out %uint_0
OpStore %109 %5
%110 = OpAccessChain %_ptr_Function_v4uint %out %uint_1
%111 = OpFunctionCall %v4uint %countTrailingZeros_d2b4a0
OpStore %110 %111
%112 = OpLoad %VertexOutput %out
OpReturnValue %112
OpFunctionEnd
%vertex_main = OpFunction %void None %89
%114 = OpLabel
%115 = OpFunctionCall %VertexOutput %vertex_main_inner
%116 = OpCompositeExtract %v4float %115 0
OpStore %pos_1 %116
%117 = OpCompositeExtract %v4uint %115 1
OpStore %prevent_dce_1 %117
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd