Home
last modified time | relevance | path

Searched refs:AttachmentDescription (Results 1 – 12 of 12) 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.cpp60 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
DvktDrawNegativeViewportHeightTests.cpp134 renderPassCreateInfo.addAttachment(AttachmentDescription( in NegativeViewportHeightTestInstance()
DvktDrawInstancedTests.cpp320 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance()
DvktBasicDrawTests.cpp335 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp64 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
DvktDynamicStateRSTests.cpp149 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
158 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
DvktDynamicStateDSTests.cpp162 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
171 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp119 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects()
128 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13502 struct AttachmentDescription struct
13504AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), Format fo… in AttachmentDescription() function
13517 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() function
13519 memcpy( this, &rhs, sizeof(AttachmentDescription) ); in AttachmentDescription()
13522 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =() argument
13524 memcpy( this, &rhs, sizeof(AttachmentDescription) ); in operator =()
13528 AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) in setFlags() argument
13534 AttachmentDescription& setFormat( Format format_ ) in setFormat() argument
13540 AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) in setSamples() argument
13546 AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp() argument
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp1766 const vk::AttachmentDescription attachments[2] = { in prepare_render_pass()
1767 vk::AttachmentDescription() in prepare_render_pass()
1777 vk::AttachmentDescription() in prepare_render_pass()