Searched refs:addAttachment (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBaseClass.cpp | 60 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
D | vktDrawNegativeViewportHeightTests.cpp | 134 renderPassCreateInfo.addAttachment(AttachmentDescription( in NegativeViewportHeightTestInstance()
|
D | vktDrawCreateInfoUtil.hpp | 210 void addAttachment (vk::VkAttachmentDescription attachment);
|
D | vktDrawInstancedTests.cpp | 320 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance()
|
D | vktDrawCreateInfoUtil.cpp | 352 RenderPassCreateInfo::addAttachment (vk::VkAttachmentDescription attachment) in addAttachment() function in vkt::Draw::RenderPassCreateInfo
|
D | vktBasicDrawTests.cpp | 335 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 64 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
D | vktDynamicStateRSTests.cpp | 149 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 158 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|
D | vktDynamicStateDSTests.cpp | 162 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 171 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolOcclusionTests.cpp | 119 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects() 128 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
|