blob: a9ab8dea213cd9d4f3b77e6b8dccba6ab38ae927 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 23
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability StorageInputOutput16
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %t "t"
OpName %unused_entry_point "unused_entry_point"
OpName %m "m"
OpName %f "f"
OpName %v "v"
%float = OpTypeFloat 32
%_ptr_Private_float = OpTypePointer Private %float
%4 = OpConstantNull %float
%t = OpVariable %_ptr_Private_float Private %4
%void = OpTypeVoid
%5 = OpTypeFunction %void
%9 = OpTypeFunction %float
%float_1 = OpConstant %float 1
%half = OpTypeFloat 16
%_ptr_Function_half = OpTypePointer Function %half
%22 = OpConstantNull %half
%unused_entry_point = OpFunction %void None %5
%8 = OpLabel
OpReturn
OpFunctionEnd
%m = OpFunction %float None %9
%11 = OpLabel
OpStore %t %float_1
%14 = OpLoad %float %t
OpReturnValue %14
OpFunctionEnd
%f = OpFunction %void None %5
%16 = OpLabel
%v = OpVariable %_ptr_Function_half Function %22
%17 = OpFunctionCall %float %m
%18 = OpFConvert %half %17
OpStore %v %18
OpReturn
OpFunctionEnd