blob: 2c46731f20c5005fce3b98b05858bf3d6ac657a3 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 25
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %m "m"
OpName %unused_entry_point "unused_entry_point"
OpName %f "f"
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%mat3v2float = OpTypeMatrix %v2float 3
%4 = OpConstantNull %float
%float_1 = OpConstant %float 1
%6 = OpConstantComposite %v2float %4 %float_1
%float_2 = OpConstant %float 2
%float_3 = OpConstant %float 3
%9 = OpConstantComposite %v2float %float_2 %float_3
%float_4 = OpConstant %float 4
%float_5 = OpConstant %float 5
%12 = OpConstantComposite %v2float %float_4 %float_5
%13 = OpConstantComposite %mat3v2float %6 %9 %12
%_ptr_Private_mat3v2float = OpTypePointer Private %mat3v2float
%m = OpVariable %_ptr_Private_mat3v2float Private %13
%void = OpTypeVoid
%16 = OpTypeFunction %void
%20 = OpTypeFunction %mat3v2float
%unused_entry_point = OpFunction %void None %16
%19 = OpLabel
OpReturn
OpFunctionEnd
%f = OpFunction %mat3v2float None %20
%22 = OpLabel
%24 = OpLoad %mat3v2float %m
OpReturnValue %24
OpFunctionEnd