blob: 1333aeb6c18f03d4d640534181a7286266109c1c [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 30
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %Uniforms "Uniforms"
OpMemberName %Uniforms 0 "i"
OpName %uniforms "uniforms"
OpName %main "main"
OpName %OuterS "OuterS"
OpMemberName %OuterS 0 "m1"
OpName %s1 "s1"
OpDecorate %Uniforms Block
OpMemberDecorate %Uniforms 0 Offset 0
OpDecorate %uniforms NonWritable
OpDecorate %uniforms DescriptorSet 1
OpDecorate %uniforms Binding 4
OpMemberDecorate %OuterS 0 Offset 0
OpMemberDecorate %OuterS 0 ColMajor
OpMemberDecorate %OuterS 0 MatrixStride 16
%uint = OpTypeInt 32 0
%Uniforms = OpTypeStruct %uint
%_ptr_Uniform_Uniforms = OpTypePointer Uniform %Uniforms
%uniforms = OpVariable %_ptr_Uniform_Uniforms Uniform
%void = OpTypeVoid
%5 = OpTypeFunction %void
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%mat2v4float = OpTypeMatrix %v4float 2
%OuterS = OpTypeStruct %mat2v4float
%_ptr_Function_OuterS = OpTypePointer Function %OuterS
%15 = OpConstantNull %OuterS
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_uint = OpTypePointer Uniform %uint
%_ptr_Function_v4float = OpTypePointer Function %v4float
%float_1 = OpConstant %float 1
%23 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
%_ptr_Function_float = OpTypePointer Function %float
%main = OpFunction %void None %5
%8 = OpLabel
%s1 = OpVariable %_ptr_Function_OuterS Function %15
%18 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0
%19 = OpLoad %uint %18
%21 = OpAccessChain %_ptr_Function_v4float %s1 %uint_0 %19
OpStore %21 %23
%24 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0
%25 = OpLoad %uint %24
%26 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0
%27 = OpLoad %uint %26
%29 = OpAccessChain %_ptr_Function_float %s1 %uint_0 %25 %27
OpStore %29 %float_1
OpReturn
OpFunctionEnd