1617a3babSopenharmony_cispv.ext.ShaderTileImage.depth_stencil.frag
2617a3babSopenharmony_ciWARNING: 0:6: '' : all default precisions are highp; use precision statements to quiet warning, e.g.:
3617a3babSopenharmony_ci         "precision mediump int; precision highp float;" 
4617a3babSopenharmony_ci
5617a3babSopenharmony_ci// Module Version 10000
6617a3babSopenharmony_ci// Generated by (magic number): 8000b
7617a3babSopenharmony_ci// Id's are bound by 26
8617a3babSopenharmony_ci
9617a3babSopenharmony_ci                              Capability Shader
10617a3babSopenharmony_ci                              Capability TileImageDepthReadAccessEXT
11617a3babSopenharmony_ci                              Capability TileImageStencilReadAccessEXT
12617a3babSopenharmony_ci                              Extension  "SPV_EXT_shader_tile_image"
13617a3babSopenharmony_ci               1:             ExtInstImport  "GLSL.std.450"
14617a3babSopenharmony_ci                              MemoryModel Logical GLSL450
15617a3babSopenharmony_ci                              EntryPoint Fragment 4  "main" 16 22
16617a3babSopenharmony_ci                              ExecutionMode 4 OriginUpperLeft
17617a3babSopenharmony_ci                              Source GLSL 460
18617a3babSopenharmony_ci                              SourceExtension  "GL_EXT_shader_tile_image"
19617a3babSopenharmony_ci                              Name 4  "main"
20617a3babSopenharmony_ci                              Name 8  "depth"
21617a3babSopenharmony_ci                              Name 12  "stencil_value"
22617a3babSopenharmony_ci                              Name 16  "stencil_out"
23617a3babSopenharmony_ci                              Name 22  "depth_out"
24617a3babSopenharmony_ci                              Decorate 13 RelaxedPrecision
25617a3babSopenharmony_ci                              Decorate 16(stencil_out) Location 0
26617a3babSopenharmony_ci                              Decorate 22(depth_out) Location 1
27617a3babSopenharmony_ci               2:             TypeVoid
28617a3babSopenharmony_ci               3:             TypeFunction 2
29617a3babSopenharmony_ci               6:             TypeFloat 32
30617a3babSopenharmony_ci               7:             TypePointer Function 6(float)
31617a3babSopenharmony_ci              10:             TypeInt 32 0
32617a3babSopenharmony_ci              11:             TypePointer Function 10(int)
33617a3babSopenharmony_ci              14:             TypeVector 10(int) 4
34617a3babSopenharmony_ci              15:             TypePointer Output 14(ivec4)
35617a3babSopenharmony_ci 16(stencil_out):     15(ptr) Variable Output
36617a3babSopenharmony_ci              18:     10(int) Constant 0
37617a3babSopenharmony_ci              20:             TypeVector 6(float) 4
38617a3babSopenharmony_ci              21:             TypePointer Output 20(fvec4)
39617a3babSopenharmony_ci   22(depth_out):     21(ptr) Variable Output
40617a3babSopenharmony_ci              24:    6(float) Constant 0
41617a3babSopenharmony_ci         4(main):           2 Function None 3
42617a3babSopenharmony_ci               5:             Label
43617a3babSopenharmony_ci        8(depth):      7(ptr) Variable Function
44617a3babSopenharmony_ci12(stencil_value):     11(ptr) Variable Function
45617a3babSopenharmony_ci               9:    6(float) DepthAttachmentReadEXT
46617a3babSopenharmony_ci                              Store 8(depth) 9
47617a3babSopenharmony_ci              13:     10(int) StencilAttachmentReadEXT
48617a3babSopenharmony_ci                              Store 12(stencil_value) 13
49617a3babSopenharmony_ci              17:     10(int) Load 12(stencil_value)
50617a3babSopenharmony_ci              19:   14(ivec4) CompositeConstruct 17 18 18 18
51617a3babSopenharmony_ci                              Store 16(stencil_out) 19
52617a3babSopenharmony_ci              23:    6(float) Load 8(depth)
53617a3babSopenharmony_ci              25:   20(fvec4) CompositeConstruct 23 24 24 24
54617a3babSopenharmony_ci                              Store 22(depth_out) 25
55617a3babSopenharmony_ci                              Return
56617a3babSopenharmony_ci                              FunctionEnd
57