1; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 30
5; Schema: 0
6               OpCapability Shader
7               OpMemoryModel Logical GLSL450
8               OpEntryPoint Fragment %fragment_main "fragment_main"
9               OpExecutionMode %fragment_main OriginUpperLeft
10               OpName %arg_0 "arg_0"
11               OpName %arg_1 "arg_1"
12               OpName %textureSampleBias_df91bb "textureSampleBias_df91bb"
13               OpName %res "res"
14               OpName %fragment_main "fragment_main"
15               OpDecorate %arg_0 DescriptorSet 1
16               OpDecorate %arg_0 Binding 0
17               OpDecorate %arg_1 DescriptorSet 1
18               OpDecorate %arg_1 Binding 1
19      %float = OpTypeFloat 32
20          %3 = OpTypeImage %float 3D 0 0 0 1 Unknown
21%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
22      %arg_0 = OpVariable %_ptr_UniformConstant_3 UniformConstant
23          %7 = OpTypeSampler
24%_ptr_UniformConstant_7 = OpTypePointer UniformConstant %7
25      %arg_1 = OpVariable %_ptr_UniformConstant_7 UniformConstant
26       %void = OpTypeVoid
27          %8 = OpTypeFunction %void
28    %v4float = OpTypeVector %float 4
29         %16 = OpTypeSampledImage %3
30    %v3float = OpTypeVector %float 3
31         %19 = OpConstantNull %v3float
32    %float_1 = OpConstant %float 1
33        %int = OpTypeInt 32 1
34      %v3int = OpTypeVector %int 3
35         %23 = OpConstantNull %v3int
36%_ptr_Function_v4float = OpTypePointer Function %v4float
37         %26 = OpConstantNull %v4float
38%textureSampleBias_df91bb = OpFunction %void None %8
39         %11 = OpLabel
40        %res = OpVariable %_ptr_Function_v4float Function %26
41         %14 = OpLoad %7 %arg_1
42         %15 = OpLoad %3 %arg_0
43         %17 = OpSampledImage %16 %15 %14
44         %12 = OpImageSampleImplicitLod %v4float %17 %19 Bias|ConstOffset %float_1 %23
45               OpStore %res %12
46               OpReturn
47               OpFunctionEnd
48%fragment_main = OpFunction %void None %8
49         %28 = OpLabel
50         %29 = OpFunctionCall %void %textureSampleBias_df91bb
51               OpReturn
52               OpFunctionEnd
53