atom_rhi_reflect_files.cmake 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/Atom/RHI.Reflect/AttachmentEnums.h
  10. Include/Atom/RHI.Reflect/AttachmentId.h
  11. Include/Atom/RHI.Reflect/UnifiedAttachmentDescriptor.h
  12. Source/RHI.Reflect/AttachmentEnums.cpp
  13. Source/RHI.Reflect/UnifiedAttachmentDescriptor.cpp
  14. Include/Atom/RHI.Reflect/Base.h
  15. Include/Atom/RHI.Reflect/Bits.h
  16. Include/Atom/RHI.Reflect/ClearValue.h
  17. Include/Atom/RHI.Reflect/Format.h
  18. Include/Atom/RHI.Reflect/Handle.h
  19. Include/Atom/RHI.Reflect/Interval.h
  20. Include/Atom/RHI.Reflect/NameIdReflectionMap.h
  21. Include/Atom/RHI.Reflect/Origin.h
  22. Include/Atom/RHI.Reflect/Size.h
  23. Source/RHI.Reflect/Base.cpp
  24. Source/RHI.Reflect/ClearValue.cpp
  25. Source/RHI.Reflect/Format.cpp
  26. Source/RHI.Reflect/Interval.cpp
  27. Source/RHI.Reflect/Origin.cpp
  28. Source/RHI.Reflect/Size.cpp
  29. Include/Atom/RHI.Reflect/BufferDescriptor.h
  30. Include/Atom/RHI.Reflect/BufferViewDescriptor.h
  31. Source/RHI.Reflect/BufferDescriptor.cpp
  32. Source/RHI.Reflect/BufferViewDescriptor.cpp
  33. Include/Atom/RHI.Reflect/BufferPoolDescriptor.h
  34. Source/RHI.Reflect/BufferPoolDescriptor.cpp
  35. Include/Atom/RHI.Reflect/Limits.h
  36. Include/Atom/RHI.Reflect/Scissor.h
  37. Include/Atom/RHI.Reflect/Viewport.h
  38. Source/RHI.Reflect/Scissor.cpp
  39. Source/RHI.Reflect/Viewport.cpp
  40. Include/Atom/RHI.Reflect/DeviceDescriptor.h
  41. Include/Atom/RHI.Reflect/DeviceFeatures.h
  42. Include/Atom/RHI.Reflect/DeviceLimits.h
  43. Source/RHI.Reflect/DeviceDescriptor.cpp
  44. Include/Atom/RHI.Reflect/FrameSchedulerEnums.h
  45. Include/Atom/RHI.Reflect/ImageDescriptor.h
  46. Include/Atom/RHI.Reflect/ImageSubresource.h
  47. Include/Atom/RHI.Reflect/ImageViewDescriptor.h
  48. Source/RHI.Reflect/ImageDescriptor.cpp
  49. Source/RHI.Reflect/ImageSubresource.cpp
  50. Source/RHI.Reflect/ImageViewDescriptor.cpp
  51. Include/Atom/RHI.Reflect/ImagePoolDescriptor.h
  52. Include/Atom/RHI.Reflect/StreamingImagePoolDescriptor.h
  53. Source/RHI.Reflect/ImagePoolDescriptor.cpp
  54. Source/RHI.Reflect/StreamingImagePoolDescriptor.cpp
  55. Include/Atom/RHI.Reflect/IndirectBufferLayout.h
  56. Source/RHI.Reflect/IndirectBufferLayout.cpp
  57. Include/Atom/RHI.Reflect/MemoryEnums.h
  58. Include/Atom/RHI.Reflect/MemoryUsage.h
  59. Source/RHI.Reflect/MemoryUsage.cpp
  60. Include/Atom/RHI.Reflect/PhysicalDeviceDescriptor.h
  61. Source/RHI.Reflect/PhysicalDeviceDescriptor.cpp
  62. Include/Atom/RHI.Reflect/PhysicalDeviceDriverInfoSerializer.h
  63. Source/RHI.Reflect/PhysicalDeviceDriverInfoSerializer.cpp
  64. Include/Atom/RHI.Reflect/FrameCountMaxRingBuffer.h
  65. Include/Atom/RHI.Reflect/InputStreamLayout.h
  66. Include/Atom/RHI.Reflect/InputStreamLayoutBuilder.h
  67. Include/Atom/RHI.Reflect/MultisampleState.h
  68. Include/Atom/RHI.Reflect/RenderAttachmentLayout.h
  69. Include/Atom/RHI.Reflect/RenderAttachmentLayoutBuilder.h
  70. Include/Atom/RHI.Reflect/PipelineLibraryData.h
  71. Include/Atom/RHI.Reflect/RenderStates.h
  72. Include/Atom/RHI.Reflect/SamplerState.h
  73. Include/Atom/RHI.Reflect/ShaderSemantic.h
  74. Source/RHI.Reflect/InputStreamLayout.cpp
  75. Source/RHI.Reflect/InputStreamLayoutBuilder.cpp
  76. Source/RHI.Reflect/MultisampleState.cpp
  77. Source/RHI.Reflect/RenderAttachmentLayout.cpp
  78. Source/RHI.Reflect/RenderAttachmentLayoutBuilder.cpp
  79. Source/RHI.Reflect/PipelineLibraryData.cpp
  80. Source/RHI.Reflect/RenderStates.cpp
  81. Source/RHI.Reflect/SamplerState.cpp
  82. Source/RHI.Reflect/ShaderSemantic.cpp
  83. Include/Atom/RHI.Reflect/QueryPoolDescriptor.h
  84. Source/RHI.Reflect/QueryPoolDescriptor.cpp
  85. Include/Atom/RHI.Reflect/ResourcePoolDescriptor.h
  86. Source/RHI.Reflect/ResourcePoolDescriptor.cpp
  87. Include/Atom/RHI.Reflect/ScopeId.h
  88. Include/Atom/RHI.Reflect/AttachmentLoadStoreAction.h
  89. Include/Atom/RHI.Reflect/BufferScopeAttachmentDescriptor.h
  90. Include/Atom/RHI.Reflect/ImageScopeAttachmentDescriptor.h
  91. Include/Atom/RHI.Reflect/ResolveScopeAttachmentDescriptor.h
  92. Include/Atom/RHI.Reflect/ScopeAttachmentDescriptor.h
  93. Include/Atom/RHI.Reflect/UnifiedScopeAttachmentDescriptor.h
  94. Source/RHI.Reflect/AttachmentLoadStoreAction.cpp
  95. Source/RHI.Reflect/BufferScopeAttachmentDescriptor.cpp
  96. Source/RHI.Reflect/ImageScopeAttachmentDescriptor.cpp
  97. Source/RHI.Reflect/ResolveScopeAttachmentDescriptor.cpp
  98. Source/RHI.Reflect/ScopeAttachmentDescriptor.cpp
  99. Source/RHI.Reflect/UnifiedScopeAttachmentDescriptor.cpp
  100. Include/Atom/RHI.Reflect/ConstantsLayout.h
  101. Include/Atom/RHI.Reflect/PipelineLayoutDescriptor.h
  102. Include/Atom/RHI.Reflect/ShaderStages.h
  103. Include/Atom/RHI.Reflect/ShaderStageFunction.h
  104. Source/RHI.Reflect/ConstantsLayout.cpp
  105. Source/RHI.Reflect/PipelineLayoutDescriptor.cpp
  106. Source/RHI.Reflect/ShaderStageFunction.cpp
  107. Include/Atom/RHI.Reflect/ShaderDataMappings.h
  108. Include/Atom/RHI.Reflect/ShaderResourceGroupLayout.h
  109. Include/Atom/RHI.Reflect/ShaderResourceGroupLayoutDescriptor.h
  110. Include/Atom/RHI.Reflect/ShaderResourceGroupPoolDescriptor.h
  111. Source/RHI.Reflect/ShaderDataMappings.cpp
  112. Source/RHI.Reflect/ShaderResourceGroupLayout.cpp
  113. Source/RHI.Reflect/ShaderResourceGroupLayoutDescriptor.cpp
  114. Source/RHI.Reflect/ShaderResourceGroupPoolDescriptor.cpp
  115. Include/Atom/RHI.Reflect/MemoryStatistics.h
  116. Include/Atom/RHI.Reflect/TransientAttachmentStatistics.h
  117. Include/Atom/RHI.Reflect/SwapChainDescriptor.h
  118. Source/RHI.Reflect/SwapChainDescriptor.cpp
  119. Include/Atom/RHI.Reflect/ReflectSystemComponent.h
  120. Source/RHI.Reflect/ReflectSystemComponent.cpp
  121. Include/Atom/RHI.Reflect/AliasedHeapEnums.h
  122. Include/Atom/RHI.Reflect/TransientBufferDescriptor.h
  123. Include/Atom/RHI.Reflect/TransientImageDescriptor.h
  124. Source/RHI.Reflect/AliasedHeapEnums.cpp
  125. Source/RHI.Reflect/TransientBufferDescriptor.cpp
  126. Source/RHI.Reflect/TransientImageDescriptor.cpp
  127. Include/Atom/RHI.Reflect/ImageEnums.h
  128. Include/Atom/RHI.Reflect/PlatformLimitsDescriptor.h
  129. Source/RHI.Reflect/PlatformLimitsDescriptor.cpp
  130. Include/Atom/RHI.Reflect/ShaderInputNameIndex.h
  131. Source/RHI.Reflect/ShaderInputNameIndex.cpp
  132. Include/Atom/RHI.Reflect/VariableRateShadingEnums.h
  133. Include/Atom/RHI.Reflect/Allocators.h
  134. )