hlsl.flattenOpaqueInit.vert.out 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. hlsl.flattenOpaqueInit.vert
  2. // Module Version 10000
  3. // Generated by (magic number): 80007
  4. // Id's are bound by 134
  5. Capability Shader
  6. 1: ExtInstImport "GLSL.std.450"
  7. MemoryModel Logical GLSL450
  8. EntryPoint Vertex 4 "main" 80
  9. Source HLSL 500
  10. Name 4 "main"
  11. Name 43 "g_tInputTexture_sampler"
  12. Name 47 "g_tInputTexture"
  13. Name 80 "@entryPointOutput"
  14. Decorate 43(g_tInputTexture_sampler) DescriptorSet 0
  15. Decorate 43(g_tInputTexture_sampler) Binding 0
  16. Decorate 47(g_tInputTexture) DescriptorSet 0
  17. Decorate 47(g_tInputTexture) Binding 0
  18. Decorate 80(@entryPointOutput) Location 0
  19. 2: TypeVoid
  20. 3: TypeFunction 2
  21. 6: TypeSampler
  22. 7: TypeFloat 32
  23. 8: TypeImage 7(float) 2D sampled format:Unknown
  24. 11: TypeVector 7(float) 4
  25. 31: TypeSampledImage 8
  26. 33: TypeVector 7(float) 2
  27. 34: 7(float) Constant 1050253722
  28. 35: 7(float) Constant 1053609165
  29. 36: 33(fvec2) ConstantComposite 34 35
  30. 37: 7(float) Constant 0
  31. 42: TypePointer UniformConstant 6
  32. 43(g_tInputTexture_sampler): 42(ptr) Variable UniformConstant
  33. 46: TypePointer UniformConstant 8
  34. 47(g_tInputTexture): 46(ptr) Variable UniformConstant
  35. 79: TypePointer Output 11(fvec4)
  36. 80(@entryPointOutput): 79(ptr) Variable Output
  37. 4(main): 2 Function None 3
  38. 5: Label
  39. 90: 6 Load 43(g_tInputTexture_sampler)
  40. 91: 8 Load 47(g_tInputTexture)
  41. 111: 31 SampledImage 91 90
  42. 112: 11(fvec4) ImageSampleExplicitLod 111 36 Lod 37
  43. 115: 6 Load 43(g_tInputTexture_sampler)
  44. 117: 8 Load 47(g_tInputTexture)
  45. 125: 31 SampledImage 117 115
  46. 126: 11(fvec4) ImageSampleExplicitLod 125 36 Lod 37
  47. 99: 11(fvec4) FAdd 112 126
  48. 132: 31 SampledImage 91 90
  49. 133: 11(fvec4) ImageSampleExplicitLod 132 36 Lod 37
  50. 104: 11(fvec4) FAdd 99 133
  51. Store 80(@entryPointOutput) 104
  52. Return
  53. FunctionEnd