Home | History | Annotate | Download | only in baseLegalResults
      1 hlsl.aliasOpaque.frag
      2 // Module Version 10000
      3 // Generated by (magic number): 80007
      4 // Id's are bound by 87
      5 
      6                               Capability Shader
      7                1:             ExtInstImport  "GLSL.std.450"
      8                               MemoryModel Logical GLSL450
      9                               EntryPoint Fragment 4  "main" 62
     10                               ExecutionMode 4 OriginUpperLeft
     11                               Source HLSL 500
     12                               Name 4  "main"
     13                               Name 47  "gss"
     14                               Name 51  "gtex"
     15                               Name 62  "@entryPointOutput"
     16                               Decorate 47(gss) DescriptorSet 0
     17                               Decorate 47(gss) Binding 0
     18                               Decorate 51(gtex) DescriptorSet 0
     19                               Decorate 51(gtex) Binding 0
     20                               Decorate 62(@entryPointOutput) Location 0
     21                2:             TypeVoid
     22                3:             TypeFunction 2
     23                6:             TypeSampler
     24                7:             TypeFloat 32
     25                8:             TypeImage 7(float) 2D sampled format:Unknown
     26               11:             TypeVector 7(float) 4
     27               32:             TypeSampledImage 8
     28               34:             TypeVector 7(float) 2
     29               35:    7(float) Constant 1045220557
     30               36:    7(float) Constant 1050253722
     31               37:   34(fvec2) ConstantComposite 35 36
     32               43:             TypePointer UniformConstant 6
     33          47(gss):     43(ptr) Variable UniformConstant
     34               50:             TypePointer UniformConstant 8
     35         51(gtex):     50(ptr) Variable UniformConstant
     36               54:    7(float) Constant 1077936128
     37               61:             TypePointer Output 11(fvec4)
     38 62(@entryPointOutput):     61(ptr) Variable Output
     39          4(main):           2 Function None 3
     40                5:             Label
     41               70:           6 Load 47(gss)
     42               72:           8 Load 51(gtex)
     43               84:          32 SampledImage 72 70
     44               85:   11(fvec4) ImageSampleImplicitLod 84 37
     45               86:   11(fvec4) VectorTimesScalar 85 54
     46                               Store 62(@entryPointOutput) 86
     47                               Return
     48                               FunctionEnd
     49