78 lines
3.0 KiB
Plaintext
78 lines
3.0 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 39
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpCapability Float16
|
|
OpCapability UniformAndStorageBuffer16BitAccess
|
|
OpCapability StorageBuffer16BitAccess
|
|
OpCapability StorageInputOutput16
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %loc0_1 %loc1_1 %loc2_1 %loc3_1 %loc4_1 %loc5_1
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %loc0_1 "loc0_1"
|
|
OpName %loc1_1 "loc1_1"
|
|
OpName %loc2_1 "loc2_1"
|
|
OpName %loc3_1 "loc3_1"
|
|
OpName %loc4_1 "loc4_1"
|
|
OpName %loc5_1 "loc5_1"
|
|
OpName %main_inner "main_inner"
|
|
OpName %loc0 "loc0"
|
|
OpName %loc1 "loc1"
|
|
OpName %loc2 "loc2"
|
|
OpName %loc3 "loc3"
|
|
OpName %loc4 "loc4"
|
|
OpName %loc5 "loc5"
|
|
OpName %main "main"
|
|
OpDecorate %loc0_1 Location 0
|
|
OpDecorate %loc0_1 Flat
|
|
OpDecorate %loc1_1 Location 1
|
|
OpDecorate %loc1_1 Flat
|
|
OpDecorate %loc2_1 Location 2
|
|
OpDecorate %loc3_1 Location 3
|
|
OpDecorate %loc4_1 Location 4
|
|
OpDecorate %loc5_1 Location 5
|
|
%int = OpTypeInt 32 1
|
|
%_ptr_Input_int = OpTypePointer Input %int
|
|
%loc0_1 = OpVariable %_ptr_Input_int Input
|
|
%uint = OpTypeInt 32 0
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
%loc1_1 = OpVariable %_ptr_Input_uint Input
|
|
%float = OpTypeFloat 32
|
|
%_ptr_Input_float = OpTypePointer Input %float
|
|
%loc2_1 = OpVariable %_ptr_Input_float Input
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%loc3_1 = OpVariable %_ptr_Input_v4float Input
|
|
%half = OpTypeFloat 16
|
|
%_ptr_Input_half = OpTypePointer Input %half
|
|
%loc4_1 = OpVariable %_ptr_Input_half Input
|
|
%v3half = OpTypeVector %half 3
|
|
%_ptr_Input_v3half = OpTypePointer Input %v3half
|
|
%loc5_1 = OpVariable %_ptr_Input_v3half Input
|
|
%void = OpTypeVoid
|
|
%19 = OpTypeFunction %void %int %uint %float %v4float %half %v3half
|
|
%29 = OpTypeFunction %void
|
|
%main_inner = OpFunction %void None %19
|
|
%loc0 = OpFunctionParameter %int
|
|
%loc1 = OpFunctionParameter %uint
|
|
%loc2 = OpFunctionParameter %float
|
|
%loc3 = OpFunctionParameter %v4float
|
|
%loc4 = OpFunctionParameter %half
|
|
%loc5 = OpFunctionParameter %v3half
|
|
%28 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %29
|
|
%31 = OpLabel
|
|
%33 = OpLoad %int %loc0_1
|
|
%34 = OpLoad %uint %loc1_1
|
|
%35 = OpLoad %float %loc2_1
|
|
%36 = OpLoad %v4float %loc3_1
|
|
%37 = OpLoad %half %loc4_1
|
|
%38 = OpLoad %v3half %loc5_1
|
|
%32 = OpFunctionCall %void %main_inner %33 %34 %35 %36 %37 %38
|
|
OpReturn
|
|
OpFunctionEnd
|