blob: 2a8709b6190b070b4605d3b8a0c2d3897b20e350 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 30
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpMemberName %S 0 "v"
OpName %S "S"
OpMemberName %tint_symbol_1 0 "tint_symbol"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %f "f"
OpName %unused_entry_point "unused_entry_point"
OpMemberDecorate %S 0 Offset 0
OpMemberDecorate %tint_symbol_1 0 Offset 0
OpDecorate %tint_symbol_1 Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 Coherent
%int = OpTypeInt 32 1
%v3int = OpTypeVector %int 3
%S = OpTypeStruct %v3int
%tint_symbol_1 = OpTypeStruct %S
%_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1
%1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer
%void = OpTypeVoid
%9 = OpTypeFunction %void
%_ptr_StorageBuffer_v3int = OpTypePointer StorageBuffer %v3int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%int_1 = OpConstant %int 1
%int_2 = OpConstant %int 2
%int_3 = OpConstant %int 3
%15 = OpConstantComposite %v3int %int_1 %int_2 %int_3
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%uint_1 = OpConstant %uint 1
%uint_2 = OpConstant %uint 2
%f = OpFunction %void None %9
%10 = OpLabel
%11 = OpAccessChain %_ptr_StorageBuffer_v3int %1 %uint_0 %uint_0
OpStore %11 %15 None
%19 = OpAccessChain %_ptr_StorageBuffer_v3int %1 %uint_0 %uint_0
%20 = OpAccessChain %_ptr_StorageBuffer_int %19 %uint_0
OpStore %20 %int_1 None
%22 = OpAccessChain %_ptr_StorageBuffer_v3int %1 %uint_0 %uint_0
%23 = OpAccessChain %_ptr_StorageBuffer_int %22 %uint_1
OpStore %23 %int_2 None
%25 = OpAccessChain %_ptr_StorageBuffer_v3int %1 %uint_0 %uint_0
%26 = OpAccessChain %_ptr_StorageBuffer_int %25 %uint_2
OpStore %26 %int_3 None
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %9
%29 = OpLabel
OpReturn
OpFunctionEnd