blob: f958ae96d98f856cb5e9e3b86c560feb60a3e27f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 31
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %f "f"
OpName %i "i"
OpName %j "j"
OpName %m "m"
OpName %f_0 "f"
OpName %unused_entry_point "unused_entry_point"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%8 = OpConstantNull %int
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%mat2v2float = OpTypeMatrix %v2float 2
%float_1 = OpConstant %float 1
%float_2 = OpConstant %float 2
%14 = OpConstantComposite %v2float %float_1 %float_2
%float_3 = OpConstant %float 3
%float_4 = OpConstant %float 4
%17 = OpConstantComposite %v2float %float_3 %float_4
%m = OpConstantComposite %mat2v2float %14 %17
%_ptr_Function_mat2v2float = OpTypePointer Function %mat2v2float
%_ptr_Function_v2float = OpTypePointer Function %v2float
%_ptr_Function_float = OpTypePointer Function %float
%f = OpFunction %void None %3
%4 = OpLabel
%i = OpVariable %_ptr_Function_int Function %8
%j = OpVariable %_ptr_Function_int Function %8
%20 = OpVariable %_ptr_Function_mat2v2float Function
OpStore %20 %m
%22 = OpLoad %int %i None
%23 = OpLoad %int %j None
%24 = OpAccessChain %_ptr_Function_v2float %20 %22
%26 = OpAccessChain %_ptr_Function_float %24 %23
%f_0 = OpLoad %float %26 None
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %3
%30 = OpLabel
OpReturn
OpFunctionEnd