blob: 97d51fbe1a45f3ecc21240b473a23d646b9a95f8 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 23
; 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 %fwidthFine_f1742d "fwidthFine_f1742d"
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
%12 = OpConstantNull %float
%void = OpTypeVoid
%14 = OpTypeFunction %void
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float
%fwidthFine_f1742d = OpFunction %float None %5
%7 = OpLabel
%res = OpVariable %_ptr_Function_float Function %12
%8 = OpFwidthFine %float %float_1
OpStore %res %8
%13 = OpLoad %float %res
OpReturnValue %13
OpFunctionEnd
%fragment_main = OpFunction %void None %14
%17 = OpLabel
%21 = OpAccessChain %_ptr_StorageBuffer_float %prevent_dce %uint_0
%22 = OpFunctionCall %float %fwidthFine_f1742d
OpStore %21 %22
OpReturn
OpFunctionEnd