blob: 7cdd961ffcc283a4b6adb0641905e99ffc4571f4 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 104
; 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_leading_zeros "tint_count_leading_zeros"
OpName %v "v"
OpName %x "x"
OpName %countLeadingZeros_208d46 "countLeadingZeros_208d46"
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
%_ptr_Output_uint = OpTypePointer Output %uint
%9 = OpConstantNull %uint
%prevent_dce_1 = OpVariable %_ptr_Output_uint Output %9
%_ptr_Output_float = OpTypePointer Output %float
%12 = OpConstantNull %float
%vertex_point_size = OpVariable %_ptr_Output_float Output %12
%prevent_dce_block = OpTypeStruct %uint
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%16 = OpTypeFunction %uint %uint
%_ptr_Function_uint = OpTypePointer Function %uint
%uint_65535 = OpConstant %uint 65535
%bool = OpTypeBool
%uint_16 = OpConstant %uint 16
%uint_16777215 = OpConstant %uint 16777215
%uint_8 = OpConstant %uint 8
%uint_268435455 = OpConstant %uint 268435455
%uint_4 = OpConstant %uint 4
%uint_1073741823 = OpConstant %uint 1073741823
%uint_2 = OpConstant %uint 2
%uint_2147483647 = OpConstant %uint 2147483647
%uint_1 = OpConstant %uint 1
%66 = OpTypeFunction %uint
%void = OpTypeVoid
%74 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%VertexOutput = OpTypeStruct %v4float %uint
%86 = OpTypeFunction %VertexOutput
%_ptr_Function_VertexOutput = OpTypePointer Function %VertexOutput
%92 = OpConstantNull %VertexOutput
%_ptr_Function_v4float = OpTypePointer Function %v4float
%float_1 = OpConstant %float 1
%tint_count_leading_zeros = OpFunction %uint None %16
%v = OpFunctionParameter %uint
%19 = OpLabel
%x = OpVariable %_ptr_Function_uint Function %9
OpStore %x %v
%24 = OpLoad %uint %x
%26 = OpULessThanEqual %bool %24 %uint_65535
%23 = OpSelect %uint %26 %uint_16 %9
%29 = OpLoad %uint %x
%30 = OpShiftLeftLogical %uint %29 %23
OpStore %x %30
%32 = OpLoad %uint %x
%34 = OpULessThanEqual %bool %32 %uint_16777215
%31 = OpSelect %uint %34 %uint_8 %9
%36 = OpLoad %uint %x
%37 = OpShiftLeftLogical %uint %36 %31
OpStore %x %37
%39 = OpLoad %uint %x
%41 = OpULessThanEqual %bool %39 %uint_268435455
%38 = OpSelect %uint %41 %uint_4 %9
%43 = OpLoad %uint %x
%44 = OpShiftLeftLogical %uint %43 %38
OpStore %x %44
%46 = OpLoad %uint %x
%48 = OpULessThanEqual %bool %46 %uint_1073741823
%45 = OpSelect %uint %48 %uint_2 %9
%50 = OpLoad %uint %x
%51 = OpShiftLeftLogical %uint %50 %45
OpStore %x %51
%53 = OpLoad %uint %x
%55 = OpULessThanEqual %bool %53 %uint_2147483647
%52 = OpSelect %uint %55 %uint_1 %9
%58 = OpLoad %uint %x
%59 = OpIEqual %bool %58 %9
%57 = OpSelect %uint %59 %uint_1 %9
%61 = OpBitwiseOr %uint %23 %31
%62 = OpBitwiseOr %uint %61 %38
%63 = OpBitwiseOr %uint %62 %45
%64 = OpBitwiseOr %uint %63 %52
%65 = OpIAdd %uint %64 %57
OpReturnValue %65
OpFunctionEnd
%countLeadingZeros_208d46 = OpFunction %uint None %66
%68 = OpLabel
%arg_0 = OpVariable %_ptr_Function_uint Function %9
%res = OpVariable %_ptr_Function_uint Function %9
OpStore %arg_0 %uint_1
%71 = OpLoad %uint %arg_0
%70 = OpFunctionCall %uint %tint_count_leading_zeros %71
OpStore %res %70
%73 = OpLoad %uint %res
OpReturnValue %73
OpFunctionEnd
%fragment_main = OpFunction %void None %74
%77 = OpLabel
%80 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0
%81 = OpFunctionCall %uint %countLeadingZeros_208d46
OpStore %80 %81
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %74
%83 = OpLabel
%84 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0
%85 = OpFunctionCall %uint %countLeadingZeros_208d46
OpStore %84 %85
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %VertexOutput None %86
%89 = OpLabel
%out = OpVariable %_ptr_Function_VertexOutput Function %92
%94 = OpAccessChain %_ptr_Function_v4float %out %uint_0
OpStore %94 %5
%95 = OpAccessChain %_ptr_Function_uint %out %uint_1
%96 = OpFunctionCall %uint %countLeadingZeros_208d46
OpStore %95 %96
%97 = OpLoad %VertexOutput %out
OpReturnValue %97
OpFunctionEnd
%vertex_main = OpFunction %void None %74
%99 = OpLabel
%100 = OpFunctionCall %VertexOutput %vertex_main_inner
%101 = OpCompositeExtract %v4float %100 0
OpStore %pos_1 %101
%102 = OpCompositeExtract %uint %100 1
OpStore %prevent_dce_1 %102
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd