blob: e176f0558dbe1bd51bf8494024c476e6bc67a98a [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 25
; 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 %dpdxCoarse_029152 "dpdxCoarse_029152"
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
%prevent_dce_block = OpTypeStruct %float
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%5 = OpTypeFunction %float
%float_1 = OpConstant %float 1
%_ptr_Function_float = OpTypePointer Function %float
%11 = OpConstantNull %float
%void = OpTypeVoid
%16 = OpTypeFunction %void
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float
%dpdxCoarse_029152 = OpFunction %float None %5
%7 = OpLabel
%arg_0 = OpVariable %_ptr_Function_float Function %11
%res = OpVariable %_ptr_Function_float Function %11
OpStore %arg_0 %float_1
%13 = OpLoad %float %arg_0
%12 = OpDPdxCoarse %float %13
OpStore %res %12
%15 = OpLoad %float %res
OpReturnValue %15
OpFunctionEnd
%fragment_main = OpFunction %void None %16
%19 = OpLabel
%23 = OpAccessChain %_ptr_StorageBuffer_float %prevent_dce %uint_0
%24 = OpFunctionCall %float %dpdxCoarse_029152
OpStore %23 %24
OpReturn
OpFunctionEnd