blob: dab4ffe890fedb8b19c55c687af8b544b6691703 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 33
; 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 "a"
OpName %S "S"
OpMemberName %tint_symbol_1 0 "tint_symbol"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %foo "foo"
OpName %unused_entry_point "unused_entry_point"
OpMemberDecorate %S 0 Offset 0
OpMemberDecorate %S 0 ColMajor
OpMemberDecorate %S 0 MatrixStride 16
OpMemberDecorate %tint_symbol_1 0 Offset 0
OpDecorate %tint_symbol_1 Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 Coherent
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%mat4v4float = OpTypeMatrix %v4float 4
%S = OpTypeStruct %mat4v4float
%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
%10 = OpTypeFunction %void
%_ptr_StorageBuffer_mat4v4float = OpTypePointer StorageBuffer %mat4v4float
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%19 = OpConstantNull %mat4v4float
%foo = OpFunction %void None %10
%11 = OpLabel
%12 = OpAccessChain %_ptr_StorageBuffer_mat4v4float %1 %uint_0 %uint_0
%16 = OpLoad %mat4v4float %12 None
%17 = OpCompositeExtract %v4float %16 0
%18 = OpCompositeExtract %v4float %19 0
%20 = OpFAdd %v4float %17 %18
%21 = OpCompositeExtract %v4float %16 1
%22 = OpCompositeExtract %v4float %19 1
%23 = OpFAdd %v4float %21 %22
%24 = OpCompositeExtract %v4float %16 2
%25 = OpCompositeExtract %v4float %19 2
%26 = OpFAdd %v4float %24 %25
%27 = OpCompositeExtract %v4float %16 3
%28 = OpCompositeExtract %v4float %19 3
%29 = OpFAdd %v4float %27 %28
%30 = OpCompositeConstruct %mat4v4float %20 %23 %26 %29
OpStore %12 %30 None
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %10
%32 = OpLabel
OpReturn
OpFunctionEnd