blob: 6fefdb8331fbaaf25efe87126ee6151db91bd987 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 90
; 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 %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 %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
OpDecorate %prevent_dce_block Block
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce DescriptorSet 2
OpDecorate %prevent_dce Binding 0
%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
%prevent_dce_block = OpTypeStruct %uint
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%13 = OpTypeFunction %uint %uint
%_ptr_Function_uint = OpTypePointer Function %uint
%20 = OpConstantNull %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
%void = OpTypeVoid
%64 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%76 = OpTypeFunction %v4float
%float_1 = OpConstant %float 1
%tint_count_leading_zeros = OpFunction %uint None %13
%v = OpFunctionParameter %uint
%16 = OpLabel
%x = OpVariable %_ptr_Function_uint Function %20
OpStore %x %v
%22 = OpLoad %uint %x
%24 = OpULessThanEqual %bool %22 %uint_65535
%21 = OpSelect %uint %24 %uint_16 %20
%27 = OpLoad %uint %x
%28 = OpShiftLeftLogical %uint %27 %21
OpStore %x %28
%30 = OpLoad %uint %x
%32 = OpULessThanEqual %bool %30 %uint_16777215
%29 = OpSelect %uint %32 %uint_8 %20
%34 = OpLoad %uint %x
%35 = OpShiftLeftLogical %uint %34 %29
OpStore %x %35
%37 = OpLoad %uint %x
%39 = OpULessThanEqual %bool %37 %uint_268435455
%36 = OpSelect %uint %39 %uint_4 %20
%41 = OpLoad %uint %x
%42 = OpShiftLeftLogical %uint %41 %36
OpStore %x %42
%44 = OpLoad %uint %x
%46 = OpULessThanEqual %bool %44 %uint_1073741823
%43 = OpSelect %uint %46 %uint_2 %20
%48 = OpLoad %uint %x
%49 = OpShiftLeftLogical %uint %48 %43
OpStore %x %49
%51 = OpLoad %uint %x
%53 = OpULessThanEqual %bool %51 %uint_2147483647
%50 = OpSelect %uint %53 %uint_1 %20
%56 = OpLoad %uint %x
%57 = OpIEqual %bool %56 %20
%55 = OpSelect %uint %57 %uint_1 %20
%59 = OpBitwiseOr %uint %21 %29
%60 = OpBitwiseOr %uint %59 %36
%61 = OpBitwiseOr %uint %60 %43
%62 = OpBitwiseOr %uint %61 %50
%63 = OpIAdd %uint %62 %55
OpReturnValue %63
OpFunctionEnd
%countLeadingZeros_208d46 = OpFunction %void None %64
%67 = OpLabel
%arg_0 = OpVariable %_ptr_Function_uint Function %20
%res = OpVariable %_ptr_Function_uint Function %20
OpStore %arg_0 %uint_1
%70 = OpLoad %uint %arg_0
%69 = OpFunctionCall %uint %tint_count_leading_zeros %70
OpStore %res %69
%74 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0
%75 = OpLoad %uint %res
OpStore %74 %75
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %v4float None %76
%78 = OpLabel
%79 = OpFunctionCall %void %countLeadingZeros_208d46
OpReturnValue %5
OpFunctionEnd
%vertex_main = OpFunction %void None %64
%81 = OpLabel
%82 = OpFunctionCall %v4float %vertex_main_inner
OpStore %value %82
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %64
%85 = OpLabel
%86 = OpFunctionCall %void %countLeadingZeros_208d46
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %64
%88 = OpLabel
%89 = OpFunctionCall %void %countLeadingZeros_208d46
OpReturn
OpFunctionEnd