2022-03-31 22:30:10 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2023-02-10 15:01:02 +00:00
|
|
|
; Bound: 65
|
2022-03-31 22:30:10 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
|
|
|
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
|
|
|
|
OpExecutionMode %unused_entry_point LocalSize 1 1 1
|
2022-11-02 02:25:38 +00:00
|
|
|
OpName %v_block "v_block"
|
|
|
|
OpMemberName %v_block 0 "inner"
|
2022-03-31 22:30:10 +00:00
|
|
|
OpName %S "S"
|
|
|
|
OpMemberName %S 0 "a"
|
|
|
|
OpName %v "v"
|
|
|
|
OpName %unused_entry_point "unused_entry_point"
|
2022-11-09 22:04:11 +00:00
|
|
|
OpName %tint_mod "tint_mod"
|
|
|
|
OpName %lhs "lhs"
|
|
|
|
OpName %rhs "rhs"
|
2023-02-10 15:01:02 +00:00
|
|
|
OpName %tint_return_flag "tint_return_flag"
|
|
|
|
OpName %tint_return_value "tint_return_value"
|
2022-03-31 22:30:10 +00:00
|
|
|
OpName %foo "foo"
|
2022-11-02 02:25:38 +00:00
|
|
|
OpDecorate %v_block Block
|
|
|
|
OpMemberDecorate %v_block 0 Offset 0
|
2022-03-31 22:30:10 +00:00
|
|
|
OpMemberDecorate %S 0 Offset 0
|
|
|
|
OpDecorate %v DescriptorSet 0
|
|
|
|
OpDecorate %v Binding 0
|
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%v4int = OpTypeVector %int 4
|
|
|
|
%S = OpTypeStruct %v4int
|
2022-11-02 02:25:38 +00:00
|
|
|
%v_block = OpTypeStruct %S
|
|
|
|
%_ptr_StorageBuffer_v_block = OpTypePointer StorageBuffer %v_block
|
|
|
|
%v = OpVariable %_ptr_StorageBuffer_v_block StorageBuffer
|
2022-03-31 22:30:10 +00:00
|
|
|
%void = OpTypeVoid
|
2022-11-02 02:25:38 +00:00
|
|
|
%7 = OpTypeFunction %void
|
2022-11-09 22:04:11 +00:00
|
|
|
%11 = OpTypeFunction %v4int %v4int %v4int
|
|
|
|
%bool = OpTypeBool
|
2023-02-10 15:01:02 +00:00
|
|
|
%_ptr_Function_bool = OpTypePointer Function %bool
|
|
|
|
%19 = OpConstantNull %bool
|
|
|
|
%_ptr_Function_v4int = OpTypePointer Function %v4int
|
|
|
|
%22 = OpConstantNull %v4int
|
2022-11-09 22:04:11 +00:00
|
|
|
%v4bool = OpTypeVector %bool 4
|
|
|
|
%int_n2147483648 = OpConstant %int -2147483648
|
2023-02-10 15:01:02 +00:00
|
|
|
%27 = OpConstantComposite %v4int %int_n2147483648 %int_n2147483648 %int_n2147483648 %int_n2147483648
|
2022-11-09 22:04:11 +00:00
|
|
|
%int_n1 = OpConstant %int -1
|
2023-02-10 15:01:02 +00:00
|
|
|
%30 = OpConstantComposite %v4int %int_n1 %int_n1 %int_n1 %int_n1
|
2022-11-09 22:04:11 +00:00
|
|
|
%int_1 = OpConstant %int 1
|
2023-02-10 15:01:02 +00:00
|
|
|
%35 = OpConstantComposite %v4int %int_1 %int_1 %int_1 %int_1
|
2022-03-31 22:30:10 +00:00
|
|
|
%uint = OpTypeInt 32 0
|
2023-02-10 15:01:02 +00:00
|
|
|
%v4uint = OpTypeVector %uint 4
|
|
|
|
%uint_2147483648 = OpConstant %uint 2147483648
|
|
|
|
%42 = OpConstantComposite %v4uint %uint_2147483648 %uint_2147483648 %uint_2147483648 %uint_2147483648
|
|
|
|
%44 = OpConstantNull %v4uint
|
|
|
|
%true = OpConstantTrue %bool
|
2022-03-31 22:30:10 +00:00
|
|
|
%uint_0 = OpConstant %uint 0
|
|
|
|
%_ptr_StorageBuffer_v4int = OpTypePointer StorageBuffer %v4int
|
|
|
|
%int_2 = OpConstant %int 2
|
2023-02-10 15:01:02 +00:00
|
|
|
%63 = OpConstantComposite %v4int %int_2 %int_2 %int_2 %int_2
|
2022-11-02 02:25:38 +00:00
|
|
|
%unused_entry_point = OpFunction %void None %7
|
|
|
|
%10 = OpLabel
|
2022-03-31 22:30:10 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2022-11-09 22:04:11 +00:00
|
|
|
%tint_mod = OpFunction %v4int None %11
|
|
|
|
%lhs = OpFunctionParameter %v4int
|
|
|
|
%rhs = OpFunctionParameter %v4int
|
|
|
|
%15 = OpLabel
|
2023-02-10 15:01:02 +00:00
|
|
|
%tint_return_flag = OpVariable %_ptr_Function_bool Function %19
|
|
|
|
%tint_return_value = OpVariable %_ptr_Function_v4int Function %22
|
|
|
|
%24 = OpIEqual %v4bool %rhs %22
|
|
|
|
%28 = OpIEqual %v4bool %lhs %27
|
|
|
|
%31 = OpIEqual %v4bool %rhs %30
|
|
|
|
%32 = OpLogicalAnd %v4bool %28 %31
|
|
|
|
%33 = OpLogicalOr %v4bool %24 %32
|
|
|
|
%23 = OpSelect %v4int %33 %35 %rhs
|
|
|
|
%40 = OpBitwiseOr %v4int %lhs %23
|
|
|
|
%37 = OpBitcast %v4uint %40
|
|
|
|
%43 = OpBitwiseAnd %v4uint %37 %42
|
|
|
|
%45 = OpINotEqual %v4bool %43 %44
|
|
|
|
%36 = OpAny %bool %45
|
|
|
|
OpSelectionMerge %46 None
|
|
|
|
OpBranchConditional %36 %47 %48
|
|
|
|
%47 = OpLabel
|
|
|
|
OpStore %tint_return_flag %true
|
|
|
|
%50 = OpSDiv %v4int %lhs %23
|
|
|
|
%51 = OpIMul %v4int %50 %23
|
|
|
|
%52 = OpISub %v4int %lhs %51
|
|
|
|
OpStore %tint_return_value %52
|
|
|
|
OpBranch %46
|
|
|
|
%48 = OpLabel
|
|
|
|
OpStore %tint_return_flag %true
|
|
|
|
%53 = OpSRem %v4int %lhs %23
|
|
|
|
OpStore %tint_return_value %53
|
|
|
|
OpBranch %46
|
|
|
|
%46 = OpLabel
|
|
|
|
%54 = OpLoad %v4int %tint_return_value
|
|
|
|
OpReturnValue %54
|
2022-11-09 22:04:11 +00:00
|
|
|
OpFunctionEnd
|
2022-11-02 02:25:38 +00:00
|
|
|
%foo = OpFunction %void None %7
|
2023-02-10 15:01:02 +00:00
|
|
|
%56 = OpLabel
|
|
|
|
%60 = OpAccessChain %_ptr_StorageBuffer_v4int %v %uint_0 %uint_0
|
|
|
|
%61 = OpLoad %v4int %60
|
|
|
|
%57 = OpFunctionCall %v4int %tint_mod %61 %63
|
|
|
|
%64 = OpAccessChain %_ptr_StorageBuffer_v4int %v %uint_0 %uint_0
|
|
|
|
OpStore %64 %57
|
2022-03-31 22:30:10 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|