/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 | 60 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
|
D | vktDrawNegativeViewportHeightTests.cpp | 133 renderPassCreateInfo.addAttachment(AttachmentDescription( in NegativeViewportHeightTestInstance()
|
D | vktDrawInstancedTests.cpp | 320 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in InstancedDrawInstance()
|
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()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 13502 struct AttachmentDescription struct 13504 …AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), Format fo… in AttachmentDescription() argument 13517 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() argument 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/ |
D | cube.cpp | 1766 const vk::AttachmentDescription attachments[2] = { in prepare_render_pass() 1767 vk::AttachmentDescription() in prepare_render_pass() 1777 vk::AttachmentDescription() in prepare_render_pass()
|