Home
last modified time | relevance | path

Searched refs:AttachmentDescription (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp133 class AttachmentDescription : public vk::VkAttachmentDescription class
136 AttachmentDescription (vk::VkFormat format,
145 AttachmentDescription (const vk::VkAttachmentDescription &);
215 std::vector<AttachmentDescription> m_attachments;
DvktDrawCreateInfoUtil.cpp308 …m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount… in RenderPassCreateInfo()
408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() function in vkt::Draw::AttachmentDescription
428 AttachmentDescription::AttachmentDescription (const vk::VkAttachmentDescription& rhs) in AttachmentDescription() function in vkt::Draw::AttachmentDescription
DvktDrawExplicitVertexParameterTests.cpp361 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
385 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
DvktDrawBaseClass.cpp62 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
DvktDrawInvertedDepthRangesTests.cpp175 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
185 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
DvktDrawMultipleClearsWithinRenderPass.cpp246 renderPassCreateInfo.addAttachment(AttachmentDescription( in MultipleClearsTest()
266 renderPassCreateInfo.addAttachment(AttachmentDescription( in MultipleClearsTest()
DvktDrawMultipleInterpolationTests.cpp346 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
370 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
DvktDrawDifferingInterpolationTests.cpp197 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_R8G8B8A8_UNORM, in iterate()
DvktDrawDepthClampTests.cpp242 renderPassCreateInfo.addAttachment(AttachmentDescription( in DepthClampTestInstance()
DvktDrawNegativeViewportHeightTests.cpp137 renderPassCreateInfo.addAttachment(AttachmentDescription( in NegativeViewportHeightTestInstance()
DvktDrawAhbTests.cpp402 renderPassCreateInfo.addAttachment(AttachmentDescription(colorAttachmentFormat, in iterate()
DvktDrawInstancedTests.cpp374 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance()
DvktDrawScissorTests.cpp402 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_R8G8B8A8_UNORM, in iterate()
DvktBasicDrawTests.cpp338 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp165 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
174 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
550 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
558 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass()
DvktDynamicStateBaseClass.cpp125 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
DvktDynamicStateRSTests.cpp151 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
160 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolConcurrentTests.cpp130 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects()
139 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
DvktQueryPoolOcclusionTests.cpp121 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects()
130 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
DvktQueryPoolPerformanceTests.cpp450 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in initStateObjects()
DvktQueryPoolStatisticsTests.cpp1067 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in creatColorAttachmentAndRenderPass()
1076 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_D16_UNORM, // format in creatColorAttachmentAndRenderPass()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp111 std::vector<vk::AttachmentDescription> attachments(multisample ? 2 : 1); in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp348 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass()
1123 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp3960 struct AttachmentDescription struct
3963 VULKAN_HPP_CONSTEXPR AttachmentDescription( in AttachmentDescription() function
3985 …VULKAN_HPP_CONSTEXPR AttachmentDescription( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEP…
3987 AttachmentDescription( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription() function
3988 : AttachmentDescription( *reinterpret_cast<AttachmentDescription const *>( &rhs ) ) in AttachmentDescription()
3992 VULKAN_HPP_CONSTEXPR_14 AttachmentDescription &
3993 … operator=( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT = default;
3995 AttachmentDescription & operator=( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
3997 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription const *>( &rhs ); in operator =() argument
4001AttachmentDescription & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN… in setFlags() argument
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp18094 struct AttachmentDescription struct
18099 …VULKAN_HPP_CONSTEXPR AttachmentDescription(VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_… in AttachmentDescription() function
18103 …VULKAN_HPP_CONSTEXPR AttachmentDescription( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEP…
18105 AttachmentDescription( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription() function
18111 AttachmentDescription & operator=( VkAttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
18113 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription const *>( &rhs ); in operator =() argument
18117 AttachmentDescription & operator=( AttachmentDescription const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
18119 memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentDescription ) ); in operator =()
18123AttachmentDescription & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN… in setFlags() argument
18129 AttachmentDescription & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat() argument
[all …]

12