Home | History | Annotate | Download | only in baseResults
      1 spv.arbPostDepthCoverage.frag
      2 // Module Version 10000
      3 // Generated by (magic number): 80007
      4 // Id's are bound by 18
      5 
      6                               Capability Shader
      7                               Capability SampleMaskPostDepthCoverage
      8                               Extension  "SPV_KHR_post_depth_coverage"
      9                1:             ExtInstImport  "GLSL.std.450"
     10                               MemoryModel Logical GLSL450
     11                               EntryPoint Fragment 4  "main" 8 13
     12                               ExecutionMode 4 OriginUpperLeft
     13                               ExecutionMode 4 EarlyFragmentTests
     14                               ExecutionMode 4 PostDepthCoverage
     15                               Source GLSL 450
     16                               SourceExtension  "GL_ARB_post_depth_coverage"
     17                               SourceExtension  "GL_EXT_post_depth_coverage"
     18                               Name 4  "main"
     19                               Name 8  "readSampleMaskIn"
     20                               Name 13  "gl_SampleMaskIn"
     21                               Decorate 8(readSampleMaskIn) Location 0
     22                               Decorate 13(gl_SampleMaskIn) Flat
     23                               Decorate 13(gl_SampleMaskIn) BuiltIn SampleMask
     24                2:             TypeVoid
     25                3:             TypeFunction 2
     26                6:             TypeInt 32 1
     27                7:             TypePointer Output 6(int)
     28 8(readSampleMaskIn):      7(ptr) Variable Output
     29                9:             TypeInt 32 0
     30               10:      9(int) Constant 1
     31               11:             TypeArray 6(int) 10
     32               12:             TypePointer Input 11
     33 13(gl_SampleMaskIn):     12(ptr) Variable Input
     34               14:      6(int) Constant 0
     35               15:             TypePointer Input 6(int)
     36          4(main):           2 Function None 3
     37                5:             Label
     38               16:     15(ptr) AccessChain 13(gl_SampleMaskIn) 14
     39               17:      6(int) Load 16
     40                               Store 8(readSampleMaskIn) 17
     41                               Return
     42                               FunctionEnd
     43