2021-06-03 11:26:17 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2023-03-06 18:25:08 +00:00
|
|
|
; Bound: 24
|
2021-06-03 11:26:17 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpCapability DerivativeControl
|
|
|
|
OpMemoryModel Logical GLSL450
|
|
|
|
OpEntryPoint Fragment %fragment_main "fragment_main"
|
|
|
|
OpExecutionMode %fragment_main OriginUpperLeft
|
2023-03-06 18:25:08 +00:00
|
|
|
OpName %prevent_dce_block "prevent_dce_block"
|
|
|
|
OpMemberName %prevent_dce_block 0 "inner"
|
|
|
|
OpName %prevent_dce "prevent_dce"
|
2021-06-03 11:26:17 +00:00
|
|
|
OpName %fwidthCoarse_1e59d9 "fwidthCoarse_1e59d9"
|
|
|
|
OpName %res "res"
|
|
|
|
OpName %fragment_main "fragment_main"
|
2023-03-06 18:25:08 +00:00
|
|
|
OpDecorate %prevent_dce_block Block
|
|
|
|
OpMemberDecorate %prevent_dce_block 0 Offset 0
|
|
|
|
OpDecorate %prevent_dce DescriptorSet 2
|
|
|
|
OpDecorate %prevent_dce Binding 0
|
2021-06-22 20:19:49 +00:00
|
|
|
%float = OpTypeFloat 32
|
2021-06-03 11:26:17 +00:00
|
|
|
%v3float = OpTypeVector %float 3
|
2023-03-06 18:25:08 +00:00
|
|
|
%prevent_dce_block = OpTypeStruct %v3float
|
|
|
|
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
|
|
|
|
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
|
|
|
|
%void = OpTypeVoid
|
|
|
|
%6 = OpTypeFunction %void
|
2022-07-26 14:27:25 +00:00
|
|
|
%float_1 = OpConstant %float 1
|
2023-03-06 18:25:08 +00:00
|
|
|
%12 = OpConstantComposite %v3float %float_1 %float_1 %float_1
|
2021-06-03 11:26:17 +00:00
|
|
|
%_ptr_Function_v3float = OpTypePointer Function %v3float
|
2023-03-06 18:25:08 +00:00
|
|
|
%15 = OpConstantNull %v3float
|
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%uint_0 = OpConstant %uint 0
|
|
|
|
%_ptr_StorageBuffer_v3float = OpTypePointer StorageBuffer %v3float
|
|
|
|
%fwidthCoarse_1e59d9 = OpFunction %void None %6
|
|
|
|
%9 = OpLabel
|
|
|
|
%res = OpVariable %_ptr_Function_v3float Function %15
|
|
|
|
%10 = OpFwidthCoarse %v3float %12
|
|
|
|
OpStore %res %10
|
|
|
|
%19 = OpAccessChain %_ptr_StorageBuffer_v3float %prevent_dce %uint_0
|
|
|
|
%20 = OpLoad %v3float %res
|
|
|
|
OpStore %19 %20
|
2021-06-03 11:26:17 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2023-03-06 18:25:08 +00:00
|
|
|
%fragment_main = OpFunction %void None %6
|
|
|
|
%22 = OpLabel
|
|
|
|
%23 = OpFunctionCall %void %fwidthCoarse_1e59d9
|
2021-06-03 11:26:17 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|