blob: fad56e4c4a7abad1f5b969524f01f969317225d1 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 18
; Schema: 0
OpCapability Shader
OpCapability DerivativeControl
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpName %fwidthFine_ff6aa0 "fwidthFine_ff6aa0"
OpName %arg_0 "arg_0"
OpName %res "res"
OpName %fragment_main "fragment_main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%float_1 = OpConstant %float 1
%8 = OpConstantComposite %v2float %float_1 %float_1
%_ptr_Function_v2float = OpTypePointer Function %v2float
%11 = OpConstantNull %v2float
%fwidthFine_ff6aa0 = OpFunction %void None %1
%4 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v2float Function %11
%res = OpVariable %_ptr_Function_v2float Function %11
OpStore %arg_0 %8
%13 = OpLoad %v2float %arg_0
%12 = OpFwidthFine %v2float %13
OpStore %res %12
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %1
%16 = OpLabel
%17 = OpFunctionCall %void %fwidthFine_ff6aa0
OpReturn
OpFunctionEnd