44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 25
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %main "main" %tint_symbol
|
|
OpExecutionMode %main LocalSize 1 1 1
|
|
OpName %v "v"
|
|
OpName %tint_symbol "tint_symbol"
|
|
OpName %main "main"
|
|
OpDecorate %_arr_int_uint_3 ArrayStride 4
|
|
OpDecorate %tint_symbol BuiltIn LocalInvocationIndex
|
|
%int = OpTypeInt 32 1
|
|
%uint = OpTypeInt 32 0
|
|
%uint_3 = OpConstant %uint 3
|
|
%_arr_int_uint_3 = OpTypeArray %int %uint_3
|
|
%_ptr_Workgroup__arr_int_uint_3 = OpTypePointer Workgroup %_arr_int_uint_3
|
|
%v = OpVariable %_ptr_Workgroup__arr_int_uint_3 Workgroup
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
%tint_symbol = OpVariable %_ptr_Input_uint Input
|
|
%void = OpTypeVoid
|
|
%9 = OpTypeFunction %void
|
|
%uint_0 = OpConstant %uint 0
|
|
%bool = OpTypeBool
|
|
%19 = OpConstantNull %_arr_int_uint_3
|
|
%uint_2 = OpConstant %uint 2
|
|
%uint_264 = OpConstant %uint 264
|
|
%main = OpFunction %void None %9
|
|
%12 = OpLabel
|
|
%13 = OpLoad %uint %tint_symbol
|
|
%15 = OpIEqual %bool %13 %uint_0
|
|
OpSelectionMerge %17 None
|
|
OpBranchConditional %15 %18 %17
|
|
%18 = OpLabel
|
|
OpStore %v %19
|
|
OpBranch %17
|
|
%17 = OpLabel
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
|
%24 = OpLoad %_arr_int_uint_3 %v
|
|
OpReturn
|
|
OpFunctionEnd
|