blob: b0bc403fdc7c2689b9793eff3764bfdd2c66330d [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 16
; Schema: 0
OpCapability Shader
OpCapability DerivativeControl
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpName %dpdyCoarse_870a7e "dpdyCoarse_870a7e"
OpName %arg_0 "arg_0"
OpName %res "res"
OpName %fragment_main "fragment_main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%float_1 = OpConstant %float 1
%_ptr_Function_float = OpTypePointer Function %float
%9 = OpConstantNull %float
%dpdyCoarse_870a7e = OpFunction %void None %1
%4 = OpLabel
%arg_0 = OpVariable %_ptr_Function_float Function %9
%res = OpVariable %_ptr_Function_float Function %9
OpStore %arg_0 %float_1
%11 = OpLoad %float %arg_0
%10 = OpDPdyCoarse %float %11
OpStore %res %10
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %1
%14 = OpLabel
%15 = OpFunctionCall %void %dpdyCoarse_870a7e
OpReturn
OpFunctionEnd