blob: 208f2ce9f9673b17b0760014edccea2e772d822c [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 14
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability StorageInputOutput16
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %f "f"
OpName %a "a"
OpName %b "b"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%half = OpTypeFloat 16
%half_0x1p_0 = OpConstant %half 0x1p+0
%_ptr_Function_half = OpTypePointer Function %half
%9 = OpConstantNull %half
%f = OpFunction %void None %1
%4 = OpLabel
%a = OpVariable %_ptr_Function_half Function %9
%b = OpVariable %_ptr_Function_half Function %9
OpStore %a %half_0x1p_0
OpStore %b %9
%11 = OpLoad %half %a
%12 = OpLoad %half %b
%13 = OpFDiv %half %11 %12
OpReturn
OpFunctionEnd