blob: 2682439069a43c28eba5cf6434c1465de69c1af4 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 32
; Schema: 0
OpCapability Shader
OpCapability StorageImageExtendedFormats
OpCapability ImageQuery
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 %textureNumLayers_8356f7 "textureNumLayers_8356f7"
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 NonReadable
OpDecorate %arg_0 DescriptorSet 1
OpDecorate %arg_0 Binding 0
%uint = OpTypeInt 32 0
%prevent_dce_block = OpTypeStruct %uint
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%float = OpTypeFloat 32
%7 = OpTypeImage %float 2D 0 1 0 2 R8
%_ptr_UniformConstant_7 = OpTypePointer UniformConstant %7
%arg_0 = OpVariable %_ptr_UniformConstant_7 UniformConstant
%9 = OpTypeFunction %uint
%v3uint = OpTypeVector %uint 3
%_ptr_Function_uint = OpTypePointer Function %uint
%18 = OpConstantNull %uint
%void = OpTypeVoid
%20 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%textureNumLayers_8356f7 = OpFunction %uint None %9
%11 = OpLabel
%res = OpVariable %_ptr_Function_uint Function %18
%15 = OpLoad %7 %arg_0
%13 = OpImageQuerySize %v3uint %15
%12 = OpCompositeExtract %uint %13 2
OpStore %res %12
%19 = OpLoad %uint %res
OpReturnValue %19
OpFunctionEnd
%fragment_main = OpFunction %void None %20
%23 = OpLabel
%26 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0
%27 = OpFunctionCall %uint %textureNumLayers_8356f7
OpStore %26 %27
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %20
%29 = OpLabel
%30 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0
%31 = OpFunctionCall %uint %textureNumLayers_8356f7
OpStore %30 %31
OpReturn
OpFunctionEnd