1; SPIR-V 2; Version: 1.3 3; Generator: Google Tint Compiler; 0 4; Bound: 14 5; Schema: 0 6 OpCapability Shader 7 OpMemoryModel Logical GLSL450 8 OpEntryPoint Fragment %fragment_main "fragment_main" 9 OpExecutionMode %fragment_main OriginUpperLeft 10 OpName %dpdy_7f8d84 "dpdy_7f8d84" 11 OpName %res "res" 12 OpName %fragment_main "fragment_main" 13 %void = OpTypeVoid 14 %1 = OpTypeFunction %void 15 %float = OpTypeFloat 32 16 %float_1 = OpConstant %float 1 17%_ptr_Function_float = OpTypePointer Function %float 18 %10 = OpConstantNull %float 19%dpdy_7f8d84 = OpFunction %void None %1 20 %4 = OpLabel 21 %res = OpVariable %_ptr_Function_float Function %10 22 %5 = OpDPdy %float %float_1 23 OpStore %res %5 24 OpReturn 25 OpFunctionEnd 26%fragment_main = OpFunction %void None %1 27 %12 = OpLabel 28 %13 = OpFunctionCall %void %dpdy_7f8d84 29 OpReturn 30 OpFunctionEnd 31