blob: a043fe562d4205c0c11573d4fa83fda8e59a3aa9 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 27
; Schema: 0
OpCapability Shader
OpCapability DerivativeControl
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpName %prevent_dce_block "prevent_dce_block"
OpMemberName %prevent_dce_block 0 "inner"
OpName %prevent_dce "prevent_dce"
OpName %dpdyCoarse_3e1ab4 "dpdyCoarse_3e1ab4"
OpName %arg_0 "arg_0"
OpName %res "res"
OpName %fragment_main "fragment_main"
OpDecorate %prevent_dce_block Block
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce DescriptorSet 0
OpDecorate %prevent_dce Binding 0
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%prevent_dce_block = OpTypeStruct %v2float
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%6 = OpTypeFunction %v2float
%float_1 = OpConstant %float 1
%10 = OpConstantComposite %v2float %float_1 %float_1
%_ptr_Function_v2float = OpTypePointer Function %v2float
%13 = OpConstantNull %v2float
%void = OpTypeVoid
%18 = OpTypeFunction %void
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v2float = OpTypePointer StorageBuffer %v2float
%dpdyCoarse_3e1ab4 = OpFunction %v2float None %6
%8 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v2float Function %13
%res = OpVariable %_ptr_Function_v2float Function %13
OpStore %arg_0 %10
%15 = OpLoad %v2float %arg_0
%14 = OpDPdyCoarse %v2float %15
OpStore %res %14
%17 = OpLoad %v2float %res
OpReturnValue %17
OpFunctionEnd
%fragment_main = OpFunction %void None %18
%21 = OpLabel
%25 = OpAccessChain %_ptr_StorageBuffer_v2float %prevent_dce %uint_0
%26 = OpFunctionCall %v2float %dpdyCoarse_3e1ab4
OpStore %25 %26
OpReturn
OpFunctionEnd