• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1hlsl.flattenOpaqueInit.vert
2// Module Version 10000
3// Generated by (magic number): 8000a
4// Id's are bound by 139
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Vertex 4  "main" 80
10                              Source HLSL 500
11                              Name 4  "main"
12                              Name 43  "g_tInputTexture_sampler"
13                              Name 47  "g_tInputTexture"
14                              Name 80  "@entryPointOutput"
15                              Decorate 43(g_tInputTexture_sampler) DescriptorSet 0
16                              Decorate 43(g_tInputTexture_sampler) Binding 0
17                              Decorate 47(g_tInputTexture) DescriptorSet 0
18                              Decorate 47(g_tInputTexture) Binding 1
19                              Decorate 80(@entryPointOutput) Location 0
20               2:             TypeVoid
21               3:             TypeFunction 2
22               6:             TypeSampler
23               7:             TypeFloat 32
24               8:             TypeImage 7(float) 2D sampled format:Unknown
25              11:             TypeVector 7(float) 4
26              31:             TypeSampledImage 8
27              33:             TypeVector 7(float) 2
28              34:    7(float) Constant 1050253722
29              35:    7(float) Constant 1053609165
30              36:   33(fvec2) ConstantComposite 34 35
31              37:    7(float) Constant 0
32              42:             TypePointer UniformConstant 6
3343(g_tInputTexture_sampler):     42(ptr) Variable UniformConstant
34              46:             TypePointer UniformConstant 8
3547(g_tInputTexture):     46(ptr) Variable UniformConstant
36              79:             TypePointer Output 11(fvec4)
3780(@entryPointOutput):     79(ptr) Variable Output
38         4(main):           2 Function None 3
39               5:             Label
40              91:           6 Load 43(g_tInputTexture_sampler)
41              92:           8 Load 47(g_tInputTexture)
42             113:          31 SampledImage 92 91
43             114:   11(fvec4) ImageSampleExplicitLod 113 36 Lod 37
44             118:           6 Load 43(g_tInputTexture_sampler)
45             120:           8 Load 47(g_tInputTexture)
46             129:          31 SampledImage 120 118
47             130:   11(fvec4) ImageSampleExplicitLod 129 36 Lod 37
48             100:   11(fvec4) FAdd 114 130
49             137:          31 SampledImage 92 91
50             138:   11(fvec4) ImageSampleExplicitLod 137 36 Lod 37
51             105:   11(fvec4) FAdd 100 138
52                              Store 80(@entryPointOutput) 105
53                              Return
54                              FunctionEnd
55