blob: 890896220cf2bfbff0b01cbae224af23f68017a0 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 29
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %P "P"
OpName %func_F_X "func_F_X"
OpName %pointer_base "pointer_base"
OpName %pointer_indices "pointer_indices"
OpName %main "main"
OpDecorate %_arr_uint_uint_1 ArrayStride 4
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%mat2v2float = OpTypeMatrix %v2float 2
%_ptr_Private_mat2v2float = OpTypePointer Private %mat2v2float
%6 = OpConstantNull %mat2v2float
%P = OpVariable %_ptr_Private_mat2v2float Private %6
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_arr_uint_uint_1 = OpTypeArray %uint %uint_1
%7 = OpTypeFunction %v2float %_ptr_Private_mat2v2float %_arr_uint_uint_1
%int = OpTypeInt 32 1
%17 = OpConstantNull %int
%_ptr_Private_v2float = OpTypePointer Private %v2float
%void = OpTypeVoid
%22 = OpTypeFunction %void
%28 = OpConstantComposite %_arr_uint_uint_1 %uint_1
%func_F_X = OpFunction %v2float None %7
%pointer_base = OpFunctionParameter %_ptr_Private_mat2v2float
%pointer_indices = OpFunctionParameter %_arr_uint_uint_1
%14 = OpLabel
%18 = OpCompositeExtract %uint %pointer_indices 0
%20 = OpAccessChain %_ptr_Private_v2float %pointer_base %18
%21 = OpLoad %v2float %20
OpReturnValue %21
OpFunctionEnd
%main = OpFunction %void None %22
%25 = OpLabel
%26 = OpFunctionCall %v2float %func_F_X %P %28
OpReturn
OpFunctionEnd