Home
last modified time | relevance | path

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

/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
DvktDrawBaseClass.cpp62 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
DvktDrawDifferingInterpolationTests.cpp197 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_R8G8B8A8_UNORM, in iterate()
DvktDrawInvertedDepthRangesTests.cpp136 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
DvktDrawNegativeViewportHeightTests.cpp137 renderPassCreateInfo.addAttachment(AttachmentDescription( in NegativeViewportHeightTestInstance()
DvktDrawInstancedTests.cpp342 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance()
DvktBasicDrawTests.cpp349 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()
563 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
571 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/
DvktQueryPoolOcclusionTests.cpp121 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects()
130 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
DvktQueryPoolStatisticsTests.cpp778 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in creatColorAttachmentAndRenderPass()
787 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_D16_UNORM, // format in creatColorAttachmentAndRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp350 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass()
1089 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp17206 struct AttachmentDescription struct
17208 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), in AttachmentDescription() argument
17228 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() function
17230 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in AttachmentDescription()
17233 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =() argument
17235 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in operator =()
17239 AttachmentDescription & setFlags( AttachmentDescriptionFlags flags_ ) in setFlags() argument
17245 AttachmentDescription & setFormat( Format format_ ) in setFormat() argument
17251 AttachmentDescription & setSamples( SampleCountFlagBits samples_ ) in setSamples() argument
17257 AttachmentDescription & setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp() argument
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp28413 struct AttachmentDescription struct
28415 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), in AttachmentDescription() function
28436 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() function
28438 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in AttachmentDescription()
28441 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =() argument
28443 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in operator =()
28446 AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) in setFlags() argument
28452 AttachmentDescription& setFormat( Format format_ ) in setFormat() argument
28458 AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) in setSamples() argument
28464 AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp() argument
[all …]