blob: debae7d13cea1d1d48cf273cb8f215fa1acb4ff9 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 38
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability StorageInputOutput16
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main"
OpExecutionMode %main OriginUpperLeft
OpName %data_block_std140 "data_block_std140"
OpMemberName %data_block_std140 0 "inner"
OpName %S_std140 "S_std140"
OpMemberName %S_std140 0 "matrix_0"
OpMemberName %S_std140 1 "matrix_1"
OpMemberName %S_std140 2 "matrix_2"
OpMemberName %S_std140 3 "vector"
OpName %data "data"
OpName %load_data_inner_matrix "load_data_inner_matrix"
OpName %main "main"
OpDecorate %data_block_std140 Block
OpMemberDecorate %data_block_std140 0 Offset 0
OpMemberDecorate %S_std140 0 Offset 0
OpMemberDecorate %S_std140 1 Offset 8
OpMemberDecorate %S_std140 2 Offset 16
OpMemberDecorate %S_std140 3 Offset 24
OpDecorate %data NonWritable
OpDecorate %data DescriptorSet 0
OpDecorate %data Binding 0
%half = OpTypeFloat 16
%v3half = OpTypeVector %half 3
%S_std140 = OpTypeStruct %v3half %v3half %v3half %v3half
%data_block_std140 = OpTypeStruct %S_std140
%_ptr_Uniform_data_block_std140 = OpTypePointer Uniform %data_block_std140
%data = OpVariable %_ptr_Uniform_data_block_std140 Uniform
%mat3v3half = OpTypeMatrix %v3half 3
%7 = OpTypeFunction %mat3v3half
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_S_std140 = OpTypePointer Uniform %S_std140
%_ptr_Uniform_v3half = OpTypePointer Uniform %v3half
%uint_1 = OpConstant %uint 1
%uint_2 = OpConstant %uint 2
%void = OpTypeVoid
%29 = OpTypeFunction %void
%uint_3 = OpConstant %uint 3
%load_data_inner_matrix = OpFunction %mat3v3half None %7
%10 = OpLabel
%15 = OpAccessChain %_ptr_Uniform_S_std140 %data %uint_0
%18 = OpAccessChain %_ptr_Uniform_v3half %15 %uint_0
%19 = OpLoad %v3half %18
%22 = OpAccessChain %_ptr_Uniform_v3half %15 %uint_1
%23 = OpLoad %v3half %22
%26 = OpAccessChain %_ptr_Uniform_v3half %15 %uint_2
%27 = OpLoad %v3half %26
%28 = OpCompositeConstruct %mat3v3half %19 %23 %27
OpReturnValue %28
OpFunctionEnd
%main = OpFunction %void None %29
%32 = OpLabel
%34 = OpAccessChain %_ptr_Uniform_v3half %data %uint_0 %uint_3
%35 = OpLoad %v3half %34
%36 = OpFunctionCall %mat3v3half %load_data_inner_matrix
%37 = OpVectorTimesMatrix %v3half %35 %36
OpReturn
OpFunctionEnd