1617a3babSopenharmony_cispv.builtin.ShadingRateEXT.frag
2617a3babSopenharmony_ciWARNING: 0:5: '' : 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 12
8617a3babSopenharmony_ci
9617a3babSopenharmony_ci                              Capability Shader
10617a3babSopenharmony_ci                              Capability FragmentShadingRateKHR
11617a3babSopenharmony_ci                              Extension  "SPV_KHR_fragment_shading_rate"
12617a3babSopenharmony_ci               1:             ExtInstImport  "GLSL.std.450"
13617a3babSopenharmony_ci                              MemoryModel Logical GLSL450
14617a3babSopenharmony_ci                              EntryPoint Fragment 4  "main" 8 10
15617a3babSopenharmony_ci                              ExecutionMode 4 OriginUpperLeft
16617a3babSopenharmony_ci                              Source GLSL 450
17617a3babSopenharmony_ci                              SourceExtension  "GL_EXT_fragment_shading_rate"
18617a3babSopenharmony_ci                              Name 4  "main"
19617a3babSopenharmony_ci                              Name 8  "val"
20617a3babSopenharmony_ci                              Name 10  "gl_ShadingRateEXT"
21617a3babSopenharmony_ci                              Decorate 8(val) Location 0
22617a3babSopenharmony_ci                              Decorate 10(gl_ShadingRateEXT) Flat
23617a3babSopenharmony_ci                              Decorate 10(gl_ShadingRateEXT) BuiltIn ShadingRateKHR
24617a3babSopenharmony_ci               2:             TypeVoid
25617a3babSopenharmony_ci               3:             TypeFunction 2
26617a3babSopenharmony_ci               6:             TypeInt 32 1
27617a3babSopenharmony_ci               7:             TypePointer Output 6(int)
28617a3babSopenharmony_ci          8(val):      7(ptr) Variable Output
29617a3babSopenharmony_ci               9:             TypePointer Input 6(int)
30617a3babSopenharmony_ci10(gl_ShadingRateEXT):      9(ptr) Variable Input
31617a3babSopenharmony_ci         4(main):           2 Function None 3
32617a3babSopenharmony_ci               5:             Label
33617a3babSopenharmony_ci              11:      6(int) Load 10(gl_ShadingRateEXT)
34617a3babSopenharmony_ci                              Store 8(val) 11
35617a3babSopenharmony_ci                              Return
36617a3babSopenharmony_ci                              FunctionEnd
37