xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/baseLegalResults/hlsl.flattenSubset.frag.out (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1hlsl.flattenSubset.frag
2// Module Version 10000
3// Generated by (magic number): 8000b
4// Id's are bound by 67
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Fragment 4  "main" 50
10                              ExecutionMode 4 OriginUpperLeft
11                              Source HLSL 500
12                              Name 4  "main"
13                              Name 21  "samp"
14                              Name 33  "tex"
15                              Name 50  "@entryPointOutput"
16                              Decorate 21(samp) Binding 0
17                              Decorate 21(samp) DescriptorSet 0
18                              Decorate 33(tex) Binding 1
19                              Decorate 33(tex) DescriptorSet 0
20                              Decorate 50(@entryPointOutput) Location 0
21               2:             TypeVoid
22               3:             TypeFunction 2
23               6:             TypeFloat 32
24               7:             TypeVector 6(float) 4
25              13:             TypeSampler
26              20:             TypePointer UniformConstant 13
27        21(samp):     20(ptr) Variable UniformConstant
28              31:             TypeImage 6(float) 2D sampled format:Unknown
29              32:             TypePointer UniformConstant 31
30         33(tex):     32(ptr) Variable UniformConstant
31              37:             TypeSampledImage 31
32              39:             TypeVector 6(float) 2
33              40:    6(float) Constant 1056964608
34              41:   39(fvec2) ConstantComposite 40 40
35              49:             TypePointer Output 7(fvec4)
3650(@entryPointOutput):     49(ptr) Variable Output
37         4(main):           2 Function None 3
38               5:             Label
39              58:          13 Load 21(samp)
40              62:          31 Load 33(tex)
41              65:          37 SampledImage 62 58
42              66:    7(fvec4) ImageSampleImplicitLod 65 41
43                              Store 50(@entryPointOutput) 66
44                              Return
45                              FunctionEnd
46