70 lines
3.0 KiB
Plaintext
70 lines
3.0 KiB
Plaintext
; 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
|
|
%33 = OpFunctionCall %mat3v3half %load_data_inner_matrix
|
|
%35 = OpAccessChain %_ptr_Uniform_v3half %data %uint_0 %uint_3
|
|
%36 = OpLoad %v3half %35
|
|
%37 = OpMatrixTimesVector %v3half %33 %36
|
|
OpReturn
|
|
OpFunctionEnd
|