155 lines
6.9 KiB
Plaintext
155 lines
6.9 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 102
|
|
; 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_f70103 "countLeadingZeros_f70103"
|
|
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
|
|
%v4uint = OpTypeVector %uint 4
|
|
%prevent_dce_block = OpTypeStruct %v4uint
|
|
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
|
|
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
|
|
%14 = OpTypeFunction %v4uint %v4uint
|
|
%_ptr_Function_v4uint = OpTypePointer Function %v4uint
|
|
%21 = OpConstantNull %v4uint
|
|
%uint_65535 = OpConstant %uint 65535
|
|
%25 = OpConstantComposite %v4uint %uint_65535 %uint_65535 %uint_65535 %uint_65535
|
|
%bool = OpTypeBool
|
|
%v4bool = OpTypeVector %bool 4
|
|
%uint_16 = OpConstant %uint 16
|
|
%30 = OpConstantComposite %v4uint %uint_16 %uint_16 %uint_16 %uint_16
|
|
%uint_16777215 = OpConstant %uint 16777215
|
|
%36 = OpConstantComposite %v4uint %uint_16777215 %uint_16777215 %uint_16777215 %uint_16777215
|
|
%uint_8 = OpConstant %uint 8
|
|
%39 = OpConstantComposite %v4uint %uint_8 %uint_8 %uint_8 %uint_8
|
|
%uint_268435455 = OpConstant %uint 268435455
|
|
%45 = OpConstantComposite %v4uint %uint_268435455 %uint_268435455 %uint_268435455 %uint_268435455
|
|
%uint_4 = OpConstant %uint 4
|
|
%48 = OpConstantComposite %v4uint %uint_4 %uint_4 %uint_4 %uint_4
|
|
%uint_1073741823 = OpConstant %uint 1073741823
|
|
%54 = OpConstantComposite %v4uint %uint_1073741823 %uint_1073741823 %uint_1073741823 %uint_1073741823
|
|
%uint_2 = OpConstant %uint 2
|
|
%57 = OpConstantComposite %v4uint %uint_2 %uint_2 %uint_2 %uint_2
|
|
%uint_2147483647 = OpConstant %uint 2147483647
|
|
%63 = OpConstantComposite %v4uint %uint_2147483647 %uint_2147483647 %uint_2147483647 %uint_2147483647
|
|
%uint_1 = OpConstant %uint 1
|
|
%66 = OpConstantComposite %v4uint %uint_1 %uint_1 %uint_1 %uint_1
|
|
%void = OpTypeVoid
|
|
%76 = OpTypeFunction %void
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_StorageBuffer_v4uint = OpTypePointer StorageBuffer %v4uint
|
|
%88 = OpTypeFunction %v4float
|
|
%float_1 = OpConstant %float 1
|
|
%tint_count_leading_zeros = OpFunction %v4uint None %14
|
|
%v = OpFunctionParameter %v4uint
|
|
%17 = OpLabel
|
|
%x = OpVariable %_ptr_Function_v4uint Function %21
|
|
OpStore %x %v
|
|
%23 = OpLoad %v4uint %x
|
|
%26 = OpULessThanEqual %v4bool %23 %25
|
|
%22 = OpSelect %v4uint %26 %30 %21
|
|
%31 = OpLoad %v4uint %x
|
|
%32 = OpShiftLeftLogical %v4uint %31 %22
|
|
OpStore %x %32
|
|
%34 = OpLoad %v4uint %x
|
|
%37 = OpULessThanEqual %v4bool %34 %36
|
|
%33 = OpSelect %v4uint %37 %39 %21
|
|
%40 = OpLoad %v4uint %x
|
|
%41 = OpShiftLeftLogical %v4uint %40 %33
|
|
OpStore %x %41
|
|
%43 = OpLoad %v4uint %x
|
|
%46 = OpULessThanEqual %v4bool %43 %45
|
|
%42 = OpSelect %v4uint %46 %48 %21
|
|
%49 = OpLoad %v4uint %x
|
|
%50 = OpShiftLeftLogical %v4uint %49 %42
|
|
OpStore %x %50
|
|
%52 = OpLoad %v4uint %x
|
|
%55 = OpULessThanEqual %v4bool %52 %54
|
|
%51 = OpSelect %v4uint %55 %57 %21
|
|
%58 = OpLoad %v4uint %x
|
|
%59 = OpShiftLeftLogical %v4uint %58 %51
|
|
OpStore %x %59
|
|
%61 = OpLoad %v4uint %x
|
|
%64 = OpULessThanEqual %v4bool %61 %63
|
|
%60 = OpSelect %v4uint %64 %66 %21
|
|
%68 = OpLoad %v4uint %x
|
|
%69 = OpIEqual %v4bool %68 %21
|
|
%67 = OpSelect %v4uint %69 %66 %21
|
|
%71 = OpBitwiseOr %v4uint %22 %33
|
|
%72 = OpBitwiseOr %v4uint %71 %42
|
|
%73 = OpBitwiseOr %v4uint %72 %51
|
|
%74 = OpBitwiseOr %v4uint %73 %60
|
|
%75 = OpIAdd %v4uint %74 %67
|
|
OpReturnValue %75
|
|
OpFunctionEnd
|
|
%countLeadingZeros_f70103 = OpFunction %void None %76
|
|
%79 = OpLabel
|
|
%arg_0 = OpVariable %_ptr_Function_v4uint Function %21
|
|
%res = OpVariable %_ptr_Function_v4uint Function %21
|
|
OpStore %arg_0 %66
|
|
%82 = OpLoad %v4uint %arg_0
|
|
%81 = OpFunctionCall %v4uint %tint_count_leading_zeros %82
|
|
OpStore %res %81
|
|
%86 = OpAccessChain %_ptr_StorageBuffer_v4uint %prevent_dce %uint_0
|
|
%87 = OpLoad %v4uint %res
|
|
OpStore %86 %87
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%vertex_main_inner = OpFunction %v4float None %88
|
|
%90 = OpLabel
|
|
%91 = OpFunctionCall %void %countLeadingZeros_f70103
|
|
OpReturnValue %5
|
|
OpFunctionEnd
|
|
%vertex_main = OpFunction %void None %76
|
|
%93 = OpLabel
|
|
%94 = OpFunctionCall %v4float %vertex_main_inner
|
|
OpStore %value %94
|
|
OpStore %vertex_point_size %float_1
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%fragment_main = OpFunction %void None %76
|
|
%97 = OpLabel
|
|
%98 = OpFunctionCall %void %countLeadingZeros_f70103
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %76
|
|
%100 = OpLabel
|
|
%101 = OpFunctionCall %void %countLeadingZeros_f70103
|
|
OpReturn
|
|
OpFunctionEnd
|