Home | History | Annotate | Download | only in baseResults
      1 spv.sample.frag
      2 // Module Version 10000
      3 // Generated by (magic number): 80007
      4 // Id's are bound by 13
      5 
      6                               Capability Shader
      7                               Capability SampleRateShading
      8                1:             ExtInstImport  "GLSL.std.450"
      9                               MemoryModel Logical GLSL450
     10                               EntryPoint Fragment 4  "main" 9 11
     11                               ExecutionMode 4 OriginUpperLeft
     12                               Source GLSL 450
     13                               Name 4  "main"
     14                               Name 9  "color"
     15                               Name 11  "samp"
     16                               Decorate 9(color) Location 0
     17                               Decorate 11(samp) Sample
     18                               Decorate 11(samp) Location 0
     19                2:             TypeVoid
     20                3:             TypeFunction 2
     21                6:             TypeFloat 32
     22                7:             TypeVector 6(float) 4
     23                8:             TypePointer Output 7(fvec4)
     24         9(color):      8(ptr) Variable Output
     25               10:             TypePointer Input 7(fvec4)
     26         11(samp):     10(ptr) Variable Input
     27          4(main):           2 Function None 3
     28                5:             Label
     29               12:    7(fvec4) Load 11(samp)
     30                               Store 9(color) 12
     31                               Return
     32                               FunctionEnd
     33