blob: e67d0980454335553b348a4be46632f02d3a9cfc [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 37
; Schema: 0
OpCapability Shader
OpCapability ImageQuery
%21 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fs "fs"
OpExecutionMode %fs OriginUpperLeft
OpName %sampled_textures "sampled_textures"
OpName %do_texture_load "do_texture_load"
OpName %ts "ts"
OpName %texture_load "texture_load"
OpName %fs "fs"
OpDecorate %sampled_textures DescriptorSet 0
OpDecorate %sampled_textures Binding 0
%float = OpTypeFloat 32
%4 = OpTypeImage %float 2D 0 0 0 1 Unknown
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_4_uint_4 = OpTypeArray %4 %uint_4
%_ptr_UniformConstant__arr_4_uint_4 = OpTypePointer UniformConstant %_arr_4_uint_4
%sampled_textures = OpVariable %_ptr_UniformConstant__arr_4_uint_4 UniformConstant
%void = OpTypeVoid
%11 = OpTypeFunction %void %_arr_4_uint_4
%uint_1 = OpConstant %uint 1
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%v2uint = OpTypeVector %uint 2
%25 = OpConstantComposite %v2uint %uint_1 %uint_1
%v2int = OpTypeVector %int 2
%27 = OpConstantNull %v2int
%v4float = OpTypeVector %float 4
%33 = OpTypeFunction %void
%do_texture_load = OpFunction %void None %11
%ts = OpFunctionParameter %_arr_4_uint_4
%12 = OpLabel
%13 = OpCompositeExtract %4 %ts 0
%14 = OpImageQueryLevels %uint %13
%15 = OpISub %uint %14 %uint_1
%17 = OpBitcast %uint %int_0
%20 = OpExtInst %uint %21 UMin %17 %15
%22 = OpImageQuerySizeLod %v2uint %13 %20
%24 = OpISub %v2uint %22 %25
%26 = OpBitcast %v2uint %27
%29 = OpExtInst %v2uint %21 UMin %26 %24
%texture_load = OpImageFetch %v4float %13 %29 Lod %20
OpReturn
OpFunctionEnd
%fs = OpFunction %void None %33
%34 = OpLabel
%35 = OpLoad %_arr_4_uint_4 %sampled_textures None
%36 = OpFunctionCall %void %do_texture_load %35
OpReturn
OpFunctionEnd