blob: 1a611663544d4c04d9887aafbbbdec971b5154ca [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 28
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main"
OpExecutionMode %main OriginUpperLeft
OpMemberName %S_std140 0 "matrix_col0"
OpMemberName %S_std140 1 "matrix_col1"
OpMemberName %S_std140 2 "matrix_col2"
OpMemberName %S_std140 3 "vector"
OpName %S_std140 "S_std140"
OpMemberName %data_block_std140 0 "inner"
OpName %data_block_std140 "data_block_std140"
OpName %main "main"
OpName %x "x"
OpMemberDecorate %S_std140 0 Offset 0
OpMemberDecorate %S_std140 1 Offset 16
OpMemberDecorate %S_std140 2 Offset 32
OpMemberDecorate %S_std140 3 Offset 48
OpMemberDecorate %data_block_std140 0 Offset 0
OpDecorate %data_block_std140 Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 NonWritable
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%S_std140 = OpTypeStruct %v3float %v3float %v3float %v3float
%data_block_std140 = OpTypeStruct %S_std140
%_ptr_Uniform_data_block_std140 = OpTypePointer Uniform %data_block_std140
%1 = OpVariable %_ptr_Uniform_data_block_std140 Uniform
%void = OpTypeVoid
%9 = OpTypeFunction %void
%_ptr_Uniform_v3float = OpTypePointer Uniform %v3float
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%uint_3 = OpConstant %uint 3
%uint_1 = OpConstant %uint 1
%uint_2 = OpConstant %uint 2
%mat3v3float = OpTypeMatrix %v3float 3
%main = OpFunction %void None %9
%10 = OpLabel
%11 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_0 %uint_3
%16 = OpLoad %v3float %11 None
%17 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_0 %uint_0
%18 = OpLoad %v3float %17 None
%19 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_0 %uint_1
%21 = OpLoad %v3float %19 None
%22 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_0 %uint_2
%24 = OpLoad %v3float %22 None
%26 = OpCompositeConstruct %mat3v3float %18 %21 %24
%x = OpVectorTimesMatrix %v3float %16 %26
OpReturn
OpFunctionEnd