/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 133 class AttachmentDescription : public vk::VkAttachmentDescription class 136 AttachmentDescription (vk::VkFormat format, 145 AttachmentDescription (const vk::VkAttachmentDescription &); 215 std::vector<AttachmentDescription> m_attachments;
|
D | vktDrawCreateInfoUtil.cpp | 308 …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
|
D | vktDrawBaseClass.cpp | 62 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
D | vktDrawDifferingInterpolationTests.cpp | 197 renderPassCreateInfo.addAttachment(AttachmentDescription(VK_FORMAT_R8G8B8A8_UNORM, in iterate()
|
D | vktDrawInvertedDepthRangesTests.cpp | 136 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
|
D | vktDrawNegativeViewportHeightTests.cpp | 137 renderPassCreateInfo.addAttachment(AttachmentDescription( in NegativeViewportHeightTestInstance()
|
D | vktDrawInstancedTests.cpp | 342 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance()
|
D | vktBasicDrawTests.cpp | 349 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 165 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()
|
D | vktDynamicStateBaseClass.cpp | 125 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
|
D | vktDynamicStateRSTests.cpp | 151 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize() 160 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolOcclusionTests.cpp | 121 …renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, // format in StateObjects() 130 renderPassCreateInfo.addAttachment(AttachmentDescription(depthFormat, // format in StateObjects()
|
D | vktQueryPoolStatisticsTests.cpp | 778 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/ |
D | vktConditionalDrawAndClearTests.cpp | 350 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass() 1089 renderPassCreateInfo.addAttachment(AttachmentDescription(format, in createRenderPass()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 17206 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/ |
D | vulkan.hpp | 28413 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 …]
|