blob: 34ad9f94ab39857f84c4d78adb99f65b99fd32d9 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 46
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %prevent_dce_block "prevent_dce_block"
OpMemberName %prevent_dce_block 0 "inner"
OpName %prevent_dce "prevent_dce"
OpName %arg_0 "arg_0"
OpName %textureLoad_0b515a "textureLoad_0b515a"
OpName %arg_1 "arg_1"
OpName %arg_2 "arg_2"
OpName %res "res"
OpName %fragment_main "fragment_main"
OpName %compute_main "compute_main"
OpDecorate %prevent_dce_block Block
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce DescriptorSet 0
OpDecorate %prevent_dce Binding 0
OpDecorate %arg_0 DescriptorSet 1
OpDecorate %arg_0 Binding 0
%int = OpTypeInt 32 1
%v4int = OpTypeVector %int 4
%prevent_dce_block = OpTypeStruct %v4int
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%8 = OpTypeImage %int 2D 0 1 0 2 Rgba16i
%_ptr_UniformConstant_8 = OpTypePointer UniformConstant %8
%arg_0 = OpVariable %_ptr_UniformConstant_8 UniformConstant
%9 = OpTypeFunction %v4int
%uint = OpTypeInt 32 0
%v2uint = OpTypeVector %uint 2
%uint_1 = OpConstant %uint 1
%15 = OpConstantComposite %v2uint %uint_1 %uint_1
%_ptr_Function_v2uint = OpTypePointer Function %v2uint
%18 = OpConstantNull %v2uint
%_ptr_Function_uint = OpTypePointer Function %uint
%21 = OpConstantNull %uint
%v3uint = OpTypeVector %uint 3
%_ptr_Function_v4int = OpTypePointer Function %v4int
%32 = OpConstantNull %v4int
%void = OpTypeVoid
%34 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v4int = OpTypePointer StorageBuffer %v4int
%textureLoad_0b515a = OpFunction %v4int None %9
%11 = OpLabel
%arg_1 = OpVariable %_ptr_Function_v2uint Function %18
%arg_2 = OpVariable %_ptr_Function_uint Function %21
%res = OpVariable %_ptr_Function_v4int Function %32
OpStore %arg_1 %15
OpStore %arg_2 %uint_1
%23 = OpLoad %8 %arg_0
%25 = OpLoad %v2uint %arg_1
%26 = OpCompositeExtract %uint %25 0
%27 = OpCompositeExtract %uint %25 1
%28 = OpLoad %uint %arg_2
%29 = OpCompositeConstruct %v3uint %26 %27 %28
%22 = OpImageRead %v4int %23 %29
OpStore %res %22
%33 = OpLoad %v4int %res
OpReturnValue %33
OpFunctionEnd
%fragment_main = OpFunction %void None %34
%37 = OpLabel
%40 = OpAccessChain %_ptr_StorageBuffer_v4int %prevent_dce %uint_0
%41 = OpFunctionCall %v4int %textureLoad_0b515a
OpStore %40 %41
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %34
%43 = OpLabel
%44 = OpAccessChain %_ptr_StorageBuffer_v4int %prevent_dce %uint_0
%45 = OpFunctionCall %v4int %textureLoad_0b515a
OpStore %44 %45
OpReturn
OpFunctionEnd