2021-05-19 10:38:18 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2021-07-30 14:08:06 +00:00
|
|
|
; Bound: 19
|
2021-05-19 10:38:18 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-07-30 14:08:06 +00:00
|
|
|
OpEntryPoint GLCompute %main "main"
|
2021-05-19 10:38:18 +00:00
|
|
|
OpExecutionMode %main LocalSize 1 1 1
|
|
|
|
OpName %i "i"
|
2021-06-18 22:44:31 +00:00
|
|
|
OpName %tint_symbol "tint_symbol"
|
2021-05-19 10:38:18 +00:00
|
|
|
OpName %main "main"
|
2021-06-18 22:44:31 +00:00
|
|
|
OpDecorate %tint_symbol BuiltIn LocalInvocationIndex
|
2021-05-19 10:38:18 +00:00
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%_ptr_Workgroup_int = OpTypePointer Workgroup %int
|
|
|
|
%i = OpVariable %_ptr_Workgroup_int Workgroup
|
2021-06-18 22:44:31 +00:00
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
|
|
%tint_symbol = OpVariable %_ptr_Input_uint Input
|
2021-05-19 10:38:18 +00:00
|
|
|
%void = OpTypeVoid
|
2021-06-18 22:44:31 +00:00
|
|
|
%7 = OpTypeFunction %void
|
2021-07-30 14:08:06 +00:00
|
|
|
%11 = OpConstantNull %int
|
2021-06-18 22:44:31 +00:00
|
|
|
%uint_2 = OpConstant %uint 2
|
|
|
|
%uint_264 = OpConstant %uint 264
|
2021-05-19 10:38:18 +00:00
|
|
|
%int_123 = OpConstant %int 123
|
|
|
|
%int_1 = OpConstant %int 1
|
2021-06-18 22:44:31 +00:00
|
|
|
%main = OpFunction %void None %7
|
|
|
|
%10 = OpLabel
|
2021-07-30 14:08:06 +00:00
|
|
|
OpStore %i %11
|
2021-06-18 22:44:31 +00:00
|
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
2021-05-19 10:38:18 +00:00
|
|
|
OpStore %i %int_123
|
2021-07-30 14:08:06 +00:00
|
|
|
%16 = OpLoad %int %i
|
|
|
|
%18 = OpIAdd %int %16 %int_1
|
2021-05-19 10:38:18 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|