blob: 4c8ee7506452145cc52fd03c9e341337bb59e7c7 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 16
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpMemberName %S 0 "f"
OpName %S "S"
OpMemberName %arr_block_tint_explicit_layout 0 "inner"
OpName %arr_block_tint_explicit_layout "arr_block_tint_explicit_layout"
OpName %main "main"
OpName %len "len"
OpMemberDecorate %S 0 Offset 0
OpDecorate %_runtimearr_S ArrayStride 4
OpMemberDecorate %arr_block_tint_explicit_layout 0 Offset 0
OpDecorate %arr_block_tint_explicit_layout Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 NonWritable
%float = OpTypeFloat 32
%S = OpTypeStruct %float
%_runtimearr_S = OpTypeRuntimeArray %S
%arr_block_tint_explicit_layout = OpTypeStruct %_runtimearr_S
%_ptr_StorageBuffer_arr_block_tint_explicit_layout = OpTypePointer StorageBuffer %arr_block_tint_explicit_layout
%1 = OpVariable %_ptr_StorageBuffer_arr_block_tint_explicit_layout StorageBuffer
%void = OpTypeVoid
%9 = OpTypeFunction %void
%_ptr_StorageBuffer__runtimearr_S = OpTypePointer StorageBuffer %_runtimearr_S
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%main = OpFunction %void None %9
%10 = OpLabel
%11 = OpAccessChain %_ptr_StorageBuffer__runtimearr_S %1 %uint_0
%len = OpArrayLength %uint %1 0
OpReturn
OpFunctionEnd